-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path10.render-page.js
34 lines (27 loc) · 1.03 KB
/
10.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
34
"use strict";
exports.id = 10;
exports.ids = [10];
exports.modules = {
/***/ 5010:
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "theme": () => (/* binding */ theme)
/* harmony export */ });
const theme = `{
--deckgo-highlight-code-carbon-background: #263238;
--deckgo-highlight-code-carbon-color: rgb(233, 237, 237);
--deckgo-highlight-code-token-atrule: rgba(199, 146, 234);
--deckgo-highlight-code-token-comment: #546e7a;
--deckgo-highlight-code-token-comment-rgb: 84, 110, 122;
--deckgo-highlight-code-token-function: #82b1ff;
--deckgo-highlight-code-token-operator: rgb(233, 237, 237);
--deckgo-highlight-code-token-property: #80cbae;
--deckgo-highlight-code-token-punctuation: rgb(233, 237, 237);
--deckgo-highlight-code-token-regex: #c3e88d;
--deckgo-highlight-code-token-selector: #ff5370;
}`;
/***/ })
};
;
//# sourceMappingURL=10.render-page.js.map