-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path12.render-page.js
More file actions
21 lines (15 loc) · 1.23 KB
/
Copy path12.render-page.js
File metadata and controls
21 lines (15 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
exports.ids = [12];
exports.modules = {
/***/ "./node_modules/@deckdeckgo/highlight-code/dist/esm-es5/monokai-c3bd40c3.js":
/*!**********************************************************************************!*\
!*** ./node_modules/@deckdeckgo/highlight-code/dist/esm-es5/monokai-c3bd40c3.js ***!
\**********************************************************************************/
/*! exports provided: theme */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "theme", function() { return theme; });
var theme = "{\n --deckgo-highlight-code-carbon-background: #272822;\n --deckgo-highlight-code-carbon-color: #f8f8f2;\n --deckgo-highlight-code-token-atrule: #f92672;\n --deckgo-highlight-code-token-comment: #75715e;\n --deckgo-highlight-code-token-function: #fd971f;\n --deckgo-highlight-code-token-operator: #ffffff;\n --deckgo-highlight-code-token-property: #a6e22e;\n --deckgo-highlight-code-token-punctuation: #f8f8f2;\n --deckgo-highlight-code-token-regex: #e6db74;\n --deckgo-highlight-code-token-selector: #f92672;\n}";
/***/ })
};;
//# sourceMappingURL=12.render-page.js.map