1 | {
|
2 | "$schema": "vscode://schemas/color-theme",
|
3 | "name": "hc_light",
|
4 | "tokenColors": [
|
5 | {
|
6 | "scope": ["meta.embedded", "source.groovy.embedded"],
|
7 | "settings": {
|
8 | "foreground": "#292929"
|
9 | }
|
10 | },
|
11 | {
|
12 | "scope": "emphasis",
|
13 | "settings": {
|
14 | "fontStyle": "italic"
|
15 | }
|
16 | },
|
17 | {
|
18 | "scope": "strong",
|
19 | "settings": {
|
20 | "fontStyle": "bold"
|
21 | }
|
22 | },
|
23 | {
|
24 | "scope": "meta.diff.header",
|
25 | "settings": {
|
26 | "foreground": "#062F4A"
|
27 | }
|
28 | },
|
29 | {
|
30 | "scope": "comment",
|
31 | "settings": {
|
32 | "foreground": "#515151"
|
33 | }
|
34 | },
|
35 | {
|
36 | "scope": "constant.language",
|
37 | "settings": {
|
38 | "foreground": "#0F4A85"
|
39 | }
|
40 | },
|
41 | {
|
42 | "scope": [
|
43 | "constant.numeric",
|
44 | "variable.other.enummember",
|
45 | "keyword.operator.plus.exponent",
|
46 | "keyword.operator.minus.exponent"
|
47 | ],
|
48 | "settings": {
|
49 | "foreground": "#096d48"
|
50 | }
|
51 | },
|
52 | {
|
53 | "scope": "constant.regexp",
|
54 | "settings": {
|
55 | "foreground": "#811F3F"
|
56 | }
|
57 | },
|
58 | {
|
59 | "scope": "entity.name.tag",
|
60 | "settings": {
|
61 | "foreground": "#0F4A85"
|
62 | }
|
63 | },
|
64 | {
|
65 | "scope": "entity.name.selector",
|
66 | "settings": {
|
67 | "foreground": "#0F4A85"
|
68 | }
|
69 | },
|
70 | {
|
71 | "scope": "entity.other.attribute-name",
|
72 | "settings": {
|
73 | "foreground": "#264F78"
|
74 | }
|
75 | },
|
76 | {
|
77 | "scope": [
|
78 | "entity.other.attribute-name.class.css",
|
79 | "entity.other.attribute-name.class.mixin.css",
|
80 | "entity.other.attribute-name.id.css",
|
81 | "entity.other.attribute-name.parent-selector.css",
|
82 | "entity.other.attribute-name.pseudo-class.css",
|
83 | "entity.other.attribute-name.pseudo-element.css",
|
84 | "source.css.less entity.other.attribute-name.id",
|
85 | "entity.other.attribute-name.scss"
|
86 | ],
|
87 | "settings": {
|
88 | "foreground": "#0F4A85"
|
89 | }
|
90 | },
|
91 | {
|
92 | "scope": "invalid",
|
93 | "settings": {
|
94 | "foreground": "#B5200D"
|
95 | }
|
96 | },
|
97 | {
|
98 | "scope": "markup.underline",
|
99 | "settings": {
|
100 | "fontStyle": "underline"
|
101 | }
|
102 | },
|
103 | {
|
104 | "scope": "markup.bold",
|
105 | "settings": {
|
106 | "foreground": "#000080",
|
107 | "fontStyle": "bold"
|
108 | }
|
109 | },
|
110 | {
|
111 | "scope": "markup.heading",
|
112 | "settings": {
|
113 | "foreground": "#0F4A85",
|
114 | "fontStyle": "bold"
|
115 | }
|
116 | },
|
117 | {
|
118 | "scope": "markup.italic",
|
119 | "settings": {
|
120 | "fontStyle": "italic"
|
121 | }
|
122 | },
|
123 | {
|
124 | "scope": "markup.strikethrough",
|
125 | "settings": {
|
126 | "fontStyle": "strikethrough"
|
127 | }
|
128 | },
|
129 | {
|
130 | "scope": "markup.inserted",
|
131 | "settings": {
|
132 | "foreground": "#096d48"
|
133 | }
|
134 | },
|
135 | {
|
136 | "scope": "markup.deleted",
|
137 | "settings": {
|
138 | "foreground": "#5A5A5A"
|
139 | }
|
140 | },
|
141 | {
|
142 | "scope": "markup.changed",
|
143 | "settings": {
|
144 | "foreground": "#0451A5"
|
145 | }
|
146 | },
|
147 | {
|
148 | "scope": [
|
149 | "punctuation.definition.quote.begin.markdown",
|
150 | "punctuation.definition.list.begin.markdown"
|
151 | ],
|
152 | "settings": {
|
153 | "foreground": "#0451A5"
|
154 | }
|
155 | },
|
156 | {
|
157 | "scope": "markup.inline.raw",
|
158 | "settings": {
|
159 | "foreground": "#0F4A85"
|
160 | }
|
161 | },
|
162 | {
|
163 | "scope": "punctuation.definition.tag",
|
164 | "settings": {
|
165 | "foreground": "#0F4A85"
|
166 | }
|
167 | },
|
168 | {
|
169 | "scope": ["meta.preprocessor", "entity.name.function.preprocessor"],
|
170 | "settings": {
|
171 | "foreground": "#0F4A85"
|
172 | }
|
173 | },
|
174 | {
|
175 | "scope": "meta.preprocessor.string",
|
176 | "settings": {
|
177 | "foreground": "#b5200d"
|
178 | }
|
179 | },
|
180 | {
|
181 | "scope": "meta.preprocessor.numeric",
|
182 | "settings": {
|
183 | "foreground": "#096d48"
|
184 | }
|
185 | },
|
186 | {
|
187 | "scope": "meta.structure.dictionary.key.python",
|
188 | "settings": {
|
189 | "foreground": "#0451A5"
|
190 | }
|
191 | },
|
192 | {
|
193 | "scope": "storage",
|
194 | "settings": {
|
195 | "foreground": "#0F4A85"
|
196 | }
|
197 | },
|
198 | {
|
199 | "scope": "storage.type",
|
200 | "settings": {
|
201 | "foreground": "#0F4A85"
|
202 | }
|
203 | },
|
204 | {
|
205 | "scope": ["storage.modifier", "keyword.operator.noexcept"],
|
206 | "settings": {
|
207 | "foreground": "#0F4A85"
|
208 | }
|
209 | },
|
210 | {
|
211 | "scope": ["string", "meta.embedded.assembly"],
|
212 | "settings": {
|
213 | "foreground": "#0F4A85"
|
214 | }
|
215 | },
|
216 | {
|
217 | "scope": [
|
218 | "string.comment.buffered.block.pug",
|
219 | "string.quoted.pug",
|
220 | "string.interpolated.pug",
|
221 | "string.unquoted.plain.in.yaml",
|
222 | "string.unquoted.plain.out.yaml",
|
223 | "string.unquoted.block.yaml",
|
224 | "string.quoted.single.yaml",
|
225 | "string.quoted.double.xml",
|
226 | "string.quoted.single.xml",
|
227 | "string.unquoted.cdata.xml",
|
228 | "string.quoted.double.html",
|
229 | "string.quoted.single.html",
|
230 | "string.unquoted.html",
|
231 | "string.quoted.single.handlebars",
|
232 | "string.quoted.double.handlebars"
|
233 | ],
|
234 | "settings": {
|
235 | "foreground": "#0F4A85"
|
236 | }
|
237 | },
|
238 | {
|
239 | "scope": "string.regexp",
|
240 | "settings": {
|
241 | "foreground": "#811F3F"
|
242 | }
|
243 | },
|
244 | {
|
245 | "scope": [
|
246 | "punctuation.definition.template-expression.begin",
|
247 | "punctuation.definition.template-expression.end",
|
248 | "punctuation.section.embedded"
|
249 | ],
|
250 | "settings": {
|
251 | "foreground": "#0F4A85"
|
252 | }
|
253 | },
|
254 | {
|
255 | "scope": ["meta.template.expression"],
|
256 | "settings": {
|
257 | "foreground": "#000000"
|
258 | }
|
259 | },
|
260 | {
|
261 | "scope": [
|
262 | "support.constant.property-value",
|
263 | "support.constant.font-name",
|
264 | "support.constant.media-type",
|
265 | "support.constant.media",
|
266 | "constant.other.color.rgb-value",
|
267 | "constant.other.rgb-value",
|
268 | "support.constant.color"
|
269 | ],
|
270 | "settings": {
|
271 | "foreground": "#0451A5"
|
272 | }
|
273 | },
|
274 | {
|
275 | "scope": [
|
276 | "support.type.vendored.property-name",
|
277 | "support.type.property-name",
|
278 | "variable.css",
|
279 | "variable.scss",
|
280 | "variable.other.less",
|
281 | "source.coffee.embedded"
|
282 | ],
|
283 | "settings": {
|
284 | "foreground": "#264F78"
|
285 | }
|
286 | },
|
287 | {
|
288 | "scope": ["support.type.property-name.json"],
|
289 | "settings": {
|
290 | "foreground": "#0451A5"
|
291 | }
|
292 | },
|
293 | {
|
294 | "scope": "keyword",
|
295 | "settings": {
|
296 | "foreground": "#0F4A85"
|
297 | }
|
298 | },
|
299 | {
|
300 | "scope": "keyword.control",
|
301 | "settings": {
|
302 | "foreground": "#0F4A85"
|
303 | }
|
304 | },
|
305 | {
|
306 | "scope": "keyword.operator",
|
307 | "settings": {
|
308 | "foreground": "#000000"
|
309 | }
|
310 | },
|
311 | {
|
312 | "scope": [
|
313 | "keyword.operator.new",
|
314 | "keyword.operator.expression",
|
315 | "keyword.operator.cast",
|
316 | "keyword.operator.sizeof",
|
317 | "keyword.operator.alignof",
|
318 | "keyword.operator.typeid",
|
319 | "keyword.operator.alignas",
|
320 | "keyword.operator.instanceof",
|
321 | "keyword.operator.logical.python",
|
322 | "keyword.operator.wordlike"
|
323 | ],
|
324 | "settings": {
|
325 | "foreground": "#0F4A85"
|
326 | }
|
327 | },
|
328 | {
|
329 | "scope": "keyword.other.unit",
|
330 | "settings": {
|
331 | "foreground": "#096d48"
|
332 | }
|
333 | },
|
334 | {
|
335 | "scope": ["punctuation.section.embedded.begin.php", "punctuation.section.embedded.end.php"],
|
336 | "settings": {
|
337 | "foreground": "#0F4A85"
|
338 | }
|
339 | },
|
340 | {
|
341 | "scope": "support.function.git-rebase",
|
342 | "settings": {
|
343 | "foreground": "#0451A5"
|
344 | }
|
345 | },
|
346 | {
|
347 | "scope": "constant.sha.git-rebase",
|
348 | "settings": {
|
349 | "foreground": "#096d48"
|
350 | }
|
351 | },
|
352 | {
|
353 | "scope": [
|
354 | "storage.modifier.import.java",
|
355 | "variable.language.wildcard.java",
|
356 | "storage.modifier.package.java"
|
357 | ],
|
358 | "settings": {
|
359 | "foreground": "#000000"
|
360 | }
|
361 | },
|
362 | {
|
363 | "scope": "variable.language",
|
364 | "settings": {
|
365 | "foreground": "#0F4A85"
|
366 | }
|
367 | },
|
368 | {
|
369 | "scope": [
|
370 | "entity.name.function",
|
371 | "support.function",
|
372 | "support.constant.handlebars",
|
373 | "source.powershell variable.other.member",
|
374 | "entity.name.operator.custom-literal"
|
375 | ],
|
376 | "settings": {
|
377 | "foreground": "#5e2cbc"
|
378 | }
|
379 | },
|
380 | {
|
381 | "scope": [
|
382 | "support.class",
|
383 | "support.type",
|
384 | "entity.name.type",
|
385 | "entity.name.namespace",
|
386 | "entity.other.attribute",
|
387 | "entity.name.scope-resolution",
|
388 | "entity.name.class",
|
389 | "storage.type.numeric.go",
|
390 | "storage.type.byte.go",
|
391 | "storage.type.boolean.go",
|
392 | "storage.type.string.go",
|
393 | "storage.type.uintptr.go",
|
394 | "storage.type.error.go",
|
395 | "storage.type.rune.go",
|
396 | "storage.type.cs",
|
397 | "storage.type.generic.cs",
|
398 | "storage.type.modifier.cs",
|
399 | "storage.type.variable.cs",
|
400 | "storage.type.annotation.java",
|
401 | "storage.type.generic.java",
|
402 | "storage.type.java",
|
403 | "storage.type.object.array.java",
|
404 | "storage.type.primitive.array.java",
|
405 | "storage.type.primitive.java",
|
406 | "storage.type.token.java",
|
407 | "storage.type.groovy",
|
408 | "storage.type.annotation.groovy",
|
409 | "storage.type.parameters.groovy",
|
410 | "storage.type.generic.groovy",
|
411 | "storage.type.object.array.groovy",
|
412 | "storage.type.primitive.array.groovy",
|
413 | "storage.type.primitive.groovy"
|
414 | ],
|
415 | "settings": {
|
416 | "foreground": "#185E73"
|
417 | }
|
418 | },
|
419 | {
|
420 | "scope": [
|
421 | "meta.type.cast.expr",
|
422 | "meta.type.new.expr",
|
423 | "support.constant.math",
|
424 | "support.constant.dom",
|
425 | "support.constant.json",
|
426 | "entity.other.inherited-class"
|
427 | ],
|
428 | "settings": {
|
429 | "foreground": "#185E73"
|
430 | }
|
431 | },
|
432 | {
|
433 | "scope": [
|
434 | "keyword.control",
|
435 | "source.cpp keyword.operator.new",
|
436 | "source.cpp keyword.operator.delete",
|
437 | "keyword.other.using",
|
438 | "keyword.other.operator",
|
439 | "entity.name.operator"
|
440 | ],
|
441 | "settings": {
|
442 | "foreground": "#b5200d"
|
443 | }
|
444 | },
|
445 | {
|
446 | "scope": [
|
447 | "variable",
|
448 | "meta.definition.variable.name",
|
449 | "support.variable",
|
450 | "entity.name.variable",
|
451 | "constant.other.placeholder"
|
452 | ],
|
453 | "settings": {
|
454 | "foreground": "#001080"
|
455 | }
|
456 | },
|
457 | {
|
458 | "scope": ["variable.other.constant", "variable.other.enummember"],
|
459 | "settings": {
|
460 | "foreground": "#02715D"
|
461 | }
|
462 | },
|
463 | {
|
464 | "scope": ["meta.object-literal.key"],
|
465 | "settings": {
|
466 | "foreground": "#001080"
|
467 | }
|
468 | },
|
469 | {
|
470 | "scope": [
|
471 | "support.constant.property-value",
|
472 | "support.constant.font-name",
|
473 | "support.constant.media-type",
|
474 | "support.constant.media",
|
475 | "constant.other.color.rgb-value",
|
476 | "constant.other.rgb-value",
|
477 | "support.constant.color"
|
478 | ],
|
479 | "settings": {
|
480 | "foreground": "#0451A5"
|
481 | }
|
482 | },
|
483 | {
|
484 | "scope": [
|
485 | "punctuation.definition.group.regexp",
|
486 | "punctuation.definition.group.assertion.regexp",
|
487 | "punctuation.definition.character-class.regexp",
|
488 | "punctuation.character.set.begin.regexp",
|
489 | "punctuation.character.set.end.regexp",
|
490 | "keyword.operator.negation.regexp",
|
491 | "support.other.parenthesis.regexp"
|
492 | ],
|
493 | "settings": {
|
494 | "foreground": "#D16969"
|
495 | }
|
496 | },
|
497 | {
|
498 | "scope": [
|
499 | "constant.character.character-class.regexp",
|
500 | "constant.other.character-class.set.regexp",
|
501 | "constant.other.character-class.regexp",
|
502 | "constant.character.set.regexp"
|
503 | ],
|
504 | "settings": {
|
505 | "foreground": "#811F3F"
|
506 | }
|
507 | },
|
508 | {
|
509 | "scope": "keyword.operator.quantifier.regexp",
|
510 | "settings": {
|
511 | "foreground": "#000000"
|
512 | }
|
513 | },
|
514 | {
|
515 | "scope": ["keyword.operator.or.regexp", "keyword.control.anchor.regexp"],
|
516 | "settings": {
|
517 | "foreground": "#EE0000"
|
518 | }
|
519 | },
|
520 | {
|
521 | "scope": "constant.character",
|
522 | "settings": {
|
523 | "foreground": "#0F4A85"
|
524 | }
|
525 | },
|
526 | {
|
527 | "scope": "constant.character.escape",
|
528 | "settings": {
|
529 | "foreground": "#EE0000"
|
530 | }
|
531 | },
|
532 | {
|
533 | "scope": "entity.name.label",
|
534 | "settings": {
|
535 | "foreground": "#000000"
|
536 | }
|
537 | },
|
538 | {
|
539 | "scope": "token.info-token",
|
540 | "settings": {
|
541 | "foreground": "#316BCD"
|
542 | }
|
543 | },
|
544 | {
|
545 | "scope": "token.warn-token",
|
546 | "settings": {
|
547 | "foreground": "#CD9731"
|
548 | }
|
549 | },
|
550 | {
|
551 | "scope": "token.error-token",
|
552 | "settings": {
|
553 | "foreground": "#CD3131"
|
554 | }
|
555 | },
|
556 | {
|
557 | "scope": "token.debug-token",
|
558 | "settings": {
|
559 | "foreground": "#800080"
|
560 | }
|
561 | }
|
562 | ]
|
563 | }
|