-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
22.render-page.js
33 lines (26 loc) · 1.26 KB
/
22.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 = [22];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm/solarized-dark-d1ab5e8b.js":
/*!*************************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm/solarized-dark-d1ab5e8b.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: #002b36;
--deckgo-highlight-code-carbon-color: rgb(131, 148, 150);
--deckgo-highlight-code-token-atrule: #cb4b16;
--deckgo-highlight-code-token-comment: #586e75;
--deckgo-highlight-code-token-function: #2aa198;
--deckgo-highlight-code-token-operator: #6c7164;
--deckgo-highlight-code-token-property: #2aa198;
--deckgo-highlight-code-token-regex: rgb(165, 255, 144);
--deckgo-highlight-code-token-selector: #93a1a1;
--deckgo-highlight-code-token-punctuation: rgb(131, 148, 150);
}`;
/***/ })
};;
//# sourceMappingURL=22.render-page.js.map