source: node_modules/react-syntax-highlighter/dist/esm/styles/prism/one-dark.min.js@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

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