@pierre/theme 0.0.18 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1917 @@
1
+ {
2
+ "name": "Pierre Light",
3
+ "type": "light",
4
+ "colors": {
5
+ "editor.background": "#ffffff",
6
+ "editor.foreground": "#070707",
7
+ "foreground": "#070707",
8
+ "focusBorder": "#009fff",
9
+ "selection.background": "#dfebff",
10
+ "editor.selectionBackground": "#009fff2e",
11
+ "editor.lineHighlightBackground": "#dfebff8c",
12
+ "editorCursor.foreground": "#009fff",
13
+ "editorLineNumber.foreground": "#84848A",
14
+ "editorLineNumber.activeForeground": "#6C6C71",
15
+ "editorIndentGuide.background": "#eeeeef",
16
+ "editorIndentGuide.activeBackground": "#dbdbdd",
17
+ "diffEditor.insertedTextBackground": "#00cab133",
18
+ "diffEditor.deletedTextBackground": "#ff2e3f33",
19
+ "sideBar.background": "#f8f8f8",
20
+ "sideBar.foreground": "#6C6C71",
21
+ "sideBar.border": "#eeeeef",
22
+ "sideBarTitle.foreground": "#070707",
23
+ "sideBarSectionHeader.background": "#f8f8f8",
24
+ "sideBarSectionHeader.foreground": "#6C6C71",
25
+ "sideBarSectionHeader.border": "#eeeeef",
26
+ "activityBar.background": "#f8f8f8",
27
+ "activityBar.foreground": "#070707",
28
+ "activityBar.border": "#eeeeef",
29
+ "activityBar.activeBorder": "#009fff",
30
+ "activityBarBadge.background": "#009fff",
31
+ "activityBarBadge.foreground": "#ffffff",
32
+ "titleBar.activeBackground": "#f8f8f8",
33
+ "titleBar.activeForeground": "#070707",
34
+ "titleBar.inactiveBackground": "#f8f8f8",
35
+ "titleBar.inactiveForeground": "#84848A",
36
+ "titleBar.border": "#eeeeef",
37
+ "list.activeSelectionBackground": "#dfebffcc",
38
+ "list.activeSelectionForeground": "#070707",
39
+ "list.inactiveSelectionBackground": "#dfebff73",
40
+ "list.hoverBackground": "#dfebff59",
41
+ "list.focusOutline": "#009fff",
42
+ "tab.activeBackground": "#ffffff",
43
+ "tab.activeForeground": "#070707",
44
+ "tab.activeBorderTop": "#009fff",
45
+ "tab.inactiveBackground": "#f8f8f8",
46
+ "tab.inactiveForeground": "#84848A",
47
+ "tab.border": "#eeeeef",
48
+ "editorGroupHeader.tabsBackground": "#f8f8f8",
49
+ "editorGroupHeader.tabsBorder": "#eeeeef",
50
+ "panel.background": "#f8f8f8",
51
+ "panel.border": "#eeeeef",
52
+ "panelTitle.activeBorder": "#009fff",
53
+ "panelTitle.activeForeground": "#070707",
54
+ "panelTitle.inactiveForeground": "#84848A",
55
+ "statusBar.background": "#f8f8f8",
56
+ "statusBar.foreground": "#6C6C71",
57
+ "statusBar.border": "#eeeeef",
58
+ "statusBar.noFolderBackground": "#f8f8f8",
59
+ "statusBar.debuggingBackground": "#ffca00",
60
+ "statusBar.debuggingForeground": "#ffffff",
61
+ "statusBarItem.remoteBackground": "#f8f8f8",
62
+ "statusBarItem.remoteForeground": "#6C6C71",
63
+ "input.background": "#f2f2f3",
64
+ "input.border": "#dbdbdd",
65
+ "input.foreground": "#070707",
66
+ "input.placeholderForeground": "#8E8E95",
67
+ "dropdown.background": "#f2f2f3",
68
+ "dropdown.border": "#dbdbdd",
69
+ "dropdown.foreground": "#070707",
70
+ "button.background": "#009fff",
71
+ "button.foreground": "#ffffff",
72
+ "button.hoverBackground": "#1aa9ff",
73
+ "textLink.foreground": "#009fff",
74
+ "textLink.activeForeground": "#009fff",
75
+ "gitDecoration.addedResourceForeground": "#00cab1",
76
+ "gitDecoration.conflictingResourceForeground": "#ffca00",
77
+ "gitDecoration.modifiedResourceForeground": "#009fff",
78
+ "gitDecoration.deletedResourceForeground": "#ff2e3f",
79
+ "gitDecoration.untrackedResourceForeground": "#00cab1",
80
+ "gitDecoration.ignoredResourceForeground": "#84848A",
81
+ "terminal.titleForeground": "#6C6C71",
82
+ "terminal.titleInactiveForeground": "#84848A",
83
+ "terminal.background": "#f8f8f8",
84
+ "terminal.foreground": "#6C6C71",
85
+ "terminal.ansiBlack": "#1F1F21",
86
+ "terminal.ansiRed": "#ff2e3f",
87
+ "terminal.ansiGreen": "#0dbe4e",
88
+ "terminal.ansiYellow": "#ffca00",
89
+ "terminal.ansiBlue": "#009fff",
90
+ "terminal.ansiMagenta": "#c635e4",
91
+ "terminal.ansiCyan": "#08c0ef",
92
+ "terminal.ansiWhite": "#c6c6c8",
93
+ "terminal.ansiBrightBlack": "#1F1F21",
94
+ "terminal.ansiBrightRed": "#ff2e3f",
95
+ "terminal.ansiBrightGreen": "#0dbe4e",
96
+ "terminal.ansiBrightYellow": "#ffca00",
97
+ "terminal.ansiBrightBlue": "#009fff",
98
+ "terminal.ansiBrightMagenta": "#c635e4",
99
+ "terminal.ansiBrightCyan": "#08c0ef",
100
+ "terminal.ansiBrightWhite": "#c6c6c8"
101
+ },
102
+ "tokenColors": [
103
+ {
104
+ "scope": [
105
+ "comment",
106
+ "punctuation.definition.comment"
107
+ ],
108
+ "settings": {
109
+ "foreground": "#84848A"
110
+ }
111
+ },
112
+ {
113
+ "scope": "comment markup.link",
114
+ "settings": {
115
+ "foreground": "#84848A"
116
+ }
117
+ },
118
+ {
119
+ "scope": [
120
+ "string",
121
+ "constant.other.symbol"
122
+ ],
123
+ "settings": {
124
+ "foreground": "#199f43"
125
+ }
126
+ },
127
+ {
128
+ "scope": [
129
+ "punctuation.definition.string.begin",
130
+ "punctuation.definition.string.end"
131
+ ],
132
+ "settings": {
133
+ "foreground": "#199f43"
134
+ }
135
+ },
136
+ {
137
+ "scope": [
138
+ "constant.numeric",
139
+ "constant.language.boolean"
140
+ ],
141
+ "settings": {
142
+ "foreground": "#1ca1c7"
143
+ }
144
+ },
145
+ {
146
+ "scope": "constant",
147
+ "settings": {
148
+ "foreground": "#d5a910"
149
+ }
150
+ },
151
+ {
152
+ "scope": "punctuation.definition.constant",
153
+ "settings": {
154
+ "foreground": "#d5a910"
155
+ }
156
+ },
157
+ {
158
+ "scope": "constant.language",
159
+ "settings": {
160
+ "foreground": "#1ca1c7"
161
+ }
162
+ },
163
+ {
164
+ "scope": "variable.other.constant",
165
+ "settings": {
166
+ "foreground": "#d5a910"
167
+ }
168
+ },
169
+ {
170
+ "scope": "keyword",
171
+ "settings": {
172
+ "foreground": "#fc2b73"
173
+ }
174
+ },
175
+ {
176
+ "scope": "keyword.control",
177
+ "settings": {
178
+ "foreground": "#fc2b73"
179
+ }
180
+ },
181
+ {
182
+ "scope": [
183
+ "storage",
184
+ "storage.type",
185
+ "storage.modifier"
186
+ ],
187
+ "settings": {
188
+ "foreground": "#fc2b73"
189
+ }
190
+ },
191
+ {
192
+ "scope": "token.storage",
193
+ "settings": {
194
+ "foreground": "#fc2b73"
195
+ }
196
+ },
197
+ {
198
+ "scope": [
199
+ "keyword.operator.new",
200
+ "keyword.operator.expression.instanceof",
201
+ "keyword.operator.expression.typeof",
202
+ "keyword.operator.expression.void",
203
+ "keyword.operator.expression.delete",
204
+ "keyword.operator.expression.in",
205
+ "keyword.operator.expression.of",
206
+ "keyword.operator.expression.keyof"
207
+ ],
208
+ "settings": {
209
+ "foreground": "#fc2b73"
210
+ }
211
+ },
212
+ {
213
+ "scope": "keyword.operator.delete",
214
+ "settings": {
215
+ "foreground": "#fc2b73"
216
+ }
217
+ },
218
+ {
219
+ "scope": [
220
+ "variable",
221
+ "identifier",
222
+ "meta.definition.variable"
223
+ ],
224
+ "settings": {
225
+ "foreground": "#d47628"
226
+ }
227
+ },
228
+ {
229
+ "scope": [
230
+ "variable.other.readwrite",
231
+ "meta.object-literal.key",
232
+ "support.variable.property",
233
+ "support.variable.object.process",
234
+ "support.variable.object.node"
235
+ ],
236
+ "settings": {
237
+ "foreground": "#d47628"
238
+ }
239
+ },
240
+ {
241
+ "scope": "variable.language",
242
+ "settings": {
243
+ "foreground": "#d5a910"
244
+ }
245
+ },
246
+ {
247
+ "scope": "variable.parameter.function",
248
+ "settings": {
249
+ "foreground": "#79797F"
250
+ }
251
+ },
252
+ {
253
+ "scope": "function.parameter",
254
+ "settings": {
255
+ "foreground": "#79797F"
256
+ }
257
+ },
258
+ {
259
+ "scope": "variable.parameter",
260
+ "settings": {
261
+ "foreground": "#79797F"
262
+ }
263
+ },
264
+ {
265
+ "scope": "variable.parameter.function.language.python",
266
+ "settings": {
267
+ "foreground": "#d5a910"
268
+ }
269
+ },
270
+ {
271
+ "scope": "variable.parameter.function.python",
272
+ "settings": {
273
+ "foreground": "#d5a910"
274
+ }
275
+ },
276
+ {
277
+ "scope": [
278
+ "support.function",
279
+ "entity.name.function",
280
+ "meta.function-call",
281
+ "meta.require",
282
+ "support.function.any-method",
283
+ "variable.function"
284
+ ],
285
+ "settings": {
286
+ "foreground": "#7b43f8"
287
+ }
288
+ },
289
+ {
290
+ "scope": "keyword.other.special-method",
291
+ "settings": {
292
+ "foreground": "#7b43f8"
293
+ }
294
+ },
295
+ {
296
+ "scope": "entity.name.function",
297
+ "settings": {
298
+ "foreground": "#7b43f8"
299
+ }
300
+ },
301
+ {
302
+ "scope": "support.function.console",
303
+ "settings": {
304
+ "foreground": "#7b43f8"
305
+ }
306
+ },
307
+ {
308
+ "scope": [
309
+ "support.type",
310
+ "entity.name.type",
311
+ "entity.name.class",
312
+ "storage.type"
313
+ ],
314
+ "settings": {
315
+ "foreground": "#c635e4"
316
+ }
317
+ },
318
+ {
319
+ "scope": [
320
+ "support.class",
321
+ "entity.name.type.class"
322
+ ],
323
+ "settings": {
324
+ "foreground": "#c635e4"
325
+ }
326
+ },
327
+ {
328
+ "scope": [
329
+ "entity.name.class",
330
+ "variable.other.class.js",
331
+ "variable.other.class.ts"
332
+ ],
333
+ "settings": {
334
+ "foreground": "#c635e4"
335
+ }
336
+ },
337
+ {
338
+ "scope": "entity.name.class.identifier.namespace.type",
339
+ "settings": {
340
+ "foreground": "#c635e4"
341
+ }
342
+ },
343
+ {
344
+ "scope": "entity.name.type.namespace",
345
+ "settings": {
346
+ "foreground": "#d5a910"
347
+ }
348
+ },
349
+ {
350
+ "scope": "entity.other.inherited-class",
351
+ "settings": {
352
+ "foreground": "#c635e4"
353
+ }
354
+ },
355
+ {
356
+ "scope": "entity.name.namespace",
357
+ "settings": {
358
+ "foreground": "#d5a910"
359
+ }
360
+ },
361
+ {
362
+ "scope": "keyword.operator",
363
+ "settings": {
364
+ "foreground": "#79797F"
365
+ }
366
+ },
367
+ {
368
+ "scope": [
369
+ "keyword.operator.logical",
370
+ "keyword.operator.bitwise",
371
+ "keyword.operator.channel"
372
+ ],
373
+ "settings": {
374
+ "foreground": "#08c0ef"
375
+ }
376
+ },
377
+ {
378
+ "scope": [
379
+ "keyword.operator.arithmetic",
380
+ "keyword.operator.comparison",
381
+ "keyword.operator.relational",
382
+ "keyword.operator.increment",
383
+ "keyword.operator.decrement"
384
+ ],
385
+ "settings": {
386
+ "foreground": "#08c0ef"
387
+ }
388
+ },
389
+ {
390
+ "scope": "keyword.operator.assignment",
391
+ "settings": {
392
+ "foreground": "#08c0ef"
393
+ }
394
+ },
395
+ {
396
+ "scope": "keyword.operator.assignment.compound",
397
+ "settings": {
398
+ "foreground": "#fc2b73"
399
+ }
400
+ },
401
+ {
402
+ "scope": [
403
+ "keyword.operator.assignment.compound.js",
404
+ "keyword.operator.assignment.compound.ts"
405
+ ],
406
+ "settings": {
407
+ "foreground": "#08c0ef"
408
+ }
409
+ },
410
+ {
411
+ "scope": "keyword.operator.ternary",
412
+ "settings": {
413
+ "foreground": "#fc2b73"
414
+ }
415
+ },
416
+ {
417
+ "scope": "keyword.operator.optional",
418
+ "settings": {
419
+ "foreground": "#fc2b73"
420
+ }
421
+ },
422
+ {
423
+ "scope": "punctuation",
424
+ "settings": {
425
+ "foreground": "#79797F"
426
+ }
427
+ },
428
+ {
429
+ "scope": "punctuation.separator.delimiter",
430
+ "settings": {
431
+ "foreground": "#79797F"
432
+ }
433
+ },
434
+ {
435
+ "scope": "punctuation.separator.key-value",
436
+ "settings": {
437
+ "foreground": "#79797F"
438
+ }
439
+ },
440
+ {
441
+ "scope": "punctuation.terminator",
442
+ "settings": {
443
+ "foreground": "#79797F"
444
+ }
445
+ },
446
+ {
447
+ "scope": "meta.brace",
448
+ "settings": {
449
+ "foreground": "#79797F"
450
+ }
451
+ },
452
+ {
453
+ "scope": "meta.brace.square",
454
+ "settings": {
455
+ "foreground": "#79797F"
456
+ }
457
+ },
458
+ {
459
+ "scope": "meta.brace.round",
460
+ "settings": {
461
+ "foreground": "#79797F"
462
+ }
463
+ },
464
+ {
465
+ "scope": "function.brace",
466
+ "settings": {
467
+ "foreground": "#79797F"
468
+ }
469
+ },
470
+ {
471
+ "scope": [
472
+ "punctuation.definition.parameters",
473
+ "punctuation.definition.typeparameters"
474
+ ],
475
+ "settings": {
476
+ "foreground": "#79797F"
477
+ }
478
+ },
479
+ {
480
+ "scope": [
481
+ "punctuation.definition.block",
482
+ "punctuation.definition.tag"
483
+ ],
484
+ "settings": {
485
+ "foreground": "#79797F"
486
+ }
487
+ },
488
+ {
489
+ "scope": [
490
+ "meta.tag.tsx",
491
+ "meta.tag.jsx",
492
+ "meta.tag.js",
493
+ "meta.tag.ts"
494
+ ],
495
+ "settings": {
496
+ "foreground": "#79797F"
497
+ }
498
+ },
499
+ {
500
+ "scope": "keyword.operator.expression.import",
501
+ "settings": {
502
+ "foreground": "#7b43f8"
503
+ }
504
+ },
505
+ {
506
+ "scope": "keyword.operator.module",
507
+ "settings": {
508
+ "foreground": "#fc2b73"
509
+ }
510
+ },
511
+ {
512
+ "scope": "support.type.object.console",
513
+ "settings": {
514
+ "foreground": "#d47628"
515
+ }
516
+ },
517
+ {
518
+ "scope": [
519
+ "support.module.node",
520
+ "support.type.object.module",
521
+ "entity.name.type.module"
522
+ ],
523
+ "settings": {
524
+ "foreground": "#d5a910"
525
+ }
526
+ },
527
+ {
528
+ "scope": "support.constant.math",
529
+ "settings": {
530
+ "foreground": "#d5a910"
531
+ }
532
+ },
533
+ {
534
+ "scope": "support.constant.property.math",
535
+ "settings": {
536
+ "foreground": "#d5a910"
537
+ }
538
+ },
539
+ {
540
+ "scope": "support.constant.json",
541
+ "settings": {
542
+ "foreground": "#d5a910"
543
+ }
544
+ },
545
+ {
546
+ "scope": "support.type.object.dom",
547
+ "settings": {
548
+ "foreground": "#08c0ef"
549
+ }
550
+ },
551
+ {
552
+ "scope": [
553
+ "support.variable.dom",
554
+ "support.variable.property.dom"
555
+ ],
556
+ "settings": {
557
+ "foreground": "#d47628"
558
+ }
559
+ },
560
+ {
561
+ "scope": "support.variable.property.process",
562
+ "settings": {
563
+ "foreground": "#d5a910"
564
+ }
565
+ },
566
+ {
567
+ "scope": "meta.property.object",
568
+ "settings": {
569
+ "foreground": "#d47628"
570
+ }
571
+ },
572
+ {
573
+ "scope": "variable.parameter.function.js",
574
+ "settings": {
575
+ "foreground": "#d47628"
576
+ }
577
+ },
578
+ {
579
+ "scope": [
580
+ "keyword.other.template.begin",
581
+ "keyword.other.template.end"
582
+ ],
583
+ "settings": {
584
+ "foreground": "#199f43"
585
+ }
586
+ },
587
+ {
588
+ "scope": [
589
+ "keyword.other.substitution.begin",
590
+ "keyword.other.substitution.end"
591
+ ],
592
+ "settings": {
593
+ "foreground": "#199f43"
594
+ }
595
+ },
596
+ {
597
+ "scope": [
598
+ "punctuation.definition.template-expression.begin",
599
+ "punctuation.definition.template-expression.end"
600
+ ],
601
+ "settings": {
602
+ "foreground": "#fc2b73"
603
+ }
604
+ },
605
+ {
606
+ "scope": "meta.template.expression",
607
+ "settings": {
608
+ "foreground": "#79797F"
609
+ }
610
+ },
611
+ {
612
+ "scope": "punctuation.section.embedded",
613
+ "settings": {
614
+ "foreground": "#d47628"
615
+ }
616
+ },
617
+ {
618
+ "scope": "variable.interpolation",
619
+ "settings": {
620
+ "foreground": "#d47628"
621
+ }
622
+ },
623
+ {
624
+ "scope": [
625
+ "punctuation.section.embedded.begin",
626
+ "punctuation.section.embedded.end"
627
+ ],
628
+ "settings": {
629
+ "foreground": "#fc2b73"
630
+ }
631
+ },
632
+ {
633
+ "scope": "punctuation.quasi.element",
634
+ "settings": {
635
+ "foreground": "#fc2b73"
636
+ }
637
+ },
638
+ {
639
+ "scope": [
640
+ "support.type.primitive.ts",
641
+ "support.type.builtin.ts",
642
+ "support.type.primitive.tsx",
643
+ "support.type.builtin.tsx"
644
+ ],
645
+ "settings": {
646
+ "foreground": "#c635e4"
647
+ }
648
+ },
649
+ {
650
+ "scope": "support.type.type.flowtype",
651
+ "settings": {
652
+ "foreground": "#7b43f8"
653
+ }
654
+ },
655
+ {
656
+ "scope": "support.type.primitive",
657
+ "settings": {
658
+ "foreground": "#c635e4"
659
+ }
660
+ },
661
+ {
662
+ "scope": "support.variable.magic.python",
663
+ "settings": {
664
+ "foreground": "#d52c36"
665
+ }
666
+ },
667
+ {
668
+ "scope": "variable.parameter.function.language.special.self.python",
669
+ "settings": {
670
+ "foreground": "#d5a910"
671
+ }
672
+ },
673
+ {
674
+ "scope": [
675
+ "punctuation.separator.period.python",
676
+ "punctuation.separator.element.python",
677
+ "punctuation.parenthesis.begin.python",
678
+ "punctuation.parenthesis.end.python"
679
+ ],
680
+ "settings": {
681
+ "foreground": "#79797F"
682
+ }
683
+ },
684
+ {
685
+ "scope": [
686
+ "punctuation.definition.arguments.begin.python",
687
+ "punctuation.definition.arguments.end.python",
688
+ "punctuation.separator.arguments.python",
689
+ "punctuation.definition.list.begin.python",
690
+ "punctuation.definition.list.end.python"
691
+ ],
692
+ "settings": {
693
+ "foreground": "#79797F"
694
+ }
695
+ },
696
+ {
697
+ "scope": "support.type.python",
698
+ "settings": {
699
+ "foreground": "#08c0ef"
700
+ }
701
+ },
702
+ {
703
+ "scope": "keyword.operator.logical.python",
704
+ "settings": {
705
+ "foreground": "#fc2b73"
706
+ }
707
+ },
708
+ {
709
+ "scope": "meta.function-call.generic.python",
710
+ "settings": {
711
+ "foreground": "#7b43f8"
712
+ }
713
+ },
714
+ {
715
+ "scope": "constant.character.format.placeholder.other.python",
716
+ "settings": {
717
+ "foreground": "#d5a910"
718
+ }
719
+ },
720
+ {
721
+ "scope": "meta.function.decorator.python",
722
+ "settings": {
723
+ "foreground": "#7b43f8"
724
+ }
725
+ },
726
+ {
727
+ "scope": [
728
+ "support.token.decorator.python",
729
+ "meta.function.decorator.identifier.python"
730
+ ],
731
+ "settings": {
732
+ "foreground": "#08c0ef"
733
+ }
734
+ },
735
+ {
736
+ "scope": "storage.modifier.lifetime.rust",
737
+ "settings": {
738
+ "foreground": "#79797F"
739
+ }
740
+ },
741
+ {
742
+ "scope": "support.function.std.rust",
743
+ "settings": {
744
+ "foreground": "#7b43f8"
745
+ }
746
+ },
747
+ {
748
+ "scope": "entity.name.lifetime.rust",
749
+ "settings": {
750
+ "foreground": "#d5a910"
751
+ }
752
+ },
753
+ {
754
+ "scope": "variable.language.rust",
755
+ "settings": {
756
+ "foreground": "#d52c36"
757
+ }
758
+ },
759
+ {
760
+ "scope": "keyword.operator.misc.rust",
761
+ "settings": {
762
+ "foreground": "#79797F"
763
+ }
764
+ },
765
+ {
766
+ "scope": "keyword.operator.sigil.rust",
767
+ "settings": {
768
+ "foreground": "#fc2b73"
769
+ }
770
+ },
771
+ {
772
+ "scope": "support.constant.core.rust",
773
+ "settings": {
774
+ "foreground": "#d5a910"
775
+ }
776
+ },
777
+ {
778
+ "scope": [
779
+ "meta.function.c",
780
+ "meta.function.cpp"
781
+ ],
782
+ "settings": {
783
+ "foreground": "#d52c36"
784
+ }
785
+ },
786
+ {
787
+ "scope": [
788
+ "punctuation.section.block.begin.bracket.curly.cpp",
789
+ "punctuation.section.block.end.bracket.curly.cpp",
790
+ "punctuation.terminator.statement.c",
791
+ "punctuation.section.block.begin.bracket.curly.c",
792
+ "punctuation.section.block.end.bracket.curly.c",
793
+ "punctuation.section.parens.begin.bracket.round.c",
794
+ "punctuation.section.parens.end.bracket.round.c",
795
+ "punctuation.section.parameters.begin.bracket.round.c",
796
+ "punctuation.section.parameters.end.bracket.round.c"
797
+ ],
798
+ "settings": {
799
+ "foreground": "#79797F"
800
+ }
801
+ },
802
+ {
803
+ "scope": [
804
+ "keyword.operator.assignment.c",
805
+ "keyword.operator.comparison.c",
806
+ "keyword.operator.c",
807
+ "keyword.operator.increment.c",
808
+ "keyword.operator.decrement.c",
809
+ "keyword.operator.bitwise.shift.c"
810
+ ],
811
+ "settings": {
812
+ "foreground": "#fc2b73"
813
+ }
814
+ },
815
+ {
816
+ "scope": [
817
+ "keyword.operator.assignment.cpp",
818
+ "keyword.operator.comparison.cpp",
819
+ "keyword.operator.cpp",
820
+ "keyword.operator.increment.cpp",
821
+ "keyword.operator.decrement.cpp",
822
+ "keyword.operator.bitwise.shift.cpp"
823
+ ],
824
+ "settings": {
825
+ "foreground": "#fc2b73"
826
+ }
827
+ },
828
+ {
829
+ "scope": [
830
+ "punctuation.separator.c",
831
+ "punctuation.separator.cpp"
832
+ ],
833
+ "settings": {
834
+ "foreground": "#fc2b73"
835
+ }
836
+ },
837
+ {
838
+ "scope": [
839
+ "support.type.posix-reserved.c",
840
+ "support.type.posix-reserved.cpp"
841
+ ],
842
+ "settings": {
843
+ "foreground": "#08c0ef"
844
+ }
845
+ },
846
+ {
847
+ "scope": [
848
+ "keyword.operator.sizeof.c",
849
+ "keyword.operator.sizeof.cpp"
850
+ ],
851
+ "settings": {
852
+ "foreground": "#fc2b73"
853
+ }
854
+ },
855
+ {
856
+ "scope": "variable.c",
857
+ "settings": {
858
+ "foreground": "#79797F"
859
+ }
860
+ },
861
+ {
862
+ "scope": [
863
+ "storage.type.annotation.java",
864
+ "storage.type.object.array.java"
865
+ ],
866
+ "settings": {
867
+ "foreground": "#d5a910"
868
+ }
869
+ },
870
+ {
871
+ "scope": "source.java",
872
+ "settings": {
873
+ "foreground": "#d52c36"
874
+ }
875
+ },
876
+ {
877
+ "scope": [
878
+ "punctuation.section.block.begin.java",
879
+ "punctuation.section.block.end.java",
880
+ "punctuation.definition.method-parameters.begin.java",
881
+ "punctuation.definition.method-parameters.end.java",
882
+ "meta.method.identifier.java",
883
+ "punctuation.section.method.begin.java",
884
+ "punctuation.section.method.end.java",
885
+ "punctuation.terminator.java",
886
+ "punctuation.section.class.begin.java",
887
+ "punctuation.section.class.end.java",
888
+ "punctuation.section.inner-class.begin.java",
889
+ "punctuation.section.inner-class.end.java",
890
+ "meta.method-call.java",
891
+ "punctuation.section.class.begin.bracket.curly.java",
892
+ "punctuation.section.class.end.bracket.curly.java",
893
+ "punctuation.section.method.begin.bracket.curly.java",
894
+ "punctuation.section.method.end.bracket.curly.java",
895
+ "punctuation.separator.period.java",
896
+ "punctuation.bracket.angle.java",
897
+ "punctuation.definition.annotation.java",
898
+ "meta.method.body.java"
899
+ ],
900
+ "settings": {
901
+ "foreground": "#79797F"
902
+ }
903
+ },
904
+ {
905
+ "scope": "meta.method.java",
906
+ "settings": {
907
+ "foreground": "#7b43f8"
908
+ }
909
+ },
910
+ {
911
+ "scope": [
912
+ "storage.modifier.import.java",
913
+ "storage.type.java",
914
+ "storage.type.generic.java"
915
+ ],
916
+ "settings": {
917
+ "foreground": "#d5a910"
918
+ }
919
+ },
920
+ {
921
+ "scope": "keyword.operator.instanceof.java",
922
+ "settings": {
923
+ "foreground": "#fc2b73"
924
+ }
925
+ },
926
+ {
927
+ "scope": "meta.definition.variable.name.java",
928
+ "settings": {
929
+ "foreground": "#d52c36"
930
+ }
931
+ },
932
+ {
933
+ "scope": "token.variable.parameter.java",
934
+ "settings": {
935
+ "foreground": "#79797F"
936
+ }
937
+ },
938
+ {
939
+ "scope": "import.storage.java",
940
+ "settings": {
941
+ "foreground": "#d5a910"
942
+ }
943
+ },
944
+ {
945
+ "scope": "token.package.keyword",
946
+ "settings": {
947
+ "foreground": "#fc2b73"
948
+ }
949
+ },
950
+ {
951
+ "scope": "token.package",
952
+ "settings": {
953
+ "foreground": "#79797F"
954
+ }
955
+ },
956
+ {
957
+ "scope": "token.storage.type.java",
958
+ "settings": {
959
+ "foreground": "#d5a910"
960
+ }
961
+ },
962
+ {
963
+ "scope": "keyword.operator.assignment.go",
964
+ "settings": {
965
+ "foreground": "#d5a910"
966
+ }
967
+ },
968
+ {
969
+ "scope": [
970
+ "keyword.operator.arithmetic.go",
971
+ "keyword.operator.address.go"
972
+ ],
973
+ "settings": {
974
+ "foreground": "#fc2b73"
975
+ }
976
+ },
977
+ {
978
+ "scope": "entity.name.package.go",
979
+ "settings": {
980
+ "foreground": "#d5a910"
981
+ }
982
+ },
983
+ {
984
+ "scope": [
985
+ "support.other.namespace.use.php",
986
+ "support.other.namespace.use-as.php",
987
+ "support.other.namespace.php",
988
+ "entity.other.alias.php",
989
+ "meta.interface.php"
990
+ ],
991
+ "settings": {
992
+ "foreground": "#d5a910"
993
+ }
994
+ },
995
+ {
996
+ "scope": "keyword.operator.error-control.php",
997
+ "settings": {
998
+ "foreground": "#fc2b73"
999
+ }
1000
+ },
1001
+ {
1002
+ "scope": "keyword.operator.type.php",
1003
+ "settings": {
1004
+ "foreground": "#fc2b73"
1005
+ }
1006
+ },
1007
+ {
1008
+ "scope": [
1009
+ "punctuation.section.array.begin.php",
1010
+ "punctuation.section.array.end.php"
1011
+ ],
1012
+ "settings": {
1013
+ "foreground": "#79797F"
1014
+ }
1015
+ },
1016
+ {
1017
+ "scope": [
1018
+ "storage.type.php",
1019
+ "meta.other.type.phpdoc.php",
1020
+ "keyword.other.type.php",
1021
+ "keyword.other.array.phpdoc.php"
1022
+ ],
1023
+ "settings": {
1024
+ "foreground": "#d5a910"
1025
+ }
1026
+ },
1027
+ {
1028
+ "scope": [
1029
+ "meta.function-call.php",
1030
+ "meta.function-call.object.php",
1031
+ "meta.function-call.static.php"
1032
+ ],
1033
+ "settings": {
1034
+ "foreground": "#7b43f8"
1035
+ }
1036
+ },
1037
+ {
1038
+ "scope": [
1039
+ "punctuation.definition.parameters.begin.bracket.round.php",
1040
+ "punctuation.definition.parameters.end.bracket.round.php",
1041
+ "punctuation.separator.delimiter.php",
1042
+ "punctuation.section.scope.begin.php",
1043
+ "punctuation.section.scope.end.php",
1044
+ "punctuation.terminator.expression.php",
1045
+ "punctuation.definition.arguments.begin.bracket.round.php",
1046
+ "punctuation.definition.arguments.end.bracket.round.php",
1047
+ "punctuation.definition.storage-type.begin.bracket.round.php",
1048
+ "punctuation.definition.storage-type.end.bracket.round.php",
1049
+ "punctuation.definition.array.begin.bracket.round.php",
1050
+ "punctuation.definition.array.end.bracket.round.php",
1051
+ "punctuation.definition.begin.bracket.round.php",
1052
+ "punctuation.definition.end.bracket.round.php",
1053
+ "punctuation.definition.begin.bracket.curly.php",
1054
+ "punctuation.definition.end.bracket.curly.php",
1055
+ "punctuation.definition.section.switch-block.end.bracket.curly.php",
1056
+ "punctuation.definition.section.switch-block.start.bracket.curly.php",
1057
+ "punctuation.definition.section.switch-block.begin.bracket.curly.php",
1058
+ "punctuation.definition.section.switch-block.end.bracket.curly.php"
1059
+ ],
1060
+ "settings": {
1061
+ "foreground": "#79797F"
1062
+ }
1063
+ },
1064
+ {
1065
+ "scope": [
1066
+ "support.constant.ext.php",
1067
+ "support.constant.std.php",
1068
+ "support.constant.core.php",
1069
+ "support.constant.parser-token.php"
1070
+ ],
1071
+ "settings": {
1072
+ "foreground": "#d5a910"
1073
+ }
1074
+ },
1075
+ {
1076
+ "scope": [
1077
+ "entity.name.goto-label.php",
1078
+ "support.other.php"
1079
+ ],
1080
+ "settings": {
1081
+ "foreground": "#7b43f8"
1082
+ }
1083
+ },
1084
+ {
1085
+ "scope": [
1086
+ "keyword.operator.logical.php",
1087
+ "keyword.operator.bitwise.php",
1088
+ "keyword.operator.arithmetic.php"
1089
+ ],
1090
+ "settings": {
1091
+ "foreground": "#08c0ef"
1092
+ }
1093
+ },
1094
+ {
1095
+ "scope": "keyword.operator.regexp.php",
1096
+ "settings": {
1097
+ "foreground": "#fc2b73"
1098
+ }
1099
+ },
1100
+ {
1101
+ "scope": "keyword.operator.comparison.php",
1102
+ "settings": {
1103
+ "foreground": "#08c0ef"
1104
+ }
1105
+ },
1106
+ {
1107
+ "scope": [
1108
+ "keyword.operator.heredoc.php",
1109
+ "keyword.operator.nowdoc.php"
1110
+ ],
1111
+ "settings": {
1112
+ "foreground": "#fc2b73"
1113
+ }
1114
+ },
1115
+ {
1116
+ "scope": "variable.other.class.php",
1117
+ "settings": {
1118
+ "foreground": "#d52c36"
1119
+ }
1120
+ },
1121
+ {
1122
+ "scope": "invalid.illegal.non-null-typehinted.php",
1123
+ "settings": {
1124
+ "foreground": "#f44747"
1125
+ }
1126
+ },
1127
+ {
1128
+ "scope": "variable.other.generic-type.haskell",
1129
+ "settings": {
1130
+ "foreground": "#fc2b73"
1131
+ }
1132
+ },
1133
+ {
1134
+ "scope": "storage.type.haskell",
1135
+ "settings": {
1136
+ "foreground": "#d5a910"
1137
+ }
1138
+ },
1139
+ {
1140
+ "scope": "storage.type.cs",
1141
+ "settings": {
1142
+ "foreground": "#d5a910"
1143
+ }
1144
+ },
1145
+ {
1146
+ "scope": "entity.name.variable.local.cs",
1147
+ "settings": {
1148
+ "foreground": "#d52c36"
1149
+ }
1150
+ },
1151
+ {
1152
+ "scope": "entity.name.label.cs",
1153
+ "settings": {
1154
+ "foreground": "#d5a910"
1155
+ }
1156
+ },
1157
+ {
1158
+ "scope": [
1159
+ "entity.name.scope-resolution.function.call",
1160
+ "entity.name.scope-resolution.function.definition"
1161
+ ],
1162
+ "settings": {
1163
+ "foreground": "#d5a910"
1164
+ }
1165
+ },
1166
+ {
1167
+ "scope": [
1168
+ "punctuation.definition.delayed.unison",
1169
+ "punctuation.definition.list.begin.unison",
1170
+ "punctuation.definition.list.end.unison",
1171
+ "punctuation.definition.ability.begin.unison",
1172
+ "punctuation.definition.ability.end.unison",
1173
+ "punctuation.operator.assignment.as.unison",
1174
+ "punctuation.separator.pipe.unison",
1175
+ "punctuation.separator.delimiter.unison",
1176
+ "punctuation.definition.hash.unison"
1177
+ ],
1178
+ "settings": {
1179
+ "foreground": "#d52c36"
1180
+ }
1181
+ },
1182
+ {
1183
+ "scope": "support.constant.edge",
1184
+ "settings": {
1185
+ "foreground": "#fc2b73"
1186
+ }
1187
+ },
1188
+ {
1189
+ "scope": "support.type.prelude.elm",
1190
+ "settings": {
1191
+ "foreground": "#08c0ef"
1192
+ }
1193
+ },
1194
+ {
1195
+ "scope": "support.constant.elm",
1196
+ "settings": {
1197
+ "foreground": "#d5a910"
1198
+ }
1199
+ },
1200
+ {
1201
+ "scope": "entity.global.clojure",
1202
+ "settings": {
1203
+ "foreground": "#d5a910"
1204
+ }
1205
+ },
1206
+ {
1207
+ "scope": "meta.symbol.clojure",
1208
+ "settings": {
1209
+ "foreground": "#d52c36"
1210
+ }
1211
+ },
1212
+ {
1213
+ "scope": "constant.keyword.clojure",
1214
+ "settings": {
1215
+ "foreground": "#08c0ef"
1216
+ }
1217
+ },
1218
+ {
1219
+ "scope": [
1220
+ "meta.arguments.coffee",
1221
+ "variable.parameter.function.coffee"
1222
+ ],
1223
+ "settings": {
1224
+ "foreground": "#d52c36"
1225
+ }
1226
+ },
1227
+ {
1228
+ "scope": "storage.modifier.import.groovy",
1229
+ "settings": {
1230
+ "foreground": "#d5a910"
1231
+ }
1232
+ },
1233
+ {
1234
+ "scope": "meta.method.groovy",
1235
+ "settings": {
1236
+ "foreground": "#7b43f8"
1237
+ }
1238
+ },
1239
+ {
1240
+ "scope": "meta.definition.variable.name.groovy",
1241
+ "settings": {
1242
+ "foreground": "#d52c36"
1243
+ }
1244
+ },
1245
+ {
1246
+ "scope": "meta.definition.class.inherited.classes.groovy",
1247
+ "settings": {
1248
+ "foreground": "#199f43"
1249
+ }
1250
+ },
1251
+ {
1252
+ "scope": "support.variable.semantic.hlsl",
1253
+ "settings": {
1254
+ "foreground": "#d5a910"
1255
+ }
1256
+ },
1257
+ {
1258
+ "scope": [
1259
+ "support.type.texture.hlsl",
1260
+ "support.type.sampler.hlsl",
1261
+ "support.type.object.hlsl",
1262
+ "support.type.object.rw.hlsl",
1263
+ "support.type.fx.hlsl",
1264
+ "support.type.object.hlsl"
1265
+ ],
1266
+ "settings": {
1267
+ "foreground": "#fc2b73"
1268
+ }
1269
+ },
1270
+ {
1271
+ "scope": [
1272
+ "text.variable",
1273
+ "text.bracketed"
1274
+ ],
1275
+ "settings": {
1276
+ "foreground": "#d52c36"
1277
+ }
1278
+ },
1279
+ {
1280
+ "scope": [
1281
+ "support.type.swift",
1282
+ "support.type.vb.asp"
1283
+ ],
1284
+ "settings": {
1285
+ "foreground": "#d5a910"
1286
+ }
1287
+ },
1288
+ {
1289
+ "scope": "meta.scope.prerequisites.makefile",
1290
+ "settings": {
1291
+ "foreground": "#d52c36"
1292
+ }
1293
+ },
1294
+ {
1295
+ "scope": "source.makefile",
1296
+ "settings": {
1297
+ "foreground": "#d5a910"
1298
+ }
1299
+ },
1300
+ {
1301
+ "scope": "source.ini",
1302
+ "settings": {
1303
+ "foreground": "#199f43"
1304
+ }
1305
+ },
1306
+ {
1307
+ "scope": "constant.language.symbol.ruby",
1308
+ "settings": {
1309
+ "foreground": "#08c0ef"
1310
+ }
1311
+ },
1312
+ {
1313
+ "scope": [
1314
+ "function.parameter.ruby",
1315
+ "function.parameter.cs"
1316
+ ],
1317
+ "settings": {
1318
+ "foreground": "#79797F"
1319
+ }
1320
+ },
1321
+ {
1322
+ "scope": "constant.language.symbol.elixir",
1323
+ "settings": {
1324
+ "foreground": "#08c0ef"
1325
+ }
1326
+ },
1327
+ {
1328
+ "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
1329
+ "settings": {
1330
+ "foreground": "#fc2b73"
1331
+ }
1332
+ },
1333
+ {
1334
+ "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
1335
+ "settings": {
1336
+ "foreground": "#fc2b73"
1337
+ }
1338
+ },
1339
+ {
1340
+ "scope": "entity.name.function.xi",
1341
+ "settings": {
1342
+ "foreground": "#d5a910"
1343
+ }
1344
+ },
1345
+ {
1346
+ "scope": "entity.name.class.xi",
1347
+ "settings": {
1348
+ "foreground": "#08c0ef"
1349
+ }
1350
+ },
1351
+ {
1352
+ "scope": "constant.character.character-class.regexp.xi",
1353
+ "settings": {
1354
+ "foreground": "#d52c36"
1355
+ }
1356
+ },
1357
+ {
1358
+ "scope": "constant.regexp.xi",
1359
+ "settings": {
1360
+ "foreground": "#fc2b73"
1361
+ }
1362
+ },
1363
+ {
1364
+ "scope": "keyword.control.xi",
1365
+ "settings": {
1366
+ "foreground": "#08c0ef"
1367
+ }
1368
+ },
1369
+ {
1370
+ "scope": "invalid.xi",
1371
+ "settings": {
1372
+ "foreground": "#79797F"
1373
+ }
1374
+ },
1375
+ {
1376
+ "scope": "beginning.punctuation.definition.quote.markdown.xi",
1377
+ "settings": {
1378
+ "foreground": "#199f43"
1379
+ }
1380
+ },
1381
+ {
1382
+ "scope": "beginning.punctuation.definition.list.markdown.xi",
1383
+ "settings": {
1384
+ "foreground": "#84848A"
1385
+ }
1386
+ },
1387
+ {
1388
+ "scope": "constant.character.xi",
1389
+ "settings": {
1390
+ "foreground": "#7b43f8"
1391
+ }
1392
+ },
1393
+ {
1394
+ "scope": "accent.xi",
1395
+ "settings": {
1396
+ "foreground": "#7b43f8"
1397
+ }
1398
+ },
1399
+ {
1400
+ "scope": "wikiword.xi",
1401
+ "settings": {
1402
+ "foreground": "#d5a910"
1403
+ }
1404
+ },
1405
+ {
1406
+ "scope": "constant.other.color.rgb-value.xi",
1407
+ "settings": {
1408
+ "foreground": "#ffffff"
1409
+ }
1410
+ },
1411
+ {
1412
+ "scope": "punctuation.definition.tag.xi",
1413
+ "settings": {
1414
+ "foreground": "#84848A"
1415
+ }
1416
+ },
1417
+ {
1418
+ "scope": [
1419
+ "support.constant.property-value.scss",
1420
+ "support.constant.property-value.css"
1421
+ ],
1422
+ "settings": {
1423
+ "foreground": "#d5a910"
1424
+ }
1425
+ },
1426
+ {
1427
+ "scope": [
1428
+ "keyword.operator.css",
1429
+ "keyword.operator.scss",
1430
+ "keyword.operator.less"
1431
+ ],
1432
+ "settings": {
1433
+ "foreground": "#08c0ef"
1434
+ }
1435
+ },
1436
+ {
1437
+ "scope": [
1438
+ "support.constant.color.w3c-standard-color-name.css",
1439
+ "support.constant.color.w3c-standard-color-name.scss"
1440
+ ],
1441
+ "settings": {
1442
+ "foreground": "#d5a910"
1443
+ }
1444
+ },
1445
+ {
1446
+ "scope": "punctuation.separator.list.comma.css",
1447
+ "settings": {
1448
+ "foreground": "#79797F"
1449
+ }
1450
+ },
1451
+ {
1452
+ "scope": "support.type.vendored.property-name.css",
1453
+ "settings": {
1454
+ "foreground": "#08c0ef"
1455
+ }
1456
+ },
1457
+ {
1458
+ "scope": "support.type.property-name.css",
1459
+ "settings": {
1460
+ "foreground": "#08c0ef"
1461
+ }
1462
+ },
1463
+ {
1464
+ "scope": "support.type.property-name",
1465
+ "settings": {
1466
+ "foreground": "#79797F"
1467
+ }
1468
+ },
1469
+ {
1470
+ "scope": "support.constant.property-value",
1471
+ "settings": {
1472
+ "foreground": "#79797F"
1473
+ }
1474
+ },
1475
+ {
1476
+ "scope": "support.constant.font-name",
1477
+ "settings": {
1478
+ "foreground": "#d5a910"
1479
+ }
1480
+ },
1481
+ {
1482
+ "scope": "entity.other.attribute-name.class.css",
1483
+ "settings": {
1484
+ "foreground": "#16a994",
1485
+ "fontStyle": "normal"
1486
+ }
1487
+ },
1488
+ {
1489
+ "scope": "entity.other.attribute-name.id",
1490
+ "settings": {
1491
+ "foreground": "#7b43f8",
1492
+ "fontStyle": "normal"
1493
+ }
1494
+ },
1495
+ {
1496
+ "scope": [
1497
+ "entity.other.attribute-name.pseudo-element",
1498
+ "entity.other.attribute-name.pseudo-class"
1499
+ ],
1500
+ "settings": {
1501
+ "foreground": "#08c0ef"
1502
+ }
1503
+ },
1504
+ {
1505
+ "scope": "meta.selector",
1506
+ "settings": {
1507
+ "foreground": "#fc2b73"
1508
+ }
1509
+ },
1510
+ {
1511
+ "scope": "selector.sass",
1512
+ "settings": {
1513
+ "foreground": "#d52c36"
1514
+ }
1515
+ },
1516
+ {
1517
+ "scope": "rgb-value",
1518
+ "settings": {
1519
+ "foreground": "#08c0ef"
1520
+ }
1521
+ },
1522
+ {
1523
+ "scope": "inline-color-decoration rgb-value",
1524
+ "settings": {
1525
+ "foreground": "#d5a910"
1526
+ }
1527
+ },
1528
+ {
1529
+ "scope": "less rgb-value",
1530
+ "settings": {
1531
+ "foreground": "#d5a910"
1532
+ }
1533
+ },
1534
+ {
1535
+ "scope": "control.elements",
1536
+ "settings": {
1537
+ "foreground": "#d5a910"
1538
+ }
1539
+ },
1540
+ {
1541
+ "scope": "keyword.operator.less",
1542
+ "settings": {
1543
+ "foreground": "#d5a910"
1544
+ }
1545
+ },
1546
+ {
1547
+ "scope": "entity.name.tag",
1548
+ "settings": {
1549
+ "foreground": "#d52c36"
1550
+ }
1551
+ },
1552
+ {
1553
+ "scope": "entity.other.attribute-name",
1554
+ "settings": {
1555
+ "foreground": "#16a994",
1556
+ "fontStyle": "normal"
1557
+ }
1558
+ },
1559
+ {
1560
+ "scope": "constant.character.entity",
1561
+ "settings": {
1562
+ "foreground": "#d52c36"
1563
+ }
1564
+ },
1565
+ {
1566
+ "scope": "meta.tag",
1567
+ "settings": {
1568
+ "foreground": "#79797F"
1569
+ }
1570
+ },
1571
+ {
1572
+ "scope": "invalid.illegal.bad-ampersand.html",
1573
+ "settings": {
1574
+ "foreground": "#79797F"
1575
+ }
1576
+ },
1577
+ {
1578
+ "scope": "markup.heading",
1579
+ "settings": {
1580
+ "foreground": "#d52c36"
1581
+ }
1582
+ },
1583
+ {
1584
+ "scope": [
1585
+ "markup.heading punctuation.definition.heading",
1586
+ "entity.name.section"
1587
+ ],
1588
+ "settings": {
1589
+ "foreground": "#7b43f8"
1590
+ }
1591
+ },
1592
+ {
1593
+ "scope": "entity.name.section.markdown",
1594
+ "settings": {
1595
+ "foreground": "#d52c36"
1596
+ }
1597
+ },
1598
+ {
1599
+ "scope": "punctuation.definition.heading.markdown",
1600
+ "settings": {
1601
+ "foreground": "#d52c36"
1602
+ }
1603
+ },
1604
+ {
1605
+ "scope": "markup.heading.setext",
1606
+ "settings": {
1607
+ "foreground": "#79797F"
1608
+ }
1609
+ },
1610
+ {
1611
+ "scope": [
1612
+ "markup.heading.setext.1.markdown",
1613
+ "markup.heading.setext.2.markdown"
1614
+ ],
1615
+ "settings": {
1616
+ "foreground": "#d52c36"
1617
+ }
1618
+ },
1619
+ {
1620
+ "scope": [
1621
+ "markup.bold",
1622
+ "todo.bold"
1623
+ ],
1624
+ "settings": {
1625
+ "foreground": "#d5a910"
1626
+ }
1627
+ },
1628
+ {
1629
+ "scope": "punctuation.definition.bold",
1630
+ "settings": {
1631
+ "foreground": "#d5a910"
1632
+ }
1633
+ },
1634
+ {
1635
+ "scope": "punctuation.definition.bold.markdown",
1636
+ "settings": {
1637
+ "foreground": "#d5a910"
1638
+ }
1639
+ },
1640
+ {
1641
+ "scope": [
1642
+ "markup.italic",
1643
+ "punctuation.definition.italic",
1644
+ "todo.emphasis"
1645
+ ],
1646
+ "settings": {
1647
+ "foreground": "#fc2b73",
1648
+ "fontStyle": "italic"
1649
+ }
1650
+ },
1651
+ {
1652
+ "scope": "emphasis md",
1653
+ "settings": {
1654
+ "foreground": "#fc2b73"
1655
+ }
1656
+ },
1657
+ {
1658
+ "scope": "markup.italic.markdown",
1659
+ "settings": {
1660
+ "fontStyle": "italic"
1661
+ }
1662
+ },
1663
+ {
1664
+ "scope": [
1665
+ "markup.underline.link.markdown",
1666
+ "markup.underline.link.image.markdown"
1667
+ ],
1668
+ "settings": {
1669
+ "foreground": "#fc2b73"
1670
+ }
1671
+ },
1672
+ {
1673
+ "scope": [
1674
+ "string.other.link.title.markdown",
1675
+ "string.other.link.description.markdown"
1676
+ ],
1677
+ "settings": {
1678
+ "foreground": "#7b43f8"
1679
+ }
1680
+ },
1681
+ {
1682
+ "scope": "punctuation.definition.metadata.markdown",
1683
+ "settings": {
1684
+ "foreground": "#d52c36"
1685
+ }
1686
+ },
1687
+ {
1688
+ "scope": [
1689
+ "markup.inline.raw.markdown",
1690
+ "markup.inline.raw.string.markdown"
1691
+ ],
1692
+ "settings": {
1693
+ "foreground": "#199f43"
1694
+ }
1695
+ },
1696
+ {
1697
+ "scope": "punctuation.definition.list.begin.markdown",
1698
+ "settings": {
1699
+ "foreground": "#d52c36"
1700
+ }
1701
+ },
1702
+ {
1703
+ "scope": "punctuation.definition.list.markdown",
1704
+ "settings": {
1705
+ "foreground": "#d52c36"
1706
+ }
1707
+ },
1708
+ {
1709
+ "scope": "beginning.punctuation.definition.list.markdown",
1710
+ "settings": {
1711
+ "foreground": "#d52c36"
1712
+ }
1713
+ },
1714
+ {
1715
+ "scope": [
1716
+ "punctuation.definition.string.begin.markdown",
1717
+ "punctuation.definition.string.end.markdown"
1718
+ ],
1719
+ "settings": {
1720
+ "foreground": "#d52c36"
1721
+ }
1722
+ },
1723
+ {
1724
+ "scope": "markup.quote.markdown",
1725
+ "settings": {
1726
+ "foreground": "#84848A"
1727
+ }
1728
+ },
1729
+ {
1730
+ "scope": "keyword.other.unit",
1731
+ "settings": {
1732
+ "foreground": "#d52c36"
1733
+ }
1734
+ },
1735
+ {
1736
+ "scope": "markup.changed.diff",
1737
+ "settings": {
1738
+ "foreground": "#d5a910"
1739
+ }
1740
+ },
1741
+ {
1742
+ "scope": [
1743
+ "meta.diff.header.from-file",
1744
+ "meta.diff.header.to-file",
1745
+ "punctuation.definition.from-file.diff",
1746
+ "punctuation.definition.to-file.diff"
1747
+ ],
1748
+ "settings": {
1749
+ "foreground": "#7b43f8"
1750
+ }
1751
+ },
1752
+ {
1753
+ "scope": "markup.inserted.diff",
1754
+ "settings": {
1755
+ "foreground": "#199f43"
1756
+ }
1757
+ },
1758
+ {
1759
+ "scope": "markup.deleted.diff",
1760
+ "settings": {
1761
+ "foreground": "#d52c36"
1762
+ }
1763
+ },
1764
+ {
1765
+ "scope": "string.regexp",
1766
+ "settings": {
1767
+ "foreground": "#17a5af"
1768
+ }
1769
+ },
1770
+ {
1771
+ "scope": "constant.other.character-class.regexp",
1772
+ "settings": {
1773
+ "foreground": "#d52c36"
1774
+ }
1775
+ },
1776
+ {
1777
+ "scope": "keyword.operator.quantifier.regexp",
1778
+ "settings": {
1779
+ "foreground": "#d5a910"
1780
+ }
1781
+ },
1782
+ {
1783
+ "scope": "constant.character.escape",
1784
+ "settings": {
1785
+ "foreground": "#1ca1c7"
1786
+ }
1787
+ },
1788
+ {
1789
+ "scope": "source.json meta.structure.dictionary.json > string.quoted.json",
1790
+ "settings": {
1791
+ "foreground": "#d52c36"
1792
+ }
1793
+ },
1794
+ {
1795
+ "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
1796
+ "settings": {
1797
+ "foreground": "#d52c36"
1798
+ }
1799
+ },
1800
+ {
1801
+ "scope": [
1802
+ "source.json meta.structure.dictionary.json > value.json > string.quoted.json",
1803
+ "source.json meta.structure.array.json > value.json > string.quoted.json",
1804
+ "source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation",
1805
+ "source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"
1806
+ ],
1807
+ "settings": {
1808
+ "foreground": "#199f43"
1809
+ }
1810
+ },
1811
+ {
1812
+ "scope": [
1813
+ "source.json meta.structure.dictionary.json > constant.language.json",
1814
+ "source.json meta.structure.array.json > constant.language.json"
1815
+ ],
1816
+ "settings": {
1817
+ "foreground": "#08c0ef"
1818
+ }
1819
+ },
1820
+ {
1821
+ "scope": "support.type.property-name.json",
1822
+ "settings": {
1823
+ "foreground": "#d52c36"
1824
+ }
1825
+ },
1826
+ {
1827
+ "scope": "support.type.property-name.json punctuation",
1828
+ "settings": {
1829
+ "foreground": "#d52c36"
1830
+ }
1831
+ },
1832
+ {
1833
+ "scope": "punctuation.definition.block.sequence.item.yaml",
1834
+ "settings": {
1835
+ "foreground": "#79797F"
1836
+ }
1837
+ },
1838
+ {
1839
+ "scope": "block.scope.end",
1840
+ "settings": {
1841
+ "foreground": "#79797F"
1842
+ }
1843
+ },
1844
+ {
1845
+ "scope": "block.scope.begin",
1846
+ "settings": {
1847
+ "foreground": "#79797F"
1848
+ }
1849
+ },
1850
+ {
1851
+ "scope": "token.info-token",
1852
+ "settings": {
1853
+ "foreground": "#7b43f8"
1854
+ }
1855
+ },
1856
+ {
1857
+ "scope": "token.warn-token",
1858
+ "settings": {
1859
+ "foreground": "#d5a910"
1860
+ }
1861
+ },
1862
+ {
1863
+ "scope": "token.error-token",
1864
+ "settings": {
1865
+ "foreground": "#f44747"
1866
+ }
1867
+ },
1868
+ {
1869
+ "scope": "token.debug-token",
1870
+ "settings": {
1871
+ "foreground": "#fc2b73"
1872
+ }
1873
+ },
1874
+ {
1875
+ "scope": "invalid.illegal",
1876
+ "settings": {
1877
+ "foreground": "#ffffff"
1878
+ }
1879
+ },
1880
+ {
1881
+ "scope": "invalid.broken",
1882
+ "settings": {
1883
+ "foreground": "#ffffff"
1884
+ }
1885
+ },
1886
+ {
1887
+ "scope": "invalid.deprecated",
1888
+ "settings": {
1889
+ "foreground": "#ffffff"
1890
+ }
1891
+ },
1892
+ {
1893
+ "scope": "invalid.unimplemented",
1894
+ "settings": {
1895
+ "foreground": "#ffffff"
1896
+ }
1897
+ }
1898
+ ],
1899
+ "semanticTokenColors": {
1900
+ "comment": "#84848A",
1901
+ "string": "#199f43",
1902
+ "number": "#1ca1c7",
1903
+ "regexp": "#17a5af",
1904
+ "keyword": "#fc2b73",
1905
+ "variable": "#d47628",
1906
+ "parameter": "#79797F",
1907
+ "property": "#d47628",
1908
+ "function": "#7b43f8",
1909
+ "method": "#7b43f8",
1910
+ "type": "#c635e4",
1911
+ "class": "#c635e4",
1912
+ "namespace": "#d5a910",
1913
+ "enumMember": "#08c0ef",
1914
+ "variable.constant": "#d5a910",
1915
+ "variable.defaultLibrary": "#d5a910"
1916
+ }
1917
+ }