[d24f17c] | 1 | export default {
|
---|
| 2 | "code[class*=\"language-\"]": {
|
---|
| 3 | "color": "#111b27",
|
---|
| 4 | "background": "none",
|
---|
| 5 | "fontFamily": "Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace",
|
---|
| 6 | "textAlign": "left",
|
---|
| 7 | "whiteSpace": "pre",
|
---|
| 8 | "wordSpacing": "normal",
|
---|
| 9 | "wordBreak": "normal",
|
---|
| 10 | "wordWrap": "normal",
|
---|
| 11 | "lineHeight": "1.5",
|
---|
| 12 | "MozTabSize": "4",
|
---|
| 13 | "OTabSize": "4",
|
---|
| 14 | "tabSize": "4",
|
---|
| 15 | "WebkitHyphens": "none",
|
---|
| 16 | "MozHyphens": "none",
|
---|
| 17 | "msHyphens": "none",
|
---|
| 18 | "hyphens": "none"
|
---|
| 19 | },
|
---|
| 20 | "pre[class*=\"language-\"]": {
|
---|
| 21 | "color": "#111b27",
|
---|
| 22 | "background": "#e3eaf2",
|
---|
| 23 | "fontFamily": "Consolas, Monaco, \"Andale Mono\", \"Ubuntu Mono\", monospace",
|
---|
| 24 | "textAlign": "left",
|
---|
| 25 | "whiteSpace": "pre",
|
---|
| 26 | "wordSpacing": "normal",
|
---|
| 27 | "wordBreak": "normal",
|
---|
| 28 | "wordWrap": "normal",
|
---|
| 29 | "lineHeight": "1.5",
|
---|
| 30 | "MozTabSize": "4",
|
---|
| 31 | "OTabSize": "4",
|
---|
| 32 | "tabSize": "4",
|
---|
| 33 | "WebkitHyphens": "none",
|
---|
| 34 | "MozHyphens": "none",
|
---|
| 35 | "msHyphens": "none",
|
---|
| 36 | "hyphens": "none",
|
---|
| 37 | "padding": "1em",
|
---|
| 38 | "margin": "0.5em 0",
|
---|
| 39 | "overflow": "auto"
|
---|
| 40 | },
|
---|
| 41 | "pre[class*=\"language-\"]::-moz-selection": {
|
---|
| 42 | "background": "#8da1b9"
|
---|
| 43 | },
|
---|
| 44 | "pre[class*=\"language-\"] ::-moz-selection": {
|
---|
| 45 | "background": "#8da1b9"
|
---|
| 46 | },
|
---|
| 47 | "code[class*=\"language-\"]::-moz-selection": {
|
---|
| 48 | "background": "#8da1b9"
|
---|
| 49 | },
|
---|
| 50 | "code[class*=\"language-\"] ::-moz-selection": {
|
---|
| 51 | "background": "#8da1b9"
|
---|
| 52 | },
|
---|
| 53 | "pre[class*=\"language-\"]::selection": {
|
---|
| 54 | "background": "#8da1b9"
|
---|
| 55 | },
|
---|
| 56 | "pre[class*=\"language-\"] ::selection": {
|
---|
| 57 | "background": "#8da1b9"
|
---|
| 58 | },
|
---|
| 59 | "code[class*=\"language-\"]::selection": {
|
---|
| 60 | "background": "#8da1b9"
|
---|
| 61 | },
|
---|
| 62 | "code[class*=\"language-\"] ::selection": {
|
---|
| 63 | "background": "#8da1b9"
|
---|
| 64 | },
|
---|
| 65 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
| 66 | "background": "#e3eaf2",
|
---|
| 67 | "padding": "0.1em 0.3em",
|
---|
| 68 | "borderRadius": "0.3em",
|
---|
| 69 | "whiteSpace": "normal"
|
---|
| 70 | },
|
---|
| 71 | "comment": {
|
---|
| 72 | "color": "#3c526d"
|
---|
| 73 | },
|
---|
| 74 | "prolog": {
|
---|
| 75 | "color": "#3c526d"
|
---|
| 76 | },
|
---|
| 77 | "doctype": {
|
---|
| 78 | "color": "#3c526d"
|
---|
| 79 | },
|
---|
| 80 | "cdata": {
|
---|
| 81 | "color": "#3c526d"
|
---|
| 82 | },
|
---|
| 83 | "punctuation": {
|
---|
| 84 | "color": "#111b27"
|
---|
| 85 | },
|
---|
| 86 | "delimiter.important": {
|
---|
| 87 | "color": "#006d6d",
|
---|
| 88 | "fontWeight": "inherit"
|
---|
| 89 | },
|
---|
| 90 | "selector.parent": {
|
---|
| 91 | "color": "#006d6d"
|
---|
| 92 | },
|
---|
| 93 | "tag": {
|
---|
| 94 | "color": "#006d6d"
|
---|
| 95 | },
|
---|
| 96 | "tag.punctuation": {
|
---|
| 97 | "color": "#006d6d"
|
---|
| 98 | },
|
---|
| 99 | "attr-name": {
|
---|
| 100 | "color": "#755f00"
|
---|
| 101 | },
|
---|
| 102 | "boolean": {
|
---|
| 103 | "color": "#755f00"
|
---|
| 104 | },
|
---|
| 105 | "boolean.important": {
|
---|
| 106 | "color": "#755f00"
|
---|
| 107 | },
|
---|
| 108 | "number": {
|
---|
| 109 | "color": "#755f00"
|
---|
| 110 | },
|
---|
| 111 | "constant": {
|
---|
| 112 | "color": "#755f00"
|
---|
| 113 | },
|
---|
| 114 | "selector.attribute": {
|
---|
| 115 | "color": "#755f00"
|
---|
| 116 | },
|
---|
| 117 | "class-name": {
|
---|
| 118 | "color": "#005a8e"
|
---|
| 119 | },
|
---|
| 120 | "key": {
|
---|
| 121 | "color": "#005a8e"
|
---|
| 122 | },
|
---|
| 123 | "parameter": {
|
---|
| 124 | "color": "#005a8e"
|
---|
| 125 | },
|
---|
| 126 | "property": {
|
---|
| 127 | "color": "#005a8e"
|
---|
| 128 | },
|
---|
| 129 | "property-access": {
|
---|
| 130 | "color": "#005a8e"
|
---|
| 131 | },
|
---|
| 132 | "variable": {
|
---|
| 133 | "color": "#005a8e"
|
---|
| 134 | },
|
---|
| 135 | "attr-value": {
|
---|
| 136 | "color": "#116b00"
|
---|
| 137 | },
|
---|
| 138 | "inserted": {
|
---|
| 139 | "color": "#116b00"
|
---|
| 140 | },
|
---|
| 141 | "color": {
|
---|
| 142 | "color": "#116b00"
|
---|
| 143 | },
|
---|
| 144 | "selector.value": {
|
---|
| 145 | "color": "#116b00"
|
---|
| 146 | },
|
---|
| 147 | "string": {
|
---|
| 148 | "color": "#116b00"
|
---|
| 149 | },
|
---|
| 150 | "string.url-link": {
|
---|
| 151 | "color": "#116b00"
|
---|
| 152 | },
|
---|
| 153 | "builtin": {
|
---|
| 154 | "color": "#af00af"
|
---|
| 155 | },
|
---|
| 156 | "keyword-array": {
|
---|
| 157 | "color": "#af00af"
|
---|
| 158 | },
|
---|
| 159 | "package": {
|
---|
| 160 | "color": "#af00af"
|
---|
| 161 | },
|
---|
| 162 | "regex": {
|
---|
| 163 | "color": "#af00af"
|
---|
| 164 | },
|
---|
| 165 | "function": {
|
---|
| 166 | "color": "#7c00aa"
|
---|
| 167 | },
|
---|
| 168 | "selector.class": {
|
---|
| 169 | "color": "#7c00aa"
|
---|
| 170 | },
|
---|
| 171 | "selector.id": {
|
---|
| 172 | "color": "#7c00aa"
|
---|
| 173 | },
|
---|
| 174 | "atrule.rule": {
|
---|
| 175 | "color": "#a04900"
|
---|
| 176 | },
|
---|
| 177 | "combinator": {
|
---|
| 178 | "color": "#a04900"
|
---|
| 179 | },
|
---|
| 180 | "keyword": {
|
---|
| 181 | "color": "#a04900"
|
---|
| 182 | },
|
---|
| 183 | "operator": {
|
---|
| 184 | "color": "#a04900"
|
---|
| 185 | },
|
---|
| 186 | "pseudo-class": {
|
---|
| 187 | "color": "#a04900"
|
---|
| 188 | },
|
---|
| 189 | "pseudo-element": {
|
---|
| 190 | "color": "#a04900"
|
---|
| 191 | },
|
---|
| 192 | "selector": {
|
---|
| 193 | "color": "#a04900"
|
---|
| 194 | },
|
---|
| 195 | "unit": {
|
---|
| 196 | "color": "#a04900"
|
---|
| 197 | },
|
---|
| 198 | "deleted": {
|
---|
| 199 | "color": "#c22f2e"
|
---|
| 200 | },
|
---|
| 201 | "important": {
|
---|
| 202 | "color": "#c22f2e",
|
---|
| 203 | "fontWeight": "bold"
|
---|
| 204 | },
|
---|
| 205 | "keyword-this": {
|
---|
| 206 | "color": "#005a8e",
|
---|
| 207 | "fontWeight": "bold"
|
---|
| 208 | },
|
---|
| 209 | "this": {
|
---|
| 210 | "color": "#005a8e",
|
---|
| 211 | "fontWeight": "bold"
|
---|
| 212 | },
|
---|
| 213 | "bold": {
|
---|
| 214 | "fontWeight": "bold"
|
---|
| 215 | },
|
---|
| 216 | "italic": {
|
---|
| 217 | "fontStyle": "italic"
|
---|
| 218 | },
|
---|
| 219 | "entity": {
|
---|
| 220 | "cursor": "help"
|
---|
| 221 | },
|
---|
| 222 | ".language-markdown .token.title": {
|
---|
| 223 | "color": "#005a8e",
|
---|
| 224 | "fontWeight": "bold"
|
---|
| 225 | },
|
---|
| 226 | ".language-markdown .token.title .token.punctuation": {
|
---|
| 227 | "color": "#005a8e",
|
---|
| 228 | "fontWeight": "bold"
|
---|
| 229 | },
|
---|
| 230 | ".language-markdown .token.blockquote.punctuation": {
|
---|
| 231 | "color": "#af00af"
|
---|
| 232 | },
|
---|
| 233 | ".language-markdown .token.code": {
|
---|
| 234 | "color": "#006d6d"
|
---|
| 235 | },
|
---|
| 236 | ".language-markdown .token.hr.punctuation": {
|
---|
| 237 | "color": "#005a8e"
|
---|
| 238 | },
|
---|
| 239 | ".language-markdown .token.url > .token.content": {
|
---|
| 240 | "color": "#116b00"
|
---|
| 241 | },
|
---|
| 242 | ".language-markdown .token.url-link": {
|
---|
| 243 | "color": "#755f00"
|
---|
| 244 | },
|
---|
| 245 | ".language-markdown .token.list.punctuation": {
|
---|
| 246 | "color": "#af00af"
|
---|
| 247 | },
|
---|
| 248 | ".language-markdown .token.table-header": {
|
---|
| 249 | "color": "#111b27"
|
---|
| 250 | },
|
---|
| 251 | ".language-json .token.operator": {
|
---|
| 252 | "color": "#111b27"
|
---|
| 253 | },
|
---|
| 254 | ".language-scss .token.variable": {
|
---|
| 255 | "color": "#006d6d"
|
---|
| 256 | },
|
---|
| 257 | "token.tab:not(:empty):before": {
|
---|
| 258 | "color": "#3c526d"
|
---|
| 259 | },
|
---|
| 260 | "token.cr:before": {
|
---|
| 261 | "color": "#3c526d"
|
---|
| 262 | },
|
---|
| 263 | "token.lf:before": {
|
---|
| 264 | "color": "#3c526d"
|
---|
| 265 | },
|
---|
| 266 | "token.space:before": {
|
---|
| 267 | "color": "#3c526d"
|
---|
| 268 | },
|
---|
| 269 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a": {
|
---|
| 270 | "color": "#e3eaf2",
|
---|
| 271 | "background": "#005a8e"
|
---|
| 272 | },
|
---|
| 273 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button": {
|
---|
| 274 | "color": "#e3eaf2",
|
---|
| 275 | "background": "#005a8e"
|
---|
| 276 | },
|
---|
| 277 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover": {
|
---|
| 278 | "color": "#e3eaf2",
|
---|
| 279 | "background": "#005a8eda",
|
---|
| 280 | "textDecoration": "none"
|
---|
| 281 | },
|
---|
| 282 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus": {
|
---|
| 283 | "color": "#e3eaf2",
|
---|
| 284 | "background": "#005a8eda",
|
---|
| 285 | "textDecoration": "none"
|
---|
| 286 | },
|
---|
| 287 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover": {
|
---|
| 288 | "color": "#e3eaf2",
|
---|
| 289 | "background": "#005a8eda",
|
---|
| 290 | "textDecoration": "none"
|
---|
| 291 | },
|
---|
| 292 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus": {
|
---|
| 293 | "color": "#e3eaf2",
|
---|
| 294 | "background": "#005a8eda",
|
---|
| 295 | "textDecoration": "none"
|
---|
| 296 | },
|
---|
| 297 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span": {
|
---|
| 298 | "color": "#e3eaf2",
|
---|
| 299 | "background": "#3c526d"
|
---|
| 300 | },
|
---|
| 301 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover": {
|
---|
| 302 | "color": "#e3eaf2",
|
---|
| 303 | "background": "#3c526d"
|
---|
| 304 | },
|
---|
| 305 | "div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus": {
|
---|
| 306 | "color": "#e3eaf2",
|
---|
| 307 | "background": "#3c526d"
|
---|
| 308 | },
|
---|
| 309 | ".line-highlight.line-highlight": {
|
---|
| 310 | "background": "linear-gradient(to right, #8da1b92f 70%, #8da1b925)"
|
---|
| 311 | },
|
---|
| 312 | ".line-highlight.line-highlight:before": {
|
---|
| 313 | "backgroundColor": "#3c526d",
|
---|
| 314 | "color": "#e3eaf2",
|
---|
| 315 | "boxShadow": "0 1px #8da1b9"
|
---|
| 316 | },
|
---|
| 317 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
| 318 | "backgroundColor": "#3c526d",
|
---|
| 319 | "color": "#e3eaf2",
|
---|
| 320 | "boxShadow": "0 1px #8da1b9"
|
---|
| 321 | },
|
---|
| 322 | "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before": {
|
---|
| 323 | "backgroundColor": "#3c526d1f"
|
---|
| 324 | },
|
---|
| 325 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
| 326 | "borderRight": "1px solid #8da1b97a",
|
---|
| 327 | "background": "#d0dae77a"
|
---|
| 328 | },
|
---|
| 329 | ".line-numbers .line-numbers-rows > span:before": {
|
---|
| 330 | "color": "#3c526dda"
|
---|
| 331 | },
|
---|
| 332 | ".rainbow-braces .token.token.punctuation.brace-level-1": {
|
---|
| 333 | "color": "#755f00"
|
---|
| 334 | },
|
---|
| 335 | ".rainbow-braces .token.token.punctuation.brace-level-5": {
|
---|
| 336 | "color": "#755f00"
|
---|
| 337 | },
|
---|
| 338 | ".rainbow-braces .token.token.punctuation.brace-level-9": {
|
---|
| 339 | "color": "#755f00"
|
---|
| 340 | },
|
---|
| 341 | ".rainbow-braces .token.token.punctuation.brace-level-2": {
|
---|
| 342 | "color": "#af00af"
|
---|
| 343 | },
|
---|
| 344 | ".rainbow-braces .token.token.punctuation.brace-level-6": {
|
---|
| 345 | "color": "#af00af"
|
---|
| 346 | },
|
---|
| 347 | ".rainbow-braces .token.token.punctuation.brace-level-10": {
|
---|
| 348 | "color": "#af00af"
|
---|
| 349 | },
|
---|
| 350 | ".rainbow-braces .token.token.punctuation.brace-level-3": {
|
---|
| 351 | "color": "#005a8e"
|
---|
| 352 | },
|
---|
| 353 | ".rainbow-braces .token.token.punctuation.brace-level-7": {
|
---|
| 354 | "color": "#005a8e"
|
---|
| 355 | },
|
---|
| 356 | ".rainbow-braces .token.token.punctuation.brace-level-11": {
|
---|
| 357 | "color": "#005a8e"
|
---|
| 358 | },
|
---|
| 359 | ".rainbow-braces .token.token.punctuation.brace-level-4": {
|
---|
| 360 | "color": "#7c00aa"
|
---|
| 361 | },
|
---|
| 362 | ".rainbow-braces .token.token.punctuation.brace-level-8": {
|
---|
| 363 | "color": "#7c00aa"
|
---|
| 364 | },
|
---|
| 365 | ".rainbow-braces .token.token.punctuation.brace-level-12": {
|
---|
| 366 | "color": "#7c00aa"
|
---|
| 367 | },
|
---|
| 368 | "pre.diff-highlight > code .token.token.deleted:not(.prefix)": {
|
---|
| 369 | "backgroundColor": "#c22f2e1f"
|
---|
| 370 | },
|
---|
| 371 | "pre > code.diff-highlight .token.token.deleted:not(.prefix)": {
|
---|
| 372 | "backgroundColor": "#c22f2e1f"
|
---|
| 373 | },
|
---|
| 374 | "pre.diff-highlight > code .token.token.inserted:not(.prefix)": {
|
---|
| 375 | "backgroundColor": "#116b001f"
|
---|
| 376 | },
|
---|
| 377 | "pre > code.diff-highlight .token.token.inserted:not(.prefix)": {
|
---|
| 378 | "backgroundColor": "#116b001f"
|
---|
| 379 | },
|
---|
| 380 | ".command-line .command-line-prompt": {
|
---|
| 381 | "borderRight": "1px solid #8da1b97a"
|
---|
| 382 | },
|
---|
| 383 | ".command-line .command-line-prompt > span:before": {
|
---|
| 384 | "color": "#3c526dda"
|
---|
| 385 | }
|
---|
| 386 | } |
---|