source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-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: 8.8 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 "color": "#e3eaf2",
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": "#e3eaf2",
28 "background": "#111b27",
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": "#3c526d"
49 },
50 "code[class*=language-]::-moz-selection": {
51 "background": "#3c526d"
52 },
53 "pre[class*=language-] ::-moz-selection": {
54 "background": "#3c526d"
55 },
56 "pre[class*=language-]::-moz-selection": {
57 "background": "#3c526d"
58 },
59 "code[class*=language-] ::selection": {
60 "background": "#3c526d"
61 },
62 "code[class*=language-]::selection": {
63 "background": "#3c526d"
64 },
65 "pre[class*=language-] ::selection": {
66 "background": "#3c526d"
67 },
68 "pre[class*=language-]::selection": {
69 "background": "#3c526d"
70 },
71 ":not(pre)>code[class*=language-]": {
72 "background": "#111b27",
73 "padding": ".1em .3em",
74 "borderRadius": ".3em",
75 "whiteSpace": "normal"
76 },
77 "cdata": {
78 "color": "#8da1b9"
79 },
80 "comment": {
81 "color": "#8da1b9"
82 },
83 "doctype": {
84 "color": "#8da1b9"
85 },
86 "prolog": {
87 "color": "#8da1b9"
88 },
89 "punctuation": {
90 "color": "#e3eaf2"
91 },
92 "delimiter.important": {
93 "color": "#6cc",
94 "fontWeight": "inherit"
95 },
96 "selector.parent": {
97 "color": "#6cc"
98 },
99 "tag": {
100 "color": "#6cc"
101 },
102 "tag.punctuation": {
103 "color": "#6cc"
104 },
105 "attr-name": {
106 "color": "#e6d37a"
107 },
108 "boolean": {
109 "color": "#e6d37a"
110 },
111 "boolean.important": {
112 "color": "#e6d37a"
113 },
114 "constant": {
115 "color": "#e6d37a"
116 },
117 "number": {
118 "color": "#e6d37a"
119 },
120 "selector.attribute": {
121 "color": "#e6d37a"
122 },
123 "class-name": {
124 "color": "#6cb8e6"
125 },
126 "key": {
127 "color": "#6cb8e6"
128 },
129 "parameter": {
130 "color": "#6cb8e6"
131 },
132 "property": {
133 "color": "#6cb8e6"
134 },
135 "property-access": {
136 "color": "#6cb8e6"
137 },
138 "variable": {
139 "color": "#6cb8e6"
140 },
141 "attr-value": {
142 "color": "#91d076"
143 },
144 "color": {
145 "color": "#91d076"
146 },
147 "inserted": {
148 "color": "#91d076"
149 },
150 "selector.value": {
151 "color": "#91d076"
152 },
153 "string": {
154 "color": "#91d076"
155 },
156 "string.url-link": {
157 "color": "#91d076"
158 },
159 "builtin": {
160 "color": "#f4adf4"
161 },
162 "keyword-array": {
163 "color": "#f4adf4"
164 },
165 "package": {
166 "color": "#f4adf4"
167 },
168 "regex": {
169 "color": "#f4adf4"
170 },
171 "function": {
172 "color": "#c699e3"
173 },
174 "selector.class": {
175 "color": "#c699e3"
176 },
177 "selector.id": {
178 "color": "#c699e3"
179 },
180 "atrule.rule": {
181 "color": "#e9ae7e"
182 },
183 "combinator": {
184 "color": "#e9ae7e"
185 },
186 "keyword": {
187 "color": "#e9ae7e"
188 },
189 "operator": {
190 "color": "#e9ae7e"
191 },
192 "pseudo-class": {
193 "color": "#e9ae7e"
194 },
195 "pseudo-element": {
196 "color": "#e9ae7e"
197 },
198 "selector": {
199 "color": "#e9ae7e"
200 },
201 "unit": {
202 "color": "#e9ae7e"
203 },
204 "deleted": {
205 "color": "#cd6660"
206 },
207 "important": {
208 "color": "#cd6660",
209 "fontWeight": "700"
210 },
211 "keyword-this": {
212 "color": "#6cb8e6",
213 "fontWeight": "700"
214 },
215 "this": {
216 "color": "#6cb8e6",
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": "#6cb8e6",
230 "fontWeight": "700"
231 },
232 ".language-markdown .token.title .token.punctuation": {
233 "color": "#6cb8e6",
234 "fontWeight": "700"
235 },
236 ".language-markdown .token.blockquote.punctuation": {
237 "color": "#f4adf4"
238 },
239 ".language-markdown .token.code": {
240 "color": "#6cc"
241 },
242 ".language-markdown .token.hr.punctuation": {
243 "color": "#6cb8e6"
244 },
245 ".language-markdown .token.url .token.content": {
246 "color": "#91d076"
247 },
248 ".language-markdown .token.url-link": {
249 "color": "#e6d37a"
250 },
251 ".language-markdown .token.list.punctuation": {
252 "color": "#f4adf4"
253 },
254 ".language-markdown .token.table-header": {
255 "color": "#e3eaf2"
256 },
257 ".language-json .token.operator": {
258 "color": "#e3eaf2"
259 },
260 ".language-scss .token.variable": {
261 "color": "#6cc"
262 },
263 "token.cr:before": {
264 "color": "#8da1b9"
265 },
266 "token.lf:before": {
267 "color": "#8da1b9"
268 },
269 "token.space:before": {
270 "color": "#8da1b9"
271 },
272 "token.tab:not(:empty):before": {
273 "color": "#8da1b9"
274 },
275 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a": {
276 "color": "#111b27",
277 "background": "#6cb8e6"
278 },
279 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button": {
280 "color": "#111b27",
281 "background": "#6cb8e6"
282 },
283 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus": {
284 "color": "#111b27",
285 "background": "#6cb8e6da",
286 "textDecoration": "none"
287 },
288 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover": {
289 "color": "#111b27",
290 "background": "#6cb8e6da",
291 "textDecoration": "none"
292 },
293 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus": {
294 "color": "#111b27",
295 "background": "#6cb8e6da",
296 "textDecoration": "none"
297 },
298 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover": {
299 "color": "#111b27",
300 "background": "#6cb8e6da",
301 "textDecoration": "none"
302 },
303 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span": {
304 "color": "#111b27",
305 "background": "#8da1b9"
306 },
307 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus": {
308 "color": "#111b27",
309 "background": "#8da1b9"
310 },
311 "div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover": {
312 "color": "#111b27",
313 "background": "#8da1b9"
314 },
315 ".line-highlight.line-highlight": {
316 "background": "linear-gradient(to right,#3c526d5f 70%,#3c526d55)"
317 },
318 ".line-highlight.line-highlight:before": {
319 "backgroundColor": "#8da1b9",
320 "color": "#111b27",
321 "boxShadow": "0 1px #3c526d"
322 },
323 ".line-highlight.line-highlight[data-end]:after": {
324 "backgroundColor": "#8da1b9",
325 "color": "#111b27",
326 "boxShadow": "0 1px #3c526d"
327 },
328 "pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before": {
329 "backgroundColor": "#8da1b918"
330 },
331 ".line-numbers.line-numbers .line-numbers-rows": {
332 "borderRight": "1px solid #0b121b",
333 "background": "#0b121b7a"
334 },
335 ".line-numbers .line-numbers-rows>span:before": {
336 "color": "#8da1b9da"
337 },
338 ".rainbow-braces .token.token.punctuation.brace-level-1": {
339 "color": "#e6d37a"
340 },
341 ".rainbow-braces .token.token.punctuation.brace-level-5": {
342 "color": "#e6d37a"
343 },
344 ".rainbow-braces .token.token.punctuation.brace-level-9": {
345 "color": "#e6d37a"
346 },
347 ".rainbow-braces .token.token.punctuation.brace-level-10": {
348 "color": "#f4adf4"
349 },
350 ".rainbow-braces .token.token.punctuation.brace-level-2": {
351 "color": "#f4adf4"
352 },
353 ".rainbow-braces .token.token.punctuation.brace-level-6": {
354 "color": "#f4adf4"
355 },
356 ".rainbow-braces .token.token.punctuation.brace-level-11": {
357 "color": "#6cb8e6"
358 },
359 ".rainbow-braces .token.token.punctuation.brace-level-3": {
360 "color": "#6cb8e6"
361 },
362 ".rainbow-braces .token.token.punctuation.brace-level-7": {
363 "color": "#6cb8e6"
364 },
365 ".rainbow-braces .token.token.punctuation.brace-level-12": {
366 "color": "#c699e3"
367 },
368 ".rainbow-braces .token.token.punctuation.brace-level-4": {
369 "color": "#c699e3"
370 },
371 ".rainbow-braces .token.token.punctuation.brace-level-8": {
372 "color": "#c699e3"
373 },
374 "pre.diff-highlight>code .token.token.deleted:not(.prefix)": {
375 "backgroundColor": "#cd66601f"
376 },
377 "pre>code.diff-highlight .token.token.deleted:not(.prefix)": {
378 "backgroundColor": "#cd66601f"
379 },
380 "pre.diff-highlight>code .token.token.inserted:not(.prefix)": {
381 "backgroundColor": "#91d0761f"
382 },
383 "pre>code.diff-highlight .token.token.inserted:not(.prefix)": {
384 "backgroundColor": "#91d0761f"
385 },
386 ".command-line .command-line-prompt": {
387 "borderRight": "1px solid #0b121b"
388 },
389 ".command-line .command-line-prompt>span:before": {
390 "color": "#8da1b9da"
391 }
392};
393exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.