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