-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path21.render-page.js
21 lines (15 loc) · 1.27 KB
/
21.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 = [21];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm-es5/shades-of-purple-649a9b24.js":
/*!*******************************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm-es5/shades-of-purple-649a9b24.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: #2d2b55;\n --deckgo-highlight-code-carbon-color: #fff;\n --deckgo-highlight-code-token-atrule: #ff9d00;\n --deckgo-highlight-code-token-comment: #b362ff;\n --deckgo-highlight-code-token-function: #9effff;\n --deckgo-highlight-code-token-operator: #ff9d00;\n --deckgo-highlight-code-token-property: #fad000;\n --deckgo-highlight-code-token-regex: rgb(165, 255, 144);\n --deckgo-highlight-code-token-selector: #ffffff;\n --deckgo-highlight-code-token-punctuation: #fff;\n}";
/***/ })
};;
//# sourceMappingURL=21.render-page.js.map