source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.js

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

Initial commit

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