-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
10.render-page.js
33 lines (26 loc) · 1.23 KB
/
10.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 = [10];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm/lucario-59b2ad39.js":
/*!******************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm/lucario-59b2ad39.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: #2b3e50;
--deckgo-highlight-code-carbon-color: rgb(248, 248, 242);
--deckgo-highlight-code-token-atrule: #ff6541;
--deckgo-highlight-code-token-comment: #5c98cd;
--deckgo-highlight-code-token-function: #f8f8f2;
--deckgo-highlight-code-token-operator: #66d9ef;
--deckgo-highlight-code-token-property: #f8f8f2;
--deckgo-highlight-code-token-punctuation: rgb(248, 248, 242);
--deckgo-highlight-code-token-regex: #e6db74;
--deckgo-highlight-code-token-selector: #ff6541;
}`;
/***/ })
};;
//# sourceMappingURL=10.render-page.js.map