-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
13.render-page.js
33 lines (26 loc) · 1.23 KB
/
13.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 = [13];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm/night-owl-36dc5565.js":
/*!********************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm/night-owl-36dc5565.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: #011627;
--deckgo-highlight-code-carbon-color: rgb(171, 178, 191);
--deckgo-highlight-code-token-atrule: #c792ea;
--deckgo-highlight-code-token-comment: #5c6370;
--deckgo-highlight-code-token-function: #82aaff;
--deckgo-highlight-code-token-operator: #c792ea;
--deckgo-highlight-code-token-property: #ffffff;
--deckgo-highlight-code-token-punctuation: rgb(171, 178, 191);
--deckgo-highlight-code-token-regex: #ecc48b;
--deckgo-highlight-code-token-selector: #abb2bf;
}`;
/***/ })
};;
//# sourceMappingURL=13.render-page.js.map