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