tm-themes 1.3.3 → 1.4.0

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