-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path692.render-page.js
34 lines (27 loc) · 1022 Bytes
/
692.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 = 692;
exports.ids = [692];
exports.modules = {
/***/ 692:
/***/ ((__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: #292a2b;
--deckgo-highlight-code-carbon-color: #e6e6e6;
--deckgo-highlight-code-token-atrule: #ff75b5;
--deckgo-highlight-code-token-comment: #676b79;
--deckgo-highlight-code-token-comment-rgb: 103, 107, 121;
--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=692.render-page.js.map