source: node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.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: 4.2 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": "#a9b7c6",
10 "fontFamily": "Consolas,Monaco,'Andale Mono',monospace",
11 "direction": "ltr",
12 "textAlign": "left",
13 "whiteSpace": "pre",
14 "wordSpacing": "normal",
15 "wordBreak": "normal",
16 "lineHeight": "1.5",
17 "MozTabSize": "4",
18 "OTabSize": "4",
19 "tabSize": "4",
20 "WebkitHyphens": "none",
21 "MozHyphens": "none",
22 "msHyphens": "none",
23 "hyphens": "none"
24 },
25 "pre[class*=language-]": {
26 "color": "#a9b7c6",
27 "fontFamily": "Consolas,Monaco,'Andale Mono',monospace",
28 "direction": "ltr",
29 "textAlign": "left",
30 "whiteSpace": "pre",
31 "wordSpacing": "normal",
32 "wordBreak": "normal",
33 "lineHeight": "1.5",
34 "MozTabSize": "4",
35 "OTabSize": "4",
36 "tabSize": "4",
37 "WebkitHyphens": "none",
38 "MozHyphens": "none",
39 "msHyphens": "none",
40 "hyphens": "none",
41 "padding": "1em",
42 "margin": ".5em 0",
43 "overflow": "auto",
44 "background": "#2b2b2b"
45 },
46 "code[class*=language-] ::-moz-selection": {
47 "color": "inherit",
48 "background": "rgba(33,66,131,.85)"
49 },
50 "code[class*=language-]::-moz-selection": {
51 "color": "inherit",
52 "background": "rgba(33,66,131,.85)"
53 },
54 "pre[class*=language-] ::-moz-selection": {
55 "color": "inherit",
56 "background": "rgba(33,66,131,.85)"
57 },
58 "pre[class*=language-]::-moz-selection": {
59 "color": "inherit",
60 "background": "rgba(33,66,131,.85)"
61 },
62 "code[class*=language-] ::selection": {
63 "color": "inherit",
64 "background": "rgba(33,66,131,.85)"
65 },
66 "code[class*=language-]::selection": {
67 "color": "inherit",
68 "background": "rgba(33,66,131,.85)"
69 },
70 "pre[class*=language-] ::selection": {
71 "color": "inherit",
72 "background": "rgba(33,66,131,.85)"
73 },
74 "pre[class*=language-]::selection": {
75 "color": "inherit",
76 "background": "rgba(33,66,131,.85)"
77 },
78 ":not(pre)>code[class*=language-]": {
79 "background": "#2b2b2b",
80 "padding": ".1em",
81 "borderRadius": ".3em"
82 },
83 "cdata": {
84 "color": "grey"
85 },
86 "comment": {
87 "color": "grey"
88 },
89 "prolog": {
90 "color": "grey"
91 },
92 "atrule": {
93 "color": "#cc7832"
94 },
95 "boolean": {
96 "color": "#cc7832"
97 },
98 "delimiter": {
99 "color": "#cc7832"
100 },
101 "important": {
102 "color": "#cc7832"
103 },
104 "keyword": {
105 "color": "#cc7832"
106 },
107 "selector": {
108 "color": "#cc7832"
109 },
110 "attr-name": {
111 "color": "#a9b7c6"
112 },
113 "operator": {
114 "color": "#a9b7c6"
115 },
116 "punctuation": {
117 "color": "#a9b7c6"
118 },
119 "builtin": {
120 "color": "#e8bf6a"
121 },
122 "doctype": {
123 "color": "#e8bf6a"
124 },
125 "tag": {
126 "color": "#e8bf6a"
127 },
128 "tag.punctuation": {
129 "color": "#e8bf6a"
130 },
131 "entity": {
132 "color": "#6897bb"
133 },
134 "number": {
135 "color": "#6897bb"
136 },
137 "symbol": {
138 "color": "#6897bb"
139 },
140 "constant": {
141 "color": "#9876aa"
142 },
143 "property": {
144 "color": "#9876aa"
145 },
146 "variable": {
147 "color": "#9876aa"
148 },
149 "char": {
150 "color": "#6a8759"
151 },
152 "string": {
153 "color": "#6a8759"
154 },
155 "attr-value": {
156 "color": "#a5c261"
157 },
158 "attr-value.punctuation": {
159 "color": "#a5c261"
160 },
161 "attr-value.punctuation:first-child": {
162 "color": "#a9b7c6"
163 },
164 "url": {
165 "color": "#287bde",
166 "textDecoration": "underline"
167 },
168 "function": {
169 "color": "#ffc66d"
170 },
171 "regex": {
172 "background": "#364135"
173 },
174 "bold": {
175 "fontWeight": "700"
176 },
177 "italic": {
178 "fontStyle": "italic"
179 },
180 "inserted": {
181 "background": "#294436"
182 },
183 "deleted": {
184 "background": "#484a4a"
185 },
186 "code.language-css .token.property": {
187 "color": "#a9b7c6"
188 },
189 "code.language-css .token.property+.token.punctuation": {
190 "color": "#a9b7c6"
191 },
192 "code.language-css .token.id": {
193 "color": "#ffc66d"
194 },
195 "code.language-css .token.selector>.token.attribute": {
196 "color": "#ffc66d"
197 },
198 "code.language-css .token.selector>.token.class": {
199 "color": "#ffc66d"
200 },
201 "code.language-css .token.selector>.token.pseudo-class": {
202 "color": "#ffc66d"
203 },
204 "code.language-css .token.selector>.token.pseudo-element": {
205 "color": "#ffc66d"
206 }
207};
208exports["default"] = _default;
Note: See TracBrowser for help on using the repository browser.