-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path212.render-page.js
34 lines (27 loc) · 1012 Bytes
/
212.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 = 212;
exports.ids = [212];
exports.modules = {
/***/ 3212:
/***/ ((__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: #272822;
--deckgo-highlight-code-carbon-color: #f8f8f2;
--deckgo-highlight-code-token-atrule: #f92672;
--deckgo-highlight-code-token-comment: #75715e;
--deckgo-highlight-code-token-comment-rgb: 117, 113, 94;
--deckgo-highlight-code-token-function: #fd971f;
--deckgo-highlight-code-token-operator: #ffffff;
--deckgo-highlight-code-token-property: #a6e22e;
--deckgo-highlight-code-token-punctuation: #f8f8f2;
--deckgo-highlight-code-token-regex: #e6db74;
--deckgo-highlight-code-token-selector: #f92672;
}`;
/***/ })
};
;
//# sourceMappingURL=212.render-page.js.map