-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.render-page.js
33 lines (26 loc) · 1.21 KB
/
1.render-page.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
exports.ids = [1];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm/3024-night-8138cc8f.js":
/*!*********************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm/3024-night-8138cc8f.js ***!
\*********************************************************************************/
/*! exports provided: theme */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "theme", function() { return theme; });
const theme = `{
--deckgo-highlight-code-carbon-background: #090300;
--deckgo-highlight-code-carbon-color: #d6d5d4;
--deckgo-highlight-code-token-atrule: #db2d20;
--deckgo-highlight-code-token-comment: #cdab53;
--deckgo-highlight-code-token-function: #01a252;
--deckgo-highlight-code-token-property: #01a252;
--deckgo-highlight-code-token-punctuation: #d6d5d4;
--deckgo-highlight-code-token-regex: #fded02;
--deckgo-highlight-code-token-selector: #db2d20;
--deckgo-highlight-code-token-operator: #fff;
}`;
/***/ })
};;
//# sourceMappingURL=1.render-page.js.map