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