-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
18.render-page.js
33 lines (26 loc) · 1.21 KB
/
18.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 = [18];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm/panda-2e75c11f.js":
/*!****************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm/panda-2e75c11f.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: #292a2b;
--deckgo-highlight-code-carbon-color: #e6e6e6;
--deckgo-highlight-code-token-atrule: #ff75b5;
--deckgo-highlight-code-token-comment: #676b79;
--deckgo-highlight-code-token-function: #ffb86c;
--deckgo-highlight-code-token-operator: #f3f3f3;
--deckgo-highlight-code-token-property: #f3f3f3;
--deckgo-highlight-code-token-regex: rgb(25, 249, 216);
--deckgo-highlight-code-token-punctuation: #f3f3f3;
--deckgo-highlight-code-token-selector: #ff2c6d;
}`;
/***/ })
};;
//# sourceMappingURL=18.render-page.js.map