-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path571.render-page.js
34 lines (27 loc) · 1.01 KB
/
571.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 = 571;
exports.ids = [571];
exports.modules = {
/***/ 7571:
/***/ ((__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: #282c34;
--deckgo-highlight-code-carbon-color: rgb(171, 178, 191);
--deckgo-highlight-code-token-atrule: #c678dd;
--deckgo-highlight-code-token-comment: #5c6370;
--deckgo-highlight-code-token-comment-rgb: 92, 99, 112;
--deckgo-highlight-code-token-function: #e5c07b;
--deckgo-highlight-code-token-operator: #56b6c2;
--deckgo-highlight-code-token-property: #56b6c2;
--deckgo-highlight-code-token-punctuation: rgb(171, 178, 191);
--deckgo-highlight-code-token-regex: #98c379;
--deckgo-highlight-code-token-selector: #e06c75;
}`;
/***/ })
};
;
//# sourceMappingURL=571.render-page.js.map