[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": "#d4d4d4",
|
---|
| 10 | "fontSize": "13px",
|
---|
| 11 | "textShadow": "none",
|
---|
| 12 | "fontFamily": "Menlo,Monaco,Consolas,\"Andale Mono\",\"Ubuntu Mono\",\"Courier New\",monospace",
|
---|
| 13 | "direction": "ltr",
|
---|
| 14 | "textAlign": "left",
|
---|
| 15 | "whiteSpace": "pre",
|
---|
| 16 | "wordSpacing": "normal",
|
---|
| 17 | "wordBreak": "normal",
|
---|
| 18 | "lineHeight": "1.5",
|
---|
| 19 | "MozTabSize": "4",
|
---|
| 20 | "OTabSize": "4",
|
---|
| 21 | "tabSize": "4",
|
---|
| 22 | "WebkitHyphens": "none",
|
---|
| 23 | "MozHyphens": "none",
|
---|
| 24 | "msHyphens": "none",
|
---|
| 25 | "hyphens": "none"
|
---|
| 26 | },
|
---|
| 27 | "pre[class*=language-]": {
|
---|
| 28 | "color": "#d4d4d4",
|
---|
| 29 | "fontSize": "13px",
|
---|
| 30 | "textShadow": "none",
|
---|
| 31 | "fontFamily": "Menlo,Monaco,Consolas,\"Andale Mono\",\"Ubuntu Mono\",\"Courier New\",monospace",
|
---|
| 32 | "direction": "ltr",
|
---|
| 33 | "textAlign": "left",
|
---|
| 34 | "whiteSpace": "pre",
|
---|
| 35 | "wordSpacing": "normal",
|
---|
| 36 | "wordBreak": "normal",
|
---|
| 37 | "lineHeight": "1.5",
|
---|
| 38 | "MozTabSize": "4",
|
---|
| 39 | "OTabSize": "4",
|
---|
| 40 | "tabSize": "4",
|
---|
| 41 | "WebkitHyphens": "none",
|
---|
| 42 | "MozHyphens": "none",
|
---|
| 43 | "msHyphens": "none",
|
---|
| 44 | "hyphens": "none",
|
---|
| 45 | "padding": "1em",
|
---|
| 46 | "margin": ".5em 0",
|
---|
| 47 | "overflow": "auto",
|
---|
| 48 | "background": "#1e1e1e"
|
---|
| 49 | },
|
---|
| 50 | "code[class*=language-] ::selection": {
|
---|
| 51 | "textShadow": "none",
|
---|
| 52 | "background": "#264f78"
|
---|
| 53 | },
|
---|
| 54 | "code[class*=language-]::selection": {
|
---|
| 55 | "textShadow": "none",
|
---|
| 56 | "background": "#264f78"
|
---|
| 57 | },
|
---|
| 58 | "pre[class*=language-] ::selection": {
|
---|
| 59 | "textShadow": "none",
|
---|
| 60 | "background": "#264f78"
|
---|
| 61 | },
|
---|
| 62 | "pre[class*=language-]::selection": {
|
---|
| 63 | "textShadow": "none",
|
---|
| 64 | "background": "#264f78"
|
---|
| 65 | },
|
---|
| 66 | ":not(pre)>code[class*=language-]": {
|
---|
| 67 | "padding": ".1em .3em",
|
---|
| 68 | "borderRadius": ".3em",
|
---|
| 69 | "color": "#db4c69",
|
---|
| 70 | "background": "#1e1e1e"
|
---|
| 71 | },
|
---|
| 72 | ".namespace": {
|
---|
| 73 | "Opacity": ".7"
|
---|
| 74 | },
|
---|
| 75 | "doctype.doctype-tag": {
|
---|
| 76 | "color": "#569cd6"
|
---|
| 77 | },
|
---|
| 78 | "doctype.name": {
|
---|
| 79 | "color": "#9cdcfe"
|
---|
| 80 | },
|
---|
| 81 | "comment": {
|
---|
| 82 | "color": "#6a9955"
|
---|
| 83 | },
|
---|
| 84 | "prolog": {
|
---|
| 85 | "color": "#6a9955"
|
---|
| 86 | },
|
---|
| 87 | ".language-html .language-css .token.punctuation": {
|
---|
| 88 | "color": "#d4d4d4"
|
---|
| 89 | },
|
---|
| 90 | ".language-html .language-javascript .token.punctuation": {
|
---|
| 91 | "color": "#d4d4d4"
|
---|
| 92 | },
|
---|
| 93 | "punctuation": {
|
---|
| 94 | "color": "#d4d4d4"
|
---|
| 95 | },
|
---|
| 96 | "boolean": {
|
---|
| 97 | "color": "#569cd6"
|
---|
| 98 | },
|
---|
| 99 | "constant": {
|
---|
| 100 | "color": "#9cdcfe"
|
---|
| 101 | },
|
---|
| 102 | "inserted": {
|
---|
| 103 | "color": "#b5cea8"
|
---|
| 104 | },
|
---|
| 105 | "number": {
|
---|
| 106 | "color": "#b5cea8"
|
---|
| 107 | },
|
---|
| 108 | "property": {
|
---|
| 109 | "color": "#9cdcfe"
|
---|
| 110 | },
|
---|
| 111 | "symbol": {
|
---|
| 112 | "color": "#b5cea8"
|
---|
| 113 | },
|
---|
| 114 | "tag": {
|
---|
| 115 | "color": "#569cd6"
|
---|
| 116 | },
|
---|
| 117 | "unit": {
|
---|
| 118 | "color": "#b5cea8"
|
---|
| 119 | },
|
---|
| 120 | "attr-name": {
|
---|
| 121 | "color": "#9cdcfe"
|
---|
| 122 | },
|
---|
| 123 | "builtin": {
|
---|
| 124 | "color": "#ce9178"
|
---|
| 125 | },
|
---|
| 126 | "char": {
|
---|
| 127 | "color": "#ce9178"
|
---|
| 128 | },
|
---|
| 129 | "deleted": {
|
---|
| 130 | "color": "#ce9178"
|
---|
| 131 | },
|
---|
| 132 | "selector": {
|
---|
| 133 | "color": "#d7ba7d"
|
---|
| 134 | },
|
---|
| 135 | "string": {
|
---|
| 136 | "color": "#ce9178"
|
---|
| 137 | },
|
---|
| 138 | ".language-css .token.string.url": {
|
---|
| 139 | "textDecoration": "underline"
|
---|
| 140 | },
|
---|
| 141 | "entity": {
|
---|
| 142 | "color": "#569cd6"
|
---|
| 143 | },
|
---|
| 144 | "operator": {
|
---|
| 145 | "color": "#d4d4d4"
|
---|
| 146 | },
|
---|
| 147 | "operator.arrow": {
|
---|
| 148 | "color": "#569cd6"
|
---|
| 149 | },
|
---|
| 150 | "atrule": {
|
---|
| 151 | "color": "#ce9178"
|
---|
| 152 | },
|
---|
| 153 | "atrule.rule": {
|
---|
| 154 | "color": "#c586c0"
|
---|
| 155 | },
|
---|
| 156 | "atrule.url": {
|
---|
| 157 | "color": "#9cdcfe"
|
---|
| 158 | },
|
---|
| 159 | "atrule.url.function": {
|
---|
| 160 | "color": "#dcdcaa"
|
---|
| 161 | },
|
---|
| 162 | "atrule.url.punctuation": {
|
---|
| 163 | "color": "#d4d4d4"
|
---|
| 164 | },
|
---|
| 165 | "keyword": {
|
---|
| 166 | "color": "#569cd6"
|
---|
| 167 | },
|
---|
| 168 | "keyword.control-flow": {
|
---|
| 169 | "color": "#c586c0"
|
---|
| 170 | },
|
---|
| 171 | "keyword.module": {
|
---|
| 172 | "color": "#c586c0"
|
---|
| 173 | },
|
---|
| 174 | "function": {
|
---|
| 175 | "color": "#dcdcaa"
|
---|
| 176 | },
|
---|
| 177 | "function.maybe-class-name": {
|
---|
| 178 | "color": "#dcdcaa"
|
---|
| 179 | },
|
---|
| 180 | "regex": {
|
---|
| 181 | "color": "#d16969"
|
---|
| 182 | },
|
---|
| 183 | "important": {
|
---|
| 184 | "color": "#569cd6"
|
---|
| 185 | },
|
---|
| 186 | "italic": {
|
---|
| 187 | "fontStyle": "italic"
|
---|
| 188 | },
|
---|
| 189 | "class-name": {
|
---|
| 190 | "color": "#4ec9b0"
|
---|
| 191 | },
|
---|
| 192 | "maybe-class-name": {
|
---|
| 193 | "color": "#4ec9b0"
|
---|
| 194 | },
|
---|
| 195 | "console": {
|
---|
| 196 | "color": "#9cdcfe"
|
---|
| 197 | },
|
---|
| 198 | "parameter": {
|
---|
| 199 | "color": "#9cdcfe"
|
---|
| 200 | },
|
---|
| 201 | "interpolation": {
|
---|
| 202 | "color": "#9cdcfe"
|
---|
| 203 | },
|
---|
| 204 | "punctuation.interpolation-punctuation": {
|
---|
| 205 | "color": "#569cd6"
|
---|
| 206 | },
|
---|
| 207 | "exports.maybe-class-name": {
|
---|
| 208 | "color": "#9cdcfe"
|
---|
| 209 | },
|
---|
| 210 | "imports.maybe-class-name": {
|
---|
| 211 | "color": "#9cdcfe"
|
---|
| 212 | },
|
---|
| 213 | "variable": {
|
---|
| 214 | "color": "#9cdcfe"
|
---|
| 215 | },
|
---|
| 216 | "escape": {
|
---|
| 217 | "color": "#d7ba7d"
|
---|
| 218 | },
|
---|
| 219 | "tag.punctuation": {
|
---|
| 220 | "color": "grey"
|
---|
| 221 | },
|
---|
| 222 | "cdata": {
|
---|
| 223 | "color": "grey"
|
---|
| 224 | },
|
---|
| 225 | "attr-value": {
|
---|
| 226 | "color": "#ce9178"
|
---|
| 227 | },
|
---|
| 228 | "attr-value.punctuation": {
|
---|
| 229 | "color": "#ce9178"
|
---|
| 230 | },
|
---|
| 231 | "attr-value.punctuation.attr-equals": {
|
---|
| 232 | "color": "#d4d4d4"
|
---|
| 233 | },
|
---|
| 234 | "namespace": {
|
---|
| 235 | "color": "#4ec9b0"
|
---|
| 236 | },
|
---|
| 237 | "code[class*=language-javascript]": {
|
---|
| 238 | "color": "#9cdcfe"
|
---|
| 239 | },
|
---|
| 240 | "code[class*=language-jsx]": {
|
---|
| 241 | "color": "#9cdcfe"
|
---|
| 242 | },
|
---|
| 243 | "code[class*=language-tsx]": {
|
---|
| 244 | "color": "#9cdcfe"
|
---|
| 245 | },
|
---|
| 246 | "code[class*=language-typescript]": {
|
---|
| 247 | "color": "#9cdcfe"
|
---|
| 248 | },
|
---|
| 249 | "pre[class*=language-javascript]": {
|
---|
| 250 | "color": "#9cdcfe"
|
---|
| 251 | },
|
---|
| 252 | "pre[class*=language-jsx]": {
|
---|
| 253 | "color": "#9cdcfe"
|
---|
| 254 | },
|
---|
| 255 | "pre[class*=language-tsx]": {
|
---|
| 256 | "color": "#9cdcfe"
|
---|
| 257 | },
|
---|
| 258 | "pre[class*=language-typescript]": {
|
---|
| 259 | "color": "#9cdcfe"
|
---|
| 260 | },
|
---|
| 261 | "code[class*=language-css]": {
|
---|
| 262 | "color": "#ce9178"
|
---|
| 263 | },
|
---|
| 264 | "pre[class*=language-css]": {
|
---|
| 265 | "color": "#ce9178"
|
---|
| 266 | },
|
---|
| 267 | "code[class*=language-html]": {
|
---|
| 268 | "color": "#d4d4d4"
|
---|
| 269 | },
|
---|
| 270 | "pre[class*=language-html]": {
|
---|
| 271 | "color": "#d4d4d4"
|
---|
| 272 | },
|
---|
| 273 | ".language-regex .token.anchor": {
|
---|
| 274 | "color": "#dcdcaa"
|
---|
| 275 | },
|
---|
| 276 | ".language-html .token.punctuation": {
|
---|
| 277 | "color": "grey"
|
---|
| 278 | },
|
---|
| 279 | "pre[class*=language-]>code[class*=language-]": {
|
---|
| 280 | "position": "relative",
|
---|
| 281 | "zIndex": "1"
|
---|
| 282 | },
|
---|
| 283 | ".line-highlight.line-highlight": {
|
---|
| 284 | "background": "#f7ebc6",
|
---|
| 285 | "boxShadow": "inset 5px 0 0 #f7d87c",
|
---|
| 286 | "zIndex": "0"
|
---|
| 287 | }
|
---|
| 288 | };
|
---|
| 289 | exports["default"] = _default; |
---|