-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path292.render-page.js
More file actions
34 lines (27 loc) · 1009 Bytes
/
292.render-page.js
File metadata and controls
34 lines (27 loc) · 1009 Bytes
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 = 292;
exports.ids = [292];
exports.modules = {
/***/ 2292:
/***/ ((__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: #090300;
--deckgo-highlight-code-carbon-color: #d6d5d4;
--deckgo-highlight-code-token-atrule: #db2d20;
--deckgo-highlight-code-token-comment: #cdab53;
--deckgo-highlight-code-token-comment-rgb: 205, 171, 83;
--deckgo-highlight-code-token-function: #01a252;
--deckgo-highlight-code-token-property: #01a252;
--deckgo-highlight-code-token-punctuation: #d6d5d4;
--deckgo-highlight-code-token-regex: #fded02;
--deckgo-highlight-code-token-selector: #db2d20;
--deckgo-highlight-code-token-operator: #fff;
}`;
/***/ })
};
;
//# sourceMappingURL=292.render-page.js.map