-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3.render-page.js
21 lines (15 loc) · 1.24 KB
/
3.render-page.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
exports.ids = [3];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm-es5/base16-dark-12f375e0.js":
/*!**************************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm-es5/base16-dark-12f375e0.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; });
var theme = "{\n --deckgo-highlight-code-carbon-background: #151515;\n --deckgo-highlight-code-carbon-color: #e0e0e0;\n --deckgo-highlight-code-token-atrule: #ac4142;\n --deckgo-highlight-code-token-comment: #8f5536;\n --deckgo-highlight-code-token-function: #90a959;\n --deckgo-highlight-code-token-operator: #ffffff;\n --deckgo-highlight-code-token-property: #90a959;\n --deckgo-highlight-code-token-punctuation: #e0e0e0;\n --deckgo-highlight-code-token-regex: #f4bf75;\n --deckgo-highlight-code-token-selector: #ac4142;\n}";
/***/ })
};;
//# sourceMappingURL=3.render-page.js.map