[d24f17c] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | exports["default"] = void 0;
|
---|
| 7 | var _default = {
|
---|
| 8 | "code[class*='language-']": {
|
---|
| 9 | "color": "#d6e7ff",
|
---|
| 10 | "background": "#030314",
|
---|
| 11 | "textShadow": "none",
|
---|
| 12 | "fontFamily": "Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace",
|
---|
| 13 | "fontSize": "1em",
|
---|
| 14 | "lineHeight": "1.5",
|
---|
| 15 | "letterSpacing": ".2px",
|
---|
| 16 | "whiteSpace": "pre",
|
---|
| 17 | "wordSpacing": "normal",
|
---|
| 18 | "wordBreak": "normal",
|
---|
| 19 | "wordWrap": "normal",
|
---|
| 20 | "textAlign": "left",
|
---|
| 21 | "MozTabSize": "4",
|
---|
| 22 | "OTabSize": "4",
|
---|
| 23 | "tabSize": "4",
|
---|
| 24 | "WebkitHyphens": "none",
|
---|
| 25 | "MozHyphens": "none",
|
---|
| 26 | "msHyphens": "none",
|
---|
| 27 | "hyphens": "none"
|
---|
| 28 | },
|
---|
| 29 | "pre[class*='language-']": {
|
---|
| 30 | "color": "#d6e7ff",
|
---|
| 31 | "background": "#030314",
|
---|
| 32 | "textShadow": "none",
|
---|
| 33 | "fontFamily": "Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace",
|
---|
| 34 | "fontSize": "1em",
|
---|
| 35 | "lineHeight": "1.5",
|
---|
| 36 | "letterSpacing": ".2px",
|
---|
| 37 | "whiteSpace": "pre",
|
---|
| 38 | "wordSpacing": "normal",
|
---|
| 39 | "wordBreak": "normal",
|
---|
| 40 | "wordWrap": "normal",
|
---|
| 41 | "textAlign": "left",
|
---|
| 42 | "MozTabSize": "4",
|
---|
| 43 | "OTabSize": "4",
|
---|
| 44 | "tabSize": "4",
|
---|
| 45 | "WebkitHyphens": "none",
|
---|
| 46 | "MozHyphens": "none",
|
---|
| 47 | "msHyphens": "none",
|
---|
| 48 | "hyphens": "none",
|
---|
| 49 | "border": "1px solid #2a4555",
|
---|
| 50 | "borderRadius": "5px",
|
---|
| 51 | "padding": "1.5em 1em",
|
---|
| 52 | "margin": "1em 0",
|
---|
| 53 | "overflow": "auto"
|
---|
| 54 | },
|
---|
| 55 | "pre[class*='language-']::-moz-selection": {
|
---|
| 56 | "color": "inherit",
|
---|
| 57 | "background": "#1d3b54",
|
---|
| 58 | "textShadow": "none"
|
---|
| 59 | },
|
---|
| 60 | "pre[class*='language-'] ::-moz-selection": {
|
---|
| 61 | "color": "inherit",
|
---|
| 62 | "background": "#1d3b54",
|
---|
| 63 | "textShadow": "none"
|
---|
| 64 | },
|
---|
| 65 | "code[class*='language-']::-moz-selection": {
|
---|
| 66 | "color": "inherit",
|
---|
| 67 | "background": "#1d3b54",
|
---|
| 68 | "textShadow": "none"
|
---|
| 69 | },
|
---|
| 70 | "code[class*='language-'] ::-moz-selection": {
|
---|
| 71 | "color": "inherit",
|
---|
| 72 | "background": "#1d3b54",
|
---|
| 73 | "textShadow": "none"
|
---|
| 74 | },
|
---|
| 75 | "pre[class*='language-']::selection": {
|
---|
| 76 | "color": "inherit",
|
---|
| 77 | "background": "#1d3b54",
|
---|
| 78 | "textShadow": "none"
|
---|
| 79 | },
|
---|
| 80 | "pre[class*='language-'] ::selection": {
|
---|
| 81 | "color": "inherit",
|
---|
| 82 | "background": "#1d3b54",
|
---|
| 83 | "textShadow": "none"
|
---|
| 84 | },
|
---|
| 85 | "code[class*='language-']::selection": {
|
---|
| 86 | "color": "inherit",
|
---|
| 87 | "background": "#1d3b54",
|
---|
| 88 | "textShadow": "none"
|
---|
| 89 | },
|
---|
| 90 | "code[class*='language-'] ::selection": {
|
---|
| 91 | "color": "inherit",
|
---|
| 92 | "background": "#1d3b54",
|
---|
| 93 | "textShadow": "none"
|
---|
| 94 | },
|
---|
| 95 | ":not(pre) > code[class*='language-']": {
|
---|
| 96 | "color": "#f0f6f6",
|
---|
| 97 | "background": "#2a4555",
|
---|
| 98 | "padding": "0.2em 0.3em",
|
---|
| 99 | "borderRadius": "0.2em",
|
---|
| 100 | "boxDecorationBreak": "clone"
|
---|
| 101 | },
|
---|
| 102 | "comment": {
|
---|
| 103 | "color": "#446e69"
|
---|
| 104 | },
|
---|
| 105 | "prolog": {
|
---|
| 106 | "color": "#446e69"
|
---|
| 107 | },
|
---|
| 108 | "doctype": {
|
---|
| 109 | "color": "#446e69"
|
---|
| 110 | },
|
---|
| 111 | "cdata": {
|
---|
| 112 | "color": "#446e69"
|
---|
| 113 | },
|
---|
| 114 | "punctuation": {
|
---|
| 115 | "color": "#d6b007"
|
---|
| 116 | },
|
---|
| 117 | "property": {
|
---|
| 118 | "color": "#d6e7ff"
|
---|
| 119 | },
|
---|
| 120 | "tag": {
|
---|
| 121 | "color": "#d6e7ff"
|
---|
| 122 | },
|
---|
| 123 | "boolean": {
|
---|
| 124 | "color": "#d6e7ff"
|
---|
| 125 | },
|
---|
| 126 | "number": {
|
---|
| 127 | "color": "#d6e7ff"
|
---|
| 128 | },
|
---|
| 129 | "constant": {
|
---|
| 130 | "color": "#d6e7ff"
|
---|
| 131 | },
|
---|
| 132 | "symbol": {
|
---|
| 133 | "color": "#d6e7ff"
|
---|
| 134 | },
|
---|
| 135 | "deleted": {
|
---|
| 136 | "color": "#d6e7ff"
|
---|
| 137 | },
|
---|
| 138 | "selector": {
|
---|
| 139 | "color": "#e60067"
|
---|
| 140 | },
|
---|
| 141 | "attr-name": {
|
---|
| 142 | "color": "#e60067"
|
---|
| 143 | },
|
---|
| 144 | "builtin": {
|
---|
| 145 | "color": "#e60067"
|
---|
| 146 | },
|
---|
| 147 | "inserted": {
|
---|
| 148 | "color": "#e60067"
|
---|
| 149 | },
|
---|
| 150 | "string": {
|
---|
| 151 | "color": "#49c6ec"
|
---|
| 152 | },
|
---|
| 153 | "char": {
|
---|
| 154 | "color": "#49c6ec"
|
---|
| 155 | },
|
---|
| 156 | "operator": {
|
---|
| 157 | "color": "#ec8e01",
|
---|
| 158 | "background": "transparent"
|
---|
| 159 | },
|
---|
| 160 | "entity": {
|
---|
| 161 | "color": "#ec8e01",
|
---|
| 162 | "background": "transparent"
|
---|
| 163 | },
|
---|
| 164 | "url": {
|
---|
| 165 | "color": "#ec8e01",
|
---|
| 166 | "background": "transparent"
|
---|
| 167 | },
|
---|
| 168 | ".language-css .token.string": {
|
---|
| 169 | "color": "#ec8e01",
|
---|
| 170 | "background": "transparent"
|
---|
| 171 | },
|
---|
| 172 | ".style .token.string": {
|
---|
| 173 | "color": "#ec8e01",
|
---|
| 174 | "background": "transparent"
|
---|
| 175 | },
|
---|
| 176 | "atrule": {
|
---|
| 177 | "color": "#0fe468"
|
---|
| 178 | },
|
---|
| 179 | "attr-value": {
|
---|
| 180 | "color": "#0fe468"
|
---|
| 181 | },
|
---|
| 182 | "keyword": {
|
---|
| 183 | "color": "#0fe468"
|
---|
| 184 | },
|
---|
| 185 | "function": {
|
---|
| 186 | "color": "#78f3e9"
|
---|
| 187 | },
|
---|
| 188 | "class-name": {
|
---|
| 189 | "color": "#78f3e9"
|
---|
| 190 | },
|
---|
| 191 | "regex": {
|
---|
| 192 | "color": "#d6e7ff"
|
---|
| 193 | },
|
---|
| 194 | "important": {
|
---|
| 195 | "color": "#d6e7ff"
|
---|
| 196 | },
|
---|
| 197 | "variable": {
|
---|
| 198 | "color": "#d6e7ff"
|
---|
| 199 | }
|
---|
| 200 | };
|
---|
| 201 | exports["default"] = _default; |
---|