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