1 | export default {
|
---|
2 | "pre[class*=\"language-\"]": {
|
---|
3 | "color": "#d4d4d4",
|
---|
4 | "fontSize": "13px",
|
---|
5 | "textShadow": "none",
|
---|
6 | "fontFamily": "Menlo, Monaco, Consolas, \"Andale Mono\", \"Ubuntu Mono\", \"Courier New\", monospace",
|
---|
7 | "direction": "ltr",
|
---|
8 | "textAlign": "left",
|
---|
9 | "whiteSpace": "pre",
|
---|
10 | "wordSpacing": "normal",
|
---|
11 | "wordBreak": "normal",
|
---|
12 | "lineHeight": "1.5",
|
---|
13 | "MozTabSize": "4",
|
---|
14 | "OTabSize": "4",
|
---|
15 | "tabSize": "4",
|
---|
16 | "WebkitHyphens": "none",
|
---|
17 | "MozHyphens": "none",
|
---|
18 | "msHyphens": "none",
|
---|
19 | "hyphens": "none",
|
---|
20 | "padding": "1em",
|
---|
21 | "margin": ".5em 0",
|
---|
22 | "overflow": "auto",
|
---|
23 | "background": "#1e1e1e"
|
---|
24 | },
|
---|
25 | "code[class*=\"language-\"]": {
|
---|
26 | "color": "#d4d4d4",
|
---|
27 | "fontSize": "13px",
|
---|
28 | "textShadow": "none",
|
---|
29 | "fontFamily": "Menlo, Monaco, Consolas, \"Andale Mono\", \"Ubuntu Mono\", \"Courier New\", monospace",
|
---|
30 | "direction": "ltr",
|
---|
31 | "textAlign": "left",
|
---|
32 | "whiteSpace": "pre",
|
---|
33 | "wordSpacing": "normal",
|
---|
34 | "wordBreak": "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 | },
|
---|
44 | "pre[class*=\"language-\"]::selection": {
|
---|
45 | "textShadow": "none",
|
---|
46 | "background": "#264F78"
|
---|
47 | },
|
---|
48 | "code[class*=\"language-\"]::selection": {
|
---|
49 | "textShadow": "none",
|
---|
50 | "background": "#264F78"
|
---|
51 | },
|
---|
52 | "pre[class*=\"language-\"] *::selection": {
|
---|
53 | "textShadow": "none",
|
---|
54 | "background": "#264F78"
|
---|
55 | },
|
---|
56 | "code[class*=\"language-\"] *::selection": {
|
---|
57 | "textShadow": "none",
|
---|
58 | "background": "#264F78"
|
---|
59 | },
|
---|
60 | ":not(pre) > code[class*=\"language-\"]": {
|
---|
61 | "padding": ".1em .3em",
|
---|
62 | "borderRadius": ".3em",
|
---|
63 | "color": "#db4c69",
|
---|
64 | "background": "#1e1e1e"
|
---|
65 | },
|
---|
66 | ".namespace": {
|
---|
67 | "Opacity": ".7"
|
---|
68 | },
|
---|
69 | "doctype.doctype-tag": {
|
---|
70 | "color": "#569CD6"
|
---|
71 | },
|
---|
72 | "doctype.name": {
|
---|
73 | "color": "#9cdcfe"
|
---|
74 | },
|
---|
75 | "comment": {
|
---|
76 | "color": "#6a9955"
|
---|
77 | },
|
---|
78 | "prolog": {
|
---|
79 | "color": "#6a9955"
|
---|
80 | },
|
---|
81 | "punctuation": {
|
---|
82 | "color": "#d4d4d4"
|
---|
83 | },
|
---|
84 | ".language-html .language-css .token.punctuation": {
|
---|
85 | "color": "#d4d4d4"
|
---|
86 | },
|
---|
87 | ".language-html .language-javascript .token.punctuation": {
|
---|
88 | "color": "#d4d4d4"
|
---|
89 | },
|
---|
90 | "property": {
|
---|
91 | "color": "#9cdcfe"
|
---|
92 | },
|
---|
93 | "tag": {
|
---|
94 | "color": "#569cd6"
|
---|
95 | },
|
---|
96 | "boolean": {
|
---|
97 | "color": "#569cd6"
|
---|
98 | },
|
---|
99 | "number": {
|
---|
100 | "color": "#b5cea8"
|
---|
101 | },
|
---|
102 | "constant": {
|
---|
103 | "color": "#9cdcfe"
|
---|
104 | },
|
---|
105 | "symbol": {
|
---|
106 | "color": "#b5cea8"
|
---|
107 | },
|
---|
108 | "inserted": {
|
---|
109 | "color": "#b5cea8"
|
---|
110 | },
|
---|
111 | "unit": {
|
---|
112 | "color": "#b5cea8"
|
---|
113 | },
|
---|
114 | "selector": {
|
---|
115 | "color": "#d7ba7d"
|
---|
116 | },
|
---|
117 | "attr-name": {
|
---|
118 | "color": "#9cdcfe"
|
---|
119 | },
|
---|
120 | "string": {
|
---|
121 | "color": "#ce9178"
|
---|
122 | },
|
---|
123 | "char": {
|
---|
124 | "color": "#ce9178"
|
---|
125 | },
|
---|
126 | "builtin": {
|
---|
127 | "color": "#ce9178"
|
---|
128 | },
|
---|
129 | "deleted": {
|
---|
130 | "color": "#ce9178"
|
---|
131 | },
|
---|
132 | ".language-css .token.string.url": {
|
---|
133 | "textDecoration": "underline"
|
---|
134 | },
|
---|
135 | "operator": {
|
---|
136 | "color": "#d4d4d4"
|
---|
137 | },
|
---|
138 | "entity": {
|
---|
139 | "color": "#569cd6"
|
---|
140 | },
|
---|
141 | "operator.arrow": {
|
---|
142 | "color": "#569CD6"
|
---|
143 | },
|
---|
144 | "atrule": {
|
---|
145 | "color": "#ce9178"
|
---|
146 | },
|
---|
147 | "atrule.rule": {
|
---|
148 | "color": "#c586c0"
|
---|
149 | },
|
---|
150 | "atrule.url": {
|
---|
151 | "color": "#9cdcfe"
|
---|
152 | },
|
---|
153 | "atrule.url.function": {
|
---|
154 | "color": "#dcdcaa"
|
---|
155 | },
|
---|
156 | "atrule.url.punctuation": {
|
---|
157 | "color": "#d4d4d4"
|
---|
158 | },
|
---|
159 | "keyword": {
|
---|
160 | "color": "#569CD6"
|
---|
161 | },
|
---|
162 | "keyword.module": {
|
---|
163 | "color": "#c586c0"
|
---|
164 | },
|
---|
165 | "keyword.control-flow": {
|
---|
166 | "color": "#c586c0"
|
---|
167 | },
|
---|
168 | "function": {
|
---|
169 | "color": "#dcdcaa"
|
---|
170 | },
|
---|
171 | "function.maybe-class-name": {
|
---|
172 | "color": "#dcdcaa"
|
---|
173 | },
|
---|
174 | "regex": {
|
---|
175 | "color": "#d16969"
|
---|
176 | },
|
---|
177 | "important": {
|
---|
178 | "color": "#569cd6"
|
---|
179 | },
|
---|
180 | "italic": {
|
---|
181 | "fontStyle": "italic"
|
---|
182 | },
|
---|
183 | "class-name": {
|
---|
184 | "color": "#4ec9b0"
|
---|
185 | },
|
---|
186 | "maybe-class-name": {
|
---|
187 | "color": "#4ec9b0"
|
---|
188 | },
|
---|
189 | "console": {
|
---|
190 | "color": "#9cdcfe"
|
---|
191 | },
|
---|
192 | "parameter": {
|
---|
193 | "color": "#9cdcfe"
|
---|
194 | },
|
---|
195 | "interpolation": {
|
---|
196 | "color": "#9cdcfe"
|
---|
197 | },
|
---|
198 | "punctuation.interpolation-punctuation": {
|
---|
199 | "color": "#569cd6"
|
---|
200 | },
|
---|
201 | "variable": {
|
---|
202 | "color": "#9cdcfe"
|
---|
203 | },
|
---|
204 | "imports.maybe-class-name": {
|
---|
205 | "color": "#9cdcfe"
|
---|
206 | },
|
---|
207 | "exports.maybe-class-name": {
|
---|
208 | "color": "#9cdcfe"
|
---|
209 | },
|
---|
210 | "escape": {
|
---|
211 | "color": "#d7ba7d"
|
---|
212 | },
|
---|
213 | "tag.punctuation": {
|
---|
214 | "color": "#808080"
|
---|
215 | },
|
---|
216 | "cdata": {
|
---|
217 | "color": "#808080"
|
---|
218 | },
|
---|
219 | "attr-value": {
|
---|
220 | "color": "#ce9178"
|
---|
221 | },
|
---|
222 | "attr-value.punctuation": {
|
---|
223 | "color": "#ce9178"
|
---|
224 | },
|
---|
225 | "attr-value.punctuation.attr-equals": {
|
---|
226 | "color": "#d4d4d4"
|
---|
227 | },
|
---|
228 | "namespace": {
|
---|
229 | "color": "#4ec9b0"
|
---|
230 | },
|
---|
231 | "pre[class*=\"language-javascript\"]": {
|
---|
232 | "color": "#9cdcfe"
|
---|
233 | },
|
---|
234 | "code[class*=\"language-javascript\"]": {
|
---|
235 | "color": "#9cdcfe"
|
---|
236 | },
|
---|
237 | "pre[class*=\"language-jsx\"]": {
|
---|
238 | "color": "#9cdcfe"
|
---|
239 | },
|
---|
240 | "code[class*=\"language-jsx\"]": {
|
---|
241 | "color": "#9cdcfe"
|
---|
242 | },
|
---|
243 | "pre[class*=\"language-typescript\"]": {
|
---|
244 | "color": "#9cdcfe"
|
---|
245 | },
|
---|
246 | "code[class*=\"language-typescript\"]": {
|
---|
247 | "color": "#9cdcfe"
|
---|
248 | },
|
---|
249 | "pre[class*=\"language-tsx\"]": {
|
---|
250 | "color": "#9cdcfe"
|
---|
251 | },
|
---|
252 | "code[class*=\"language-tsx\"]": {
|
---|
253 | "color": "#9cdcfe"
|
---|
254 | },
|
---|
255 | "pre[class*=\"language-css\"]": {
|
---|
256 | "color": "#ce9178"
|
---|
257 | },
|
---|
258 | "code[class*=\"language-css\"]": {
|
---|
259 | "color": "#ce9178"
|
---|
260 | },
|
---|
261 | "pre[class*=\"language-html\"]": {
|
---|
262 | "color": "#d4d4d4"
|
---|
263 | },
|
---|
264 | "code[class*=\"language-html\"]": {
|
---|
265 | "color": "#d4d4d4"
|
---|
266 | },
|
---|
267 | ".language-regex .token.anchor": {
|
---|
268 | "color": "#dcdcaa"
|
---|
269 | },
|
---|
270 | ".language-html .token.punctuation": {
|
---|
271 | "color": "#808080"
|
---|
272 | },
|
---|
273 | "pre[class*=\"language-\"] > code[class*=\"language-\"]": {
|
---|
274 | "position": "relative",
|
---|
275 | "zIndex": "1"
|
---|
276 | },
|
---|
277 | ".line-highlight.line-highlight": {
|
---|
278 | "background": "#f7ebc6",
|
---|
279 | "boxShadow": "inset 5px 0 0 #f7d87c",
|
---|
280 | "zIndex": "0"
|
---|
281 | }
|
---|
282 | } |
---|