1 | export default {
|
---|
2 | "code[class*=language-]": {
|
---|
3 | "background": "#f9f9f9",
|
---|
4 | "color": "#383942",
|
---|
5 | "fontFamily": "\"Fira Code\",\"Fira Mono\",Menlo,Consolas,\"DejaVu Sans Mono\",monospace",
|
---|
6 | "direction": "ltr",
|
---|
7 | "textAlign": "left",
|
---|
8 | "whiteSpace": "pre",
|
---|
9 | "wordSpacing": "normal",
|
---|
10 | "wordBreak": "normal",
|
---|
11 | "lineHeight": "1.5",
|
---|
12 | "MozTabSize": "2",
|
---|
13 | "OTabSize": "2",
|
---|
14 | "tabSize": "2",
|
---|
15 | "WebkitHyphens": "none",
|
---|
16 | "MozHyphens": "none",
|
---|
17 | "msHyphens": "none",
|
---|
18 | "hyphens": "none"
|
---|
19 | },
|
---|
20 | "pre[class*=language-]": {
|
---|
21 | "background": "#f9f9f9",
|
---|
22 | "color": "#383942",
|
---|
23 | "fontFamily": "\"Fira Code\",\"Fira Mono\",Menlo,Consolas,\"DejaVu Sans Mono\",monospace",
|
---|
24 | "direction": "ltr",
|
---|
25 | "textAlign": "left",
|
---|
26 | "whiteSpace": "pre",
|
---|
27 | "wordSpacing": "normal",
|
---|
28 | "wordBreak": "normal",
|
---|
29 | "lineHeight": "1.5",
|
---|
30 | "MozTabSize": "2",
|
---|
31 | "OTabSize": "2",
|
---|
32 | "tabSize": "2",
|
---|
33 | "WebkitHyphens": "none",
|
---|
34 | "MozHyphens": "none",
|
---|
35 | "msHyphens": "none",
|
---|
36 | "hyphens": "none",
|
---|
37 | "padding": "1em",
|
---|
38 | "margin": ".5em 0",
|
---|
39 | "overflow": "auto",
|
---|
40 | "borderRadius": ".3em"
|
---|
41 | },
|
---|
42 | "code[class*=language-] ::-moz-selection": {
|
---|
43 | "background": "#e5e5e5",
|
---|
44 | "color": "inherit"
|
---|
45 | },
|
---|
46 | "code[class*=language-]::-moz-selection": {
|
---|
47 | "background": "#e5e5e5",
|
---|
48 | "color": "inherit"
|
---|
49 | },
|
---|
50 | "pre[class*=language-] ::-moz-selection": {
|
---|
51 | "background": "#e5e5e5",
|
---|
52 | "color": "inherit"
|
---|
53 | },
|
---|
54 | "code[class*=language-] ::selection": {
|
---|
55 | "background": "#e5e5e5",
|
---|
56 | "color": "inherit"
|
---|
57 | },
|
---|
58 | "code[class*=language-]::selection": {
|
---|
59 | "background": "#e5e5e5",
|
---|
60 | "color": "inherit"
|
---|
61 | },
|
---|
62 | "pre[class*=language-] ::selection": {
|
---|
63 | "background": "#e5e5e5",
|
---|
64 | "color": "inherit"
|
---|
65 | },
|
---|
66 | ":not(pre)>code[class*=language-]": {
|
---|
67 | "padding": ".2em .3em",
|
---|
68 | "borderRadius": ".3em",
|
---|
69 | "whiteSpace": "normal"
|
---|
70 | },
|
---|
71 | "cdata": {
|
---|
72 | "color": "#9fa0a6"
|
---|
73 | },
|
---|
74 | "comment": {
|
---|
75 | "color": "#9fa0a6",
|
---|
76 | "fontStyle": "italic"
|
---|
77 | },
|
---|
78 | "prolog": {
|
---|
79 | "color": "#9fa0a6"
|
---|
80 | },
|
---|
81 | "doctype": {
|
---|
82 | "color": "#383942"
|
---|
83 | },
|
---|
84 | "entity": {
|
---|
85 | "color": "#383942",
|
---|
86 | "cursor": "help"
|
---|
87 | },
|
---|
88 | "punctuation": {
|
---|
89 | "color": "#383942"
|
---|
90 | },
|
---|
91 | "atrule": {
|
---|
92 | "color": "#b66a00"
|
---|
93 | },
|
---|
94 | "attr-name": {
|
---|
95 | "color": "#b66a00"
|
---|
96 | },
|
---|
97 | "boolean": {
|
---|
98 | "color": "#b66a00"
|
---|
99 | },
|
---|
100 | "class-name": {
|
---|
101 | "color": "#b66a00"
|
---|
102 | },
|
---|
103 | "constant": {
|
---|
104 | "color": "#b66a00"
|
---|
105 | },
|
---|
106 | "number": {
|
---|
107 | "color": "#b66a00"
|
---|
108 | },
|
---|
109 | "keyword": {
|
---|
110 | "color": "#a625a4"
|
---|
111 | },
|
---|
112 | "deleted": {
|
---|
113 | "color": "#e35549"
|
---|
114 | },
|
---|
115 | "important": {
|
---|
116 | "color": "#e35549"
|
---|
117 | },
|
---|
118 | "property": {
|
---|
119 | "color": "#e35549"
|
---|
120 | },
|
---|
121 | "symbol": {
|
---|
122 | "color": "#e35549"
|
---|
123 | },
|
---|
124 | "tag": {
|
---|
125 | "color": "#e35549"
|
---|
126 | },
|
---|
127 | "attr-value": {
|
---|
128 | "color": "#50a04f"
|
---|
129 | },
|
---|
130 | "attr-value>.token.punctuation": {
|
---|
131 | "color": "#50a04f"
|
---|
132 | },
|
---|
133 | "builtin": {
|
---|
134 | "color": "#50a04f"
|
---|
135 | },
|
---|
136 | "char": {
|
---|
137 | "color": "#50a04f"
|
---|
138 | },
|
---|
139 | "inserted": {
|
---|
140 | "color": "#50a04f"
|
---|
141 | },
|
---|
142 | "regex": {
|
---|
143 | "color": "#50a04f"
|
---|
144 | },
|
---|
145 | "selector": {
|
---|
146 | "color": "#50a04f"
|
---|
147 | },
|
---|
148 | "string": {
|
---|
149 | "color": "#50a04f"
|
---|
150 | },
|
---|
151 | "function": {
|
---|
152 | "color": "#4078f1"
|
---|
153 | },
|
---|
154 | "operator": {
|
---|
155 | "color": "#4078f1"
|
---|
156 | },
|
---|
157 | "variable": {
|
---|
158 | "color": "#4078f1"
|
---|
159 | },
|
---|
160 | "url": {
|
---|
161 | "color": "#0083bb"
|
---|
162 | },
|
---|
163 | "attr-value>.token.punctuation.attr-equals": {
|
---|
164 | "color": "#383942"
|
---|
165 | },
|
---|
166 | "special-attr>.token.attr-value>.token.value.css": {
|
---|
167 | "color": "#383942"
|
---|
168 | },
|
---|
169 | ".language-css .token.selector": {
|
---|
170 | "color": "#e35549"
|
---|
171 | },
|
---|
172 | ".language-css .token.property": {
|
---|
173 | "color": "#383942"
|
---|
174 | },
|
---|
175 | ".language-css .token.function": {
|
---|
176 | "color": "#0083bb"
|
---|
177 | },
|
---|
178 | ".language-css .token.url>.token.function": {
|
---|
179 | "color": "#0083bb"
|
---|
180 | },
|
---|
181 | ".language-css .token.url>.token.string.url": {
|
---|
182 | "color": "#50a04f"
|
---|
183 | },
|
---|
184 | ".language-css .token.atrule .token.rule": {
|
---|
185 | "color": "#a625a4"
|
---|
186 | },
|
---|
187 | ".language-css .token.important": {
|
---|
188 | "color": "#a625a4"
|
---|
189 | },
|
---|
190 | ".language-javascript .token.operator": {
|
---|
191 | "color": "#a625a4"
|
---|
192 | },
|
---|
193 | ".language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation": {
|
---|
194 | "color": "#c91142"
|
---|
195 | },
|
---|
196 | ".language-json .token.operator": {
|
---|
197 | "color": "#383942"
|
---|
198 | },
|
---|
199 | ".language-json .token.null.keyword": {
|
---|
200 | "color": "#b66a00"
|
---|
201 | },
|
---|
202 | ".language-markdown .token.url": {
|
---|
203 | "color": "#383942"
|
---|
204 | },
|
---|
205 | ".language-markdown .token.url-reference.url>.token.string": {
|
---|
206 | "color": "#383942"
|
---|
207 | },
|
---|
208 | ".language-markdown .token.url>.token.operator": {
|
---|
209 | "color": "#383942"
|
---|
210 | },
|
---|
211 | ".language-markdown .token.url>.token.content": {
|
---|
212 | "color": "#4078f1"
|
---|
213 | },
|
---|
214 | ".language-markdown .token.url-reference.url": {
|
---|
215 | "color": "#0083bb"
|
---|
216 | },
|
---|
217 | ".language-markdown .token.url>.token.url": {
|
---|
218 | "color": "#0083bb"
|
---|
219 | },
|
---|
220 | ".language-markdown .token.blockquote.punctuation": {
|
---|
221 | "color": "#9fa0a6",
|
---|
222 | "fontStyle": "italic"
|
---|
223 | },
|
---|
224 | ".language-markdown .token.hr.punctuation": {
|
---|
225 | "color": "#9fa0a6",
|
---|
226 | "fontStyle": "italic"
|
---|
227 | },
|
---|
228 | ".language-markdown .token.code-snippet": {
|
---|
229 | "color": "#50a04f"
|
---|
230 | },
|
---|
231 | ".language-markdown .token.bold .token.content": {
|
---|
232 | "color": "#b66a00"
|
---|
233 | },
|
---|
234 | ".language-markdown .token.italic .token.content": {
|
---|
235 | "color": "#a625a4"
|
---|
236 | },
|
---|
237 | ".language-markdown .token.list.punctuation": {
|
---|
238 | "color": "#e35549"
|
---|
239 | },
|
---|
240 | ".language-markdown .token.strike .token.content": {
|
---|
241 | "color": "#e35549"
|
---|
242 | },
|
---|
243 | ".language-markdown .token.strike .token.punctuation": {
|
---|
244 | "color": "#e35549"
|
---|
245 | },
|
---|
246 | ".language-markdown .token.title.important>.token.punctuation": {
|
---|
247 | "color": "#e35549"
|
---|
248 | },
|
---|
249 | "bold": {
|
---|
250 | "fontWeight": "700"
|
---|
251 | },
|
---|
252 | "italic": {
|
---|
253 | "fontStyle": "italic"
|
---|
254 | },
|
---|
255 | "namespace": {
|
---|
256 | "Opacity": ".8"
|
---|
257 | },
|
---|
258 | "token.cr:before": {
|
---|
259 | "color": "hsla(230,8%,24%,.2)"
|
---|
260 | },
|
---|
261 | "token.lf:before": {
|
---|
262 | "color": "hsla(230,8%,24%,.2)"
|
---|
263 | },
|
---|
264 | "token.space:before": {
|
---|
265 | "color": "hsla(230,8%,24%,.2)"
|
---|
266 | },
|
---|
267 | "token.tab:not(:empty):before": {
|
---|
268 | "color": "hsla(230,8%,24%,.2)"
|
---|
269 | },
|
---|
270 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item": {
|
---|
271 | "marginRight": ".4em"
|
---|
272 | },
|
---|
273 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a": {
|
---|
274 | "background": "#e5e5e5",
|
---|
275 | "color": "#696b76",
|
---|
276 | "padding": ".1em .4em",
|
---|
277 | "borderRadius": ".3em"
|
---|
278 | },
|
---|
279 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button": {
|
---|
280 | "background": "#e5e5e5",
|
---|
281 | "color": "#696b76",
|
---|
282 | "padding": ".1em .4em",
|
---|
283 | "borderRadius": ".3em"
|
---|
284 | },
|
---|
285 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span": {
|
---|
286 | "background": "#e5e5e5",
|
---|
287 | "color": "#696b76",
|
---|
288 | "padding": ".1em .4em",
|
---|
289 | "borderRadius": ".3em"
|
---|
290 | },
|
---|
291 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus": {
|
---|
292 | "background": "#c6c6c7",
|
---|
293 | "color": "#383942"
|
---|
294 | },
|
---|
295 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover": {
|
---|
296 | "background": "#c6c6c7",
|
---|
297 | "color": "#383942"
|
---|
298 | },
|
---|
299 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus": {
|
---|
300 | "background": "#c6c6c7",
|
---|
301 | "color": "#383942"
|
---|
302 | },
|
---|
303 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover": {
|
---|
304 | "background": "#c6c6c7",
|
---|
305 | "color": "#383942"
|
---|
306 | },
|
---|
307 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus": {
|
---|
308 | "background": "#c6c6c7",
|
---|
309 | "color": "#383942"
|
---|
310 | },
|
---|
311 | "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover": {
|
---|
312 | "background": "#c6c6c7",
|
---|
313 | "color": "#383942"
|
---|
314 | },
|
---|
315 | ".line-highlight.line-highlight": {
|
---|
316 | "background": "hsla(230,8%,24%,.05)"
|
---|
317 | },
|
---|
318 | ".line-highlight.line-highlight:before": {
|
---|
319 | "background": "#e5e5e5",
|
---|
320 | "color": "#383942",
|
---|
321 | "padding": ".1em .6em",
|
---|
322 | "borderRadius": ".3em",
|
---|
323 | "boxShadow": "0 2px 0 0 rgba(0,0,0,.2)"
|
---|
324 | },
|
---|
325 | ".line-highlight.line-highlight[data-end]:after": {
|
---|
326 | "background": "#e5e5e5",
|
---|
327 | "color": "#383942",
|
---|
328 | "padding": ".1em .6em",
|
---|
329 | "borderRadius": ".3em",
|
---|
330 | "boxShadow": "0 2px 0 0 rgba(0,0,0,.2)"
|
---|
331 | },
|
---|
332 | "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before": {
|
---|
333 | "backgroundColor": "hsla(230,8%,24%,.05)"
|
---|
334 | },
|
---|
335 | ".command-line .command-line-prompt": {
|
---|
336 | "borderRightColor": "hsla(230,8%,24%,.2)"
|
---|
337 | },
|
---|
338 | ".line-numbers.line-numbers .line-numbers-rows": {
|
---|
339 | "borderRightColor": "hsla(230,8%,24%,.2)"
|
---|
340 | },
|
---|
341 | ".command-line .command-line-prompt>span:before": {
|
---|
342 | "color": "#9d9d9f"
|
---|
343 | },
|
---|
344 | ".line-numbers .line-numbers-rows>span:before": {
|
---|
345 | "color": "#9d9d9f"
|
---|
346 | },
|
---|
347 | ".rainbow-braces .token.token.punctuation.brace-level-1": {
|
---|
348 | "color": "#e35549"
|
---|
349 | },
|
---|
350 | ".rainbow-braces .token.token.punctuation.brace-level-5": {
|
---|
351 | "color": "#e35549"
|
---|
352 | },
|
---|
353 | ".rainbow-braces .token.token.punctuation.brace-level-9": {
|
---|
354 | "color": "#e35549"
|
---|
355 | },
|
---|
356 | ".rainbow-braces .token.token.punctuation.brace-level-10": {
|
---|
357 | "color": "#50a04f"
|
---|
358 | },
|
---|
359 | ".rainbow-braces .token.token.punctuation.brace-level-2": {
|
---|
360 | "color": "#50a04f"
|
---|
361 | },
|
---|
362 | ".rainbow-braces .token.token.punctuation.brace-level-6": {
|
---|
363 | "color": "#50a04f"
|
---|
364 | },
|
---|
365 | ".rainbow-braces .token.token.punctuation.brace-level-11": {
|
---|
366 | "color": "#4078f1"
|
---|
367 | },
|
---|
368 | ".rainbow-braces .token.token.punctuation.brace-level-3": {
|
---|
369 | "color": "#4078f1"
|
---|
370 | },
|
---|
371 | ".rainbow-braces .token.token.punctuation.brace-level-7": {
|
---|
372 | "color": "#4078f1"
|
---|
373 | },
|
---|
374 | ".rainbow-braces .token.token.punctuation.brace-level-12": {
|
---|
375 | "color": "#a625a4"
|
---|
376 | },
|
---|
377 | ".rainbow-braces .token.token.punctuation.brace-level-4": {
|
---|
378 | "color": "#a625a4"
|
---|
379 | },
|
---|
380 | ".rainbow-braces .token.token.punctuation.brace-level-8": {
|
---|
381 | "color": "#a625a4"
|
---|
382 | },
|
---|
383 | "pre.diff-highlight>code .token.token.deleted:not(.prefix)": {
|
---|
384 | "backgroundColor": "hsla(353,100%,66%,.15)"
|
---|
385 | },
|
---|
386 | "pre>code.diff-highlight .token.token.deleted:not(.prefix)": {
|
---|
387 | "backgroundColor": "hsla(353,100%,66%,.15)"
|
---|
388 | },
|
---|
389 | "pre.diff-highlight>code .token.token.deleted:not(.prefix) ::-moz-selection": {
|
---|
390 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
391 | },
|
---|
392 | "pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection": {
|
---|
393 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
394 | },
|
---|
395 | "pre>code.diff-highlight .token.token.deleted:not(.prefix) ::-moz-selection": {
|
---|
396 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
397 | },
|
---|
398 | "pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection": {
|
---|
399 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
400 | },
|
---|
401 | "pre.diff-highlight>code .token.token.deleted:not(.prefix) ::selection": {
|
---|
402 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
403 | },
|
---|
404 | "pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection": {
|
---|
405 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
406 | },
|
---|
407 | "pre>code.diff-highlight .token.token.deleted:not(.prefix) ::selection": {
|
---|
408 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
409 | },
|
---|
410 | "pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection": {
|
---|
411 | "backgroundColor": "hsla(353,95%,66%,.25)"
|
---|
412 | },
|
---|
413 | "pre.diff-highlight>code .token.token.inserted:not(.prefix)": {
|
---|
414 | "backgroundColor": "hsla(137,100%,55%,.15)"
|
---|
415 | },
|
---|
416 | "pre>code.diff-highlight .token.token.inserted:not(.prefix)": {
|
---|
417 | "backgroundColor": "hsla(137,100%,55%,.15)"
|
---|
418 | },
|
---|
419 | "pre.diff-highlight>code .token.token.inserted:not(.prefix) ::-moz-selection": {
|
---|
420 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
421 | },
|
---|
422 | "pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection": {
|
---|
423 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
424 | },
|
---|
425 | "pre>code.diff-highlight .token.token.inserted:not(.prefix) ::-moz-selection": {
|
---|
426 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
427 | },
|
---|
428 | "pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection": {
|
---|
429 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
430 | },
|
---|
431 | "pre.diff-highlight>code .token.token.inserted:not(.prefix) ::selection": {
|
---|
432 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
433 | },
|
---|
434 | "pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection": {
|
---|
435 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
436 | },
|
---|
437 | "pre>code.diff-highlight .token.token.inserted:not(.prefix) ::selection": {
|
---|
438 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
439 | },
|
---|
440 | "pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection": {
|
---|
441 | "backgroundColor": "hsla(135,73%,55%,.25)"
|
---|
442 | },
|
---|
443 | ".prism-previewer-gradient.prism-previewer-gradient div": {
|
---|
444 | "borderColor": "#f2f2f2",
|
---|
445 | "borderRadius": ".3em"
|
---|
446 | },
|
---|
447 | ".prism-previewer.prism-previewer:before": {
|
---|
448 | "borderColor": "#f2f2f2"
|
---|
449 | },
|
---|
450 | ".prism-previewer-color.prism-previewer-color:before": {
|
---|
451 | "borderRadius": ".3em"
|
---|
452 | },
|
---|
453 | ".prism-previewer-easing.prism-previewer-easing:before": {
|
---|
454 | "borderRadius": ".3em"
|
---|
455 | },
|
---|
456 | ".prism-previewer.prism-previewer:after": {
|
---|
457 | "borderTopColor": "#f2f2f2"
|
---|
458 | },
|
---|
459 | ".prism-previewer-flipped.prism-previewer-flipped.after": {
|
---|
460 | "borderBottomColor": "#f2f2f2"
|
---|
461 | },
|
---|
462 | ".prism-previewer-angle.prism-previewer-angle:before": {
|
---|
463 | "background": "#fff"
|
---|
464 | },
|
---|
465 | ".prism-previewer-easing.prism-previewer-easing": {
|
---|
466 | "background": "#fff"
|
---|
467 | },
|
---|
468 | ".prism-previewer-time.prism-previewer-time:before": {
|
---|
469 | "background": "#fff"
|
---|
470 | },
|
---|
471 | ".prism-previewer-angle.prism-previewer-angle circle": {
|
---|
472 | "stroke": "#383942",
|
---|
473 | "strokeOpacity": "1"
|
---|
474 | },
|
---|
475 | ".prism-previewer-time.prism-previewer-time circle": {
|
---|
476 | "stroke": "#383942",
|
---|
477 | "strokeOpacity": "1"
|
---|
478 | },
|
---|
479 | ".prism-previewer-easing.prism-previewer-easing circle": {
|
---|
480 | "stroke": "#383942",
|
---|
481 | "fill": "transparent"
|
---|
482 | },
|
---|
483 | ".prism-previewer-easing.prism-previewer-easing line": {
|
---|
484 | "stroke": "#383942"
|
---|
485 | },
|
---|
486 | ".prism-previewer-easing.prism-previewer-easing path": {
|
---|
487 | "stroke": "#383942"
|
---|
488 | }
|
---|
489 | }; |
---|