@astrojs/starlight 0.24.0 → 0.24.2

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.
@@ -235,7 +235,7 @@
235
235
  "gitDecoration.conflictingResourceForeground": "#ffeb95cc",
236
236
  "source.elm": "#5f7e97",
237
237
  "string.quoted.single.js": "#ffffff",
238
- "meta.objectliteral.js": "#82AAFF"
238
+ "meta.objectliteral.js": "#82AAFF",
239
239
  },
240
240
  "tokenColors": [
241
241
  {
@@ -244,119 +244,119 @@
244
244
  "markup.changed",
245
245
  "meta.diff.header.git",
246
246
  "meta.diff.header.from-file",
247
- "meta.diff.header.to-file"
247
+ "meta.diff.header.to-file",
248
248
  ],
249
249
  "settings": {
250
- "foreground": "#a2bffc"
251
- }
250
+ "foreground": "#a2bffc",
251
+ },
252
252
  },
253
253
  {
254
254
  "name": "Deleted",
255
255
  "scope": "markup.deleted.diff",
256
256
  "settings": {
257
- "foreground": "#EF535090"
258
- }
257
+ "foreground": "#EF535090",
258
+ },
259
259
  },
260
260
  {
261
261
  "name": "Inserted",
262
262
  "scope": "markup.inserted.diff",
263
263
  "settings": {
264
- "foreground": "#c5e478ff"
265
- }
264
+ "foreground": "#c5e478ff",
265
+ },
266
266
  },
267
267
  {
268
268
  "name": "Global settings",
269
269
  "settings": {
270
270
  "background": "#011627",
271
- "foreground": "#d6deeb"
272
- }
271
+ "foreground": "#d6deeb",
272
+ },
273
273
  },
274
274
  {
275
275
  "name": "Comment",
276
276
  "scope": "comment",
277
277
  "settings": {
278
278
  "foreground": "#637777",
279
- "fontStyle": ""
280
- }
279
+ "fontStyle": "",
280
+ },
281
281
  },
282
282
  {
283
283
  "name": "String",
284
284
  "scope": "string",
285
285
  "settings": {
286
- "foreground": "#ecc48d"
287
- }
286
+ "foreground": "#ecc48d",
287
+ },
288
288
  },
289
289
  {
290
290
  "name": "String Quoted",
291
291
  "scope": ["string.quoted", "variable.other.readwrite.js"],
292
292
  "settings": {
293
- "foreground": "#ecc48d"
294
- }
293
+ "foreground": "#ecc48d",
294
+ },
295
295
  },
296
296
  {
297
297
  "name": "Support Constant Math",
298
298
  "scope": "support.constant.math",
299
299
  "settings": {
300
- "foreground": "#c5e478"
301
- }
300
+ "foreground": "#c5e478",
301
+ },
302
302
  },
303
303
  {
304
304
  "name": "Number",
305
305
  "scope": ["constant.numeric", "constant.character.numeric"],
306
306
  "settings": {
307
307
  "foreground": "#F78C6C",
308
- "fontStyle": ""
309
- }
308
+ "fontStyle": "",
309
+ },
310
310
  },
311
311
  {
312
312
  "name": "Built-in constant",
313
313
  "scope": ["constant.language", "punctuation.definition.constant", "variable.other.constant"],
314
314
  "settings": {
315
- "foreground": "#82AAFF"
316
- }
315
+ "foreground": "#82AAFF",
316
+ },
317
317
  },
318
318
  {
319
319
  "name": "User-defined constant",
320
320
  "scope": ["constant.character", "constant.other"],
321
321
  "settings": {
322
- "foreground": "#82AAFF"
323
- }
322
+ "foreground": "#82AAFF",
323
+ },
324
324
  },
325
325
  {
326
326
  "name": "Constant Character Escape",
327
327
  "scope": "constant.character.escape",
328
328
  "settings": {
329
- "foreground": "#F78C6C"
330
- }
329
+ "foreground": "#F78C6C",
330
+ },
331
331
  },
332
332
  {
333
333
  "name": "RegExp String",
334
334
  "scope": ["string.regexp", "string.regexp keyword.other"],
335
335
  "settings": {
336
- "foreground": "#5ca7e4"
337
- }
336
+ "foreground": "#5ca7e4",
337
+ },
338
338
  },
339
339
  {
340
340
  "name": "Comma in functions",
341
341
  "scope": "meta.function punctuation.separator.comma",
342
342
  "settings": {
343
- "foreground": "#5f7e97"
344
- }
343
+ "foreground": "#5f7e97",
344
+ },
345
345
  },
346
346
  {
347
347
  "name": "Variable",
348
348
  "scope": "variable",
349
349
  "settings": {
350
- "foreground": "#c5e478"
351
- }
350
+ "foreground": "#c5e478",
351
+ },
352
352
  },
353
353
  {
354
354
  "name": "Keyword",
355
355
  "scope": ["punctuation.accessor", "keyword"],
356
356
  "settings": {
357
357
  "foreground": "#c792ea",
358
- "fontStyle": ""
359
- }
358
+ "fontStyle": "",
359
+ },
360
360
  },
361
361
  {
362
362
  "name": "Storage",
@@ -366,55 +366,55 @@
366
366
  "meta.class meta.method.declaration meta.var.expr storage.type.js",
367
367
  "storage.type.property.js",
368
368
  "storage.type.property.ts",
369
- "storage.type.property.tsx"
369
+ "storage.type.property.tsx",
370
370
  ],
371
371
  "settings": {
372
372
  "foreground": "#c792ea",
373
- "fontStyle": ""
374
- }
373
+ "fontStyle": "",
374
+ },
375
375
  },
376
376
  {
377
377
  "name": "Storage type",
378
378
  "scope": "storage.type",
379
379
  "settings": {
380
- "foreground": "#c792ea"
381
- }
380
+ "foreground": "#c792ea",
381
+ },
382
382
  },
383
383
  {
384
384
  "name": "Storage type",
385
385
  "scope": "storage.type.function.arrow.js",
386
386
  "settings": {
387
- "fontStyle": ""
388
- }
387
+ "fontStyle": "",
388
+ },
389
389
  },
390
390
  {
391
391
  "name": "Class name",
392
392
  "scope": ["entity.name.class", "meta.class entity.name.type.class"],
393
393
  "settings": {
394
- "foreground": "#ffcb8b"
395
- }
394
+ "foreground": "#ffcb8b",
395
+ },
396
396
  },
397
397
  {
398
398
  "name": "Inherited class",
399
399
  "scope": "entity.other.inherited-class",
400
400
  "settings": {
401
- "foreground": "#c5e478"
402
- }
401
+ "foreground": "#c5e478",
402
+ },
403
403
  },
404
404
  {
405
405
  "name": "Function name",
406
406
  "scope": "entity.name.function",
407
407
  "settings": {
408
408
  "foreground": "#c792ea",
409
- "fontStyle": ""
410
- }
409
+ "fontStyle": "",
410
+ },
411
411
  },
412
412
  {
413
413
  "name": "Meta Tag",
414
414
  "scope": ["punctuation.definition.tag", "meta.tag"],
415
415
  "settings": {
416
- "foreground": "#7fdbca"
417
- }
416
+ "foreground": "#7fdbca",
417
+ },
418
418
  },
419
419
  {
420
420
  "name": "HTML Tag names",
@@ -428,194 +428,194 @@
428
428
  "entity.name.tag",
429
429
  "meta.tag.js",
430
430
  "meta.tag.tsx",
431
- "meta.tag.html"
431
+ "meta.tag.html",
432
432
  ],
433
433
  "settings": {
434
434
  "foreground": "#caece6",
435
- "fontStyle": ""
436
- }
435
+ "fontStyle": "",
436
+ },
437
437
  },
438
438
  {
439
439
  "name": "Tag attribute",
440
440
  "scope": "entity.other.attribute-name",
441
441
  "settings": {
442
442
  "fontStyle": "",
443
- "foreground": "#c5e478"
444
- }
443
+ "foreground": "#c5e478",
444
+ },
445
445
  },
446
446
  {
447
447
  "name": "Entity Name Tag Custom",
448
448
  "scope": "entity.name.tag.custom",
449
449
  "settings": {
450
- "foreground": "#c5e478"
451
- }
450
+ "foreground": "#c5e478",
451
+ },
452
452
  },
453
453
  {
454
454
  "name": "Library (function & constant)",
455
455
  "scope": ["support.function", "support.constant"],
456
456
  "settings": {
457
- "foreground": "#82AAFF"
458
- }
457
+ "foreground": "#82AAFF",
458
+ },
459
459
  },
460
460
  {
461
461
  "name": "Support Constant Property Value meta",
462
462
  "scope": "support.constant.meta.property-value",
463
463
  "settings": {
464
- "foreground": "#7fdbca"
465
- }
464
+ "foreground": "#7fdbca",
465
+ },
466
466
  },
467
467
  {
468
468
  "name": "Library class/type",
469
469
  "scope": ["support.type", "support.class"],
470
470
  "settings": {
471
- "foreground": "#c5e478"
472
- }
471
+ "foreground": "#c5e478",
472
+ },
473
473
  },
474
474
  {
475
475
  "name": "Support Variable DOM",
476
476
  "scope": "support.variable.dom",
477
477
  "settings": {
478
- "foreground": "#c5e478"
479
- }
478
+ "foreground": "#c5e478",
479
+ },
480
480
  },
481
481
  {
482
482
  "name": "Invalid",
483
483
  "scope": "invalid",
484
484
  "settings": {
485
485
  "background": "#ff2c83",
486
- "foreground": "#ffffff"
487
- }
486
+ "foreground": "#ffffff",
487
+ },
488
488
  },
489
489
  {
490
490
  "name": "Invalid deprecated",
491
491
  "scope": "invalid.deprecated",
492
492
  "settings": {
493
493
  "foreground": "#ffffff",
494
- "background": "#d3423e"
495
- }
494
+ "background": "#d3423e",
495
+ },
496
496
  },
497
497
  {
498
498
  "name": "Keyword Operator",
499
499
  "scope": "keyword.operator",
500
500
  "settings": {
501
501
  "foreground": "#7fdbca",
502
- "fontStyle": ""
503
- }
502
+ "fontStyle": "",
503
+ },
504
504
  },
505
505
  {
506
506
  "name": "Keyword Operator Relational",
507
507
  "scope": "keyword.operator.relational",
508
508
  "settings": {
509
509
  "foreground": "#c792ea",
510
- "fontStyle": ""
511
- }
510
+ "fontStyle": "",
511
+ },
512
512
  },
513
513
  {
514
514
  "name": "Keyword Operator Assignment",
515
515
  "scope": "keyword.operator.assignment",
516
516
  "settings": {
517
- "foreground": "#c792ea"
518
- }
517
+ "foreground": "#c792ea",
518
+ },
519
519
  },
520
520
  {
521
521
  "name": "Keyword Operator Arithmetic",
522
522
  "scope": "keyword.operator.arithmetic",
523
523
  "settings": {
524
- "foreground": "#c792ea"
525
- }
524
+ "foreground": "#c792ea",
525
+ },
526
526
  },
527
527
  {
528
528
  "name": "Keyword Operator Bitwise",
529
529
  "scope": "keyword.operator.bitwise",
530
530
  "settings": {
531
- "foreground": "#c792ea"
532
- }
531
+ "foreground": "#c792ea",
532
+ },
533
533
  },
534
534
  {
535
535
  "name": "Keyword Operator Increment",
536
536
  "scope": "keyword.operator.increment",
537
537
  "settings": {
538
- "foreground": "#c792ea"
539
- }
538
+ "foreground": "#c792ea",
539
+ },
540
540
  },
541
541
  {
542
542
  "name": "Keyword Operator Ternary",
543
543
  "scope": "keyword.operator.ternary",
544
544
  "settings": {
545
- "foreground": "#c792ea"
546
- }
545
+ "foreground": "#c792ea",
546
+ },
547
547
  },
548
548
  {
549
549
  "name": "Double-Slashed Comment",
550
550
  "scope": "comment.line.double-slash",
551
551
  "settings": {
552
- "foreground": "#637777"
553
- }
552
+ "foreground": "#637777",
553
+ },
554
554
  },
555
555
  {
556
556
  "name": "Object",
557
557
  "scope": "object",
558
558
  "settings": {
559
- "foreground": "#cdebf7"
560
- }
559
+ "foreground": "#cdebf7",
560
+ },
561
561
  },
562
562
  {
563
563
  "name": "Null",
564
564
  "scope": "constant.language.null",
565
565
  "settings": {
566
- "foreground": "#ff5874"
567
- }
566
+ "foreground": "#ff5874",
567
+ },
568
568
  },
569
569
  {
570
570
  "name": "Meta Brace",
571
571
  "scope": "meta.brace",
572
572
  "settings": {
573
- "foreground": "#d6deeb"
574
- }
573
+ "foreground": "#d6deeb",
574
+ },
575
575
  },
576
576
  {
577
577
  "name": "Meta Delimiter Period",
578
578
  "scope": "meta.delimiter.period",
579
579
  "settings": {
580
580
  "foreground": "#c792ea",
581
- "fontStyle": ""
582
- }
581
+ "fontStyle": "",
582
+ },
583
583
  },
584
584
  {
585
585
  "name": "Punctuation Definition String",
586
586
  "scope": "punctuation.definition.string",
587
587
  "settings": {
588
- "foreground": "#d9f5dd"
589
- }
588
+ "foreground": "#d9f5dd",
589
+ },
590
590
  },
591
591
  {
592
592
  "name": "Punctuation Definition String Markdown",
593
593
  "scope": "punctuation.definition.string.begin.markdown",
594
594
  "settings": {
595
- "foreground": "#ff5874"
596
- }
595
+ "foreground": "#ff5874",
596
+ },
597
597
  },
598
598
  {
599
599
  "name": "Boolean",
600
600
  "scope": "constant.language.boolean",
601
601
  "settings": {
602
- "foreground": "#ff5874"
603
- }
602
+ "foreground": "#ff5874",
603
+ },
604
604
  },
605
605
  {
606
606
  "name": "Object Comma",
607
607
  "scope": "object.comma",
608
608
  "settings": {
609
- "foreground": "#ffffff"
610
- }
609
+ "foreground": "#ffffff",
610
+ },
611
611
  },
612
612
  {
613
613
  "name": "Variable Parameter Function",
614
614
  "scope": "variable.parameter.function",
615
615
  "settings": {
616
616
  "foreground": "#7fdbca",
617
- "fontStyle": ""
618
- }
617
+ "fontStyle": "",
618
+ },
619
619
  },
620
620
  {
621
621
  "name": "Support Type Property Name & entity name tags",
@@ -623,92 +623,92 @@
623
623
  "support.type.vendor.property-name",
624
624
  "support.constant.vendor.property-value",
625
625
  "support.type.property-name",
626
- "meta.property-list entity.name.tag"
626
+ "meta.property-list entity.name.tag",
627
627
  ],
628
628
  "settings": {
629
629
  "foreground": "#80CBC4",
630
- "fontStyle": ""
631
- }
630
+ "fontStyle": "",
631
+ },
632
632
  },
633
633
  {
634
634
  "name": "Entity Name tag reference in stylesheets",
635
635
  "scope": "meta.property-list entity.name.tag.reference",
636
636
  "settings": {
637
- "foreground": "#57eaf1"
638
- }
637
+ "foreground": "#57eaf1",
638
+ },
639
639
  },
640
640
  {
641
641
  "name": "Constant Other Color RGB Value Punctuation Definition Constant",
642
642
  "scope": "constant.other.color.rgb-value punctuation.definition.constant",
643
643
  "settings": {
644
- "foreground": "#F78C6C"
645
- }
644
+ "foreground": "#F78C6C",
645
+ },
646
646
  },
647
647
  {
648
648
  "name": "Constant Other Color",
649
649
  "scope": "constant.other.color",
650
650
  "settings": {
651
- "foreground": "#FFEB95"
652
- }
651
+ "foreground": "#FFEB95",
652
+ },
653
653
  },
654
654
  {
655
655
  "name": "Keyword Other Unit",
656
656
  "scope": "keyword.other.unit",
657
657
  "settings": {
658
- "foreground": "#FFEB95"
659
- }
658
+ "foreground": "#FFEB95",
659
+ },
660
660
  },
661
661
  {
662
662
  "name": "Meta Selector",
663
663
  "scope": "meta.selector",
664
664
  "settings": {
665
665
  "foreground": "#c792ea",
666
- "fontStyle": ""
667
- }
666
+ "fontStyle": "",
667
+ },
668
668
  },
669
669
  {
670
670
  "name": "Entity Other Attribute Name Id",
671
671
  "scope": "entity.other.attribute-name.id",
672
672
  "settings": {
673
- "foreground": "#FAD430"
674
- }
673
+ "foreground": "#FAD430",
674
+ },
675
675
  },
676
676
  {
677
677
  "name": "Meta Property Name",
678
678
  "scope": "meta.property-name",
679
679
  "settings": {
680
- "foreground": "#80CBC4"
681
- }
680
+ "foreground": "#80CBC4",
681
+ },
682
682
  },
683
683
  {
684
684
  "name": "Doctypes",
685
685
  "scope": ["entity.name.tag.doctype", "meta.tag.sgml.doctype"],
686
686
  "settings": {
687
687
  "foreground": "#c792ea",
688
- "fontStyle": ""
689
- }
688
+ "fontStyle": "",
689
+ },
690
690
  },
691
691
  {
692
692
  "name": "Punctuation Definition Parameters",
693
693
  "scope": "punctuation.definition.parameters",
694
694
  "settings": {
695
- "foreground": "#d9f5dd"
696
- }
695
+ "foreground": "#d9f5dd",
696
+ },
697
697
  },
698
698
  {
699
699
  "name": "Keyword Control Operator",
700
700
  "scope": "keyword.control.operator",
701
701
  "settings": {
702
- "foreground": "#7fdbca"
703
- }
702
+ "foreground": "#7fdbca",
703
+ },
704
704
  },
705
705
  {
706
706
  "name": "Keyword Operator Logical",
707
707
  "scope": "keyword.operator.logical",
708
708
  "settings": {
709
709
  "foreground": "#c792ea",
710
- "fontStyle": ""
711
- }
710
+ "fontStyle": "",
711
+ },
712
712
  },
713
713
  {
714
714
  "name": "Variable Instances",
@@ -717,34 +717,34 @@
717
717
  "variable.other.instance",
718
718
  "variable.readwrite.instance",
719
719
  "variable.other.readwrite.instance",
720
- "variable.other.property"
720
+ "variable.other.property",
721
721
  ],
722
722
  "settings": {
723
- "foreground": "#7fdbca"
724
- }
723
+ "foreground": "#7fdbca",
724
+ },
725
725
  },
726
726
  {
727
727
  "name": "Variable Property Other object property",
728
728
  "scope": ["variable.other.object.property"],
729
729
  "settings": {
730
730
  "foreground": "#faf39f",
731
- "fontStyle": ""
732
- }
731
+ "fontStyle": "",
732
+ },
733
733
  },
734
734
  {
735
735
  "name": "Variable Property Other object",
736
736
  "scope": ["variable.other.object.js"],
737
737
  "settings": {
738
- "fontStyle": ""
739
- }
738
+ "fontStyle": "",
739
+ },
740
740
  },
741
741
  {
742
742
  "name": "Entity Name Function",
743
743
  "scope": ["entity.name.function"],
744
744
  "settings": {
745
745
  "foreground": "#82AAFF",
746
- "fontStyle": ""
747
- }
746
+ "fontStyle": "",
747
+ },
748
748
  },
749
749
  {
750
750
  "name": "Keyword Operator Comparison, returns, imports, and Keyword Operator Ruby",
@@ -770,12 +770,12 @@
770
770
  "keyword.control.switch.ts",
771
771
  "keyword.operator.instanceof.js",
772
772
  "keyword.operator.expression.instanceof.ts",
773
- "keyword.operator.expression.instanceof.tsx"
773
+ "keyword.operator.expression.instanceof.tsx",
774
774
  ],
775
775
  "settings": {
776
776
  "foreground": "#c792ea",
777
- "fontStyle": ""
778
- }
777
+ "fontStyle": "",
778
+ },
779
779
  },
780
780
  {
781
781
  "name": "Support Constant, `new` keyword, Special Method Keyword, `debugger`, other keywords",
@@ -784,84 +784,84 @@
784
784
  "keyword.other.special-method",
785
785
  "keyword.other.new",
786
786
  "keyword.other.debugger",
787
- "keyword.control"
787
+ "keyword.control",
788
788
  ],
789
789
  "settings": {
790
- "foreground": "#7fdbca"
791
- }
790
+ "foreground": "#7fdbca",
791
+ },
792
792
  },
793
793
  {
794
794
  "name": "Support Function",
795
795
  "scope": "support.function",
796
796
  "settings": {
797
- "foreground": "#c5e478"
798
- }
797
+ "foreground": "#c5e478",
798
+ },
799
799
  },
800
800
  {
801
801
  "name": "Invalid Broken",
802
802
  "scope": "invalid.broken",
803
803
  "settings": {
804
804
  "foreground": "#020e14",
805
- "background": "#F78C6C"
806
- }
805
+ "background": "#F78C6C",
806
+ },
807
807
  },
808
808
  {
809
809
  "name": "Invalid Unimplemented",
810
810
  "scope": "invalid.unimplemented",
811
811
  "settings": {
812
812
  "background": "#8BD649",
813
- "foreground": "#ffffff"
814
- }
813
+ "foreground": "#ffffff",
814
+ },
815
815
  },
816
816
  {
817
817
  "name": "Invalid Illegal",
818
818
  "scope": "invalid.illegal",
819
819
  "settings": {
820
820
  "foreground": "#ffffff",
821
- "background": "#ec5f67"
822
- }
821
+ "background": "#ec5f67",
822
+ },
823
823
  },
824
824
  {
825
825
  "name": "Language Variable",
826
826
  "scope": "variable.language",
827
827
  "settings": {
828
- "foreground": "#7fdbca"
829
- }
828
+ "foreground": "#7fdbca",
829
+ },
830
830
  },
831
831
  {
832
832
  "name": "Support Variable Property",
833
833
  "scope": "support.variable.property",
834
834
  "settings": {
835
- "foreground": "#7fdbca"
836
- }
835
+ "foreground": "#7fdbca",
836
+ },
837
837
  },
838
838
  {
839
839
  "name": "Variable Function",
840
840
  "scope": "variable.function",
841
841
  "settings": {
842
- "foreground": "#82AAFF"
843
- }
842
+ "foreground": "#82AAFF",
843
+ },
844
844
  },
845
845
  {
846
846
  "name": "Variable Interpolation",
847
847
  "scope": "variable.interpolation",
848
848
  "settings": {
849
- "foreground": "#ec5f67"
850
- }
849
+ "foreground": "#ec5f67",
850
+ },
851
851
  },
852
852
  {
853
853
  "name": "Meta Function Call",
854
854
  "scope": "meta.function-call",
855
855
  "settings": {
856
- "foreground": "#82AAFF"
857
- }
856
+ "foreground": "#82AAFF",
857
+ },
858
858
  },
859
859
  {
860
860
  "name": "Punctuation Section Embedded",
861
861
  "scope": "punctuation.section.embedded",
862
862
  "settings": {
863
- "foreground": "#d3423e"
864
- }
863
+ "foreground": "#d3423e",
864
+ },
865
865
  },
866
866
  {
867
867
  "name": "Punctuation Tweaks",
@@ -870,11 +870,11 @@
870
870
  "punctuation.definition.arguments",
871
871
  "punctuation.definition.array",
872
872
  "punctuation.section.array",
873
- "meta.array"
873
+ "meta.array",
874
874
  ],
875
875
  "settings": {
876
- "foreground": "#d6deeb"
877
- }
876
+ "foreground": "#d6deeb",
877
+ },
878
878
  },
879
879
  {
880
880
  "name": "More Punctuation Tweaks",
@@ -882,145 +882,145 @@
882
882
  "punctuation.definition.list.begin",
883
883
  "punctuation.definition.list.end",
884
884
  "punctuation.separator.arguments",
885
- "punctuation.definition.list"
885
+ "punctuation.definition.list",
886
886
  ],
887
887
  "settings": {
888
- "foreground": "#d9f5dd"
889
- }
888
+ "foreground": "#d9f5dd",
889
+ },
890
890
  },
891
891
  {
892
892
  "name": "Template Strings",
893
893
  "scope": "string.template meta.template.expression",
894
894
  "settings": {
895
- "foreground": "#d3423e"
896
- }
895
+ "foreground": "#d3423e",
896
+ },
897
897
  },
898
898
  {
899
899
  "name": "Backtics(``) in Template Strings",
900
900
  "scope": "string.template punctuation.definition.string",
901
901
  "settings": {
902
- "foreground": "#d6deeb"
903
- }
902
+ "foreground": "#d6deeb",
903
+ },
904
904
  },
905
905
  {
906
906
  "name": "Italics",
907
907
  "scope": "italic",
908
908
  "settings": {
909
909
  "foreground": "#c792ea",
910
- "fontStyle": "italic"
911
- }
910
+ "fontStyle": "italic",
911
+ },
912
912
  },
913
913
  {
914
914
  "name": "Bold",
915
915
  "scope": "bold",
916
916
  "settings": {
917
917
  "foreground": "#c5e478",
918
- "fontStyle": "bold"
919
- }
918
+ "fontStyle": "bold",
919
+ },
920
920
  },
921
921
  {
922
922
  "name": "Quote",
923
923
  "scope": "quote",
924
924
  "settings": {
925
925
  "foreground": "#697098",
926
- "fontStyle": ""
927
- }
926
+ "fontStyle": "",
927
+ },
928
928
  },
929
929
  {
930
930
  "name": "Raw Code",
931
931
  "scope": "raw",
932
932
  "settings": {
933
- "foreground": "#80CBC4"
934
- }
933
+ "foreground": "#80CBC4",
934
+ },
935
935
  },
936
936
  {
937
937
  "name": "CoffeScript Variable Assignment",
938
938
  "scope": "variable.assignment.coffee",
939
939
  "settings": {
940
- "foreground": "#31e1eb"
941
- }
940
+ "foreground": "#31e1eb",
941
+ },
942
942
  },
943
943
  {
944
944
  "name": "CoffeScript Parameter Function",
945
945
  "scope": "variable.parameter.function.coffee",
946
946
  "settings": {
947
- "foreground": "#d6deeb"
948
- }
947
+ "foreground": "#d6deeb",
948
+ },
949
949
  },
950
950
  {
951
951
  "name": "CoffeeScript Assignments",
952
952
  "scope": "variable.assignment.coffee",
953
953
  "settings": {
954
- "foreground": "#7fdbca"
955
- }
954
+ "foreground": "#7fdbca",
955
+ },
956
956
  },
957
957
  {
958
958
  "name": "C# Readwrite Variables",
959
959
  "scope": "variable.other.readwrite.cs",
960
960
  "settings": {
961
- "foreground": "#d6deeb"
962
- }
961
+ "foreground": "#d6deeb",
962
+ },
963
963
  },
964
964
  {
965
965
  "name": "C# Classes & Storage types",
966
966
  "scope": ["entity.name.type.class.cs", "storage.type.cs"],
967
967
  "settings": {
968
- "foreground": "#ffcb8b"
969
- }
968
+ "foreground": "#ffcb8b",
969
+ },
970
970
  },
971
971
  {
972
972
  "name": "C# Namespaces",
973
973
  "scope": "entity.name.type.namespace.cs",
974
974
  "settings": {
975
- "foreground": "#B2CCD6"
976
- }
975
+ "foreground": "#B2CCD6",
976
+ },
977
977
  },
978
978
  {
979
979
  "name": "C# Unquoted String Zone",
980
980
  "scope": "string.unquoted.preprocessor.message.cs",
981
981
  "settings": {
982
- "foreground": "#d6deeb"
983
- }
982
+ "foreground": "#d6deeb",
983
+ },
984
984
  },
985
985
  {
986
986
  "name": "C# Region",
987
987
  "scope": [
988
988
  "punctuation.separator.hash.cs",
989
989
  "keyword.preprocessor.region.cs",
990
- "keyword.preprocessor.endregion.cs"
990
+ "keyword.preprocessor.endregion.cs",
991
991
  ],
992
992
  "settings": {
993
993
  "foreground": "#ffcb8b",
994
- "fontStyle": "bold"
995
- }
994
+ "fontStyle": "bold",
995
+ },
996
996
  },
997
997
  {
998
998
  "name": "C# Other Variables",
999
999
  "scope": "variable.other.object.cs",
1000
1000
  "settings": {
1001
- "foreground": "#B2CCD6"
1002
- }
1001
+ "foreground": "#B2CCD6",
1002
+ },
1003
1003
  },
1004
1004
  {
1005
1005
  "name": "C# Enum",
1006
1006
  "scope": "entity.name.type.enum.cs",
1007
1007
  "settings": {
1008
- "foreground": "#c5e478"
1009
- }
1008
+ "foreground": "#c5e478",
1009
+ },
1010
1010
  },
1011
1011
  {
1012
1012
  "name": "Dart String",
1013
1013
  "scope": ["string.interpolated.single.dart", "string.interpolated.double.dart"],
1014
1014
  "settings": {
1015
- "foreground": "#FFCB8B"
1016
- }
1015
+ "foreground": "#FFCB8B",
1016
+ },
1017
1017
  },
1018
1018
  {
1019
1019
  "name": "Dart Class",
1020
1020
  "scope": "support.class.dart",
1021
1021
  "settings": {
1022
- "foreground": "#FFCB8B"
1023
- }
1022
+ "foreground": "#FFCB8B",
1023
+ },
1024
1024
  },
1025
1025
  {
1026
1026
  "name": "Tag names in Stylesheets",
@@ -1028,12 +1028,12 @@
1028
1028
  "entity.name.tag.css",
1029
1029
  "entity.name.tag.less",
1030
1030
  "entity.name.tag.custom.css",
1031
- "support.constant.property-value.css"
1031
+ "support.constant.property-value.css",
1032
1032
  ],
1033
1033
  "settings": {
1034
1034
  "foreground": "#ff6363",
1035
- "fontStyle": ""
1036
- }
1035
+ "fontStyle": "",
1036
+ },
1037
1037
  },
1038
1038
  {
1039
1039
  "name": "Wildcard(*) selector in Stylesheets",
@@ -1041,94 +1041,94 @@
1041
1041
  "entity.name.tag.wildcard.css",
1042
1042
  "entity.name.tag.wildcard.less",
1043
1043
  "entity.name.tag.wildcard.scss",
1044
- "entity.name.tag.wildcard.sass"
1044
+ "entity.name.tag.wildcard.sass",
1045
1045
  ],
1046
1046
  "settings": {
1047
- "foreground": "#7fdbca"
1048
- }
1047
+ "foreground": "#7fdbca",
1048
+ },
1049
1049
  },
1050
1050
  {
1051
1051
  "name": "CSS Keyword Other Unit",
1052
1052
  "scope": "keyword.other.unit.css",
1053
1053
  "settings": {
1054
- "foreground": "#FFEB95"
1055
- }
1054
+ "foreground": "#FFEB95",
1055
+ },
1056
1056
  },
1057
1057
  {
1058
1058
  "name": "Attribute Name for CSS",
1059
1059
  "scope": [
1060
1060
  "meta.attribute-selector.css entity.other.attribute-name.attribute",
1061
- "variable.other.readwrite.js"
1061
+ "variable.other.readwrite.js",
1062
1062
  ],
1063
1063
  "settings": {
1064
- "foreground": "#F78C6C"
1065
- }
1064
+ "foreground": "#F78C6C",
1065
+ },
1066
1066
  },
1067
1067
  {
1068
1068
  "name": "Elixir Classes",
1069
1069
  "scope": [
1070
1070
  "source.elixir support.type.elixir",
1071
- "source.elixir meta.module.elixir entity.name.class.elixir"
1071
+ "source.elixir meta.module.elixir entity.name.class.elixir",
1072
1072
  ],
1073
1073
  "settings": {
1074
- "foreground": "#82AAFF"
1075
- }
1074
+ "foreground": "#82AAFF",
1075
+ },
1076
1076
  },
1077
1077
  {
1078
1078
  "name": "Elixir Functions",
1079
1079
  "scope": "source.elixir entity.name.function",
1080
1080
  "settings": {
1081
- "foreground": "#c5e478"
1082
- }
1081
+ "foreground": "#c5e478",
1082
+ },
1083
1083
  },
1084
1084
  {
1085
1085
  "name": "Elixir Constants",
1086
1086
  "scope": [
1087
1087
  "source.elixir constant.other.symbol.elixir",
1088
- "source.elixir constant.other.keywords.elixir"
1088
+ "source.elixir constant.other.keywords.elixir",
1089
1089
  ],
1090
1090
  "settings": {
1091
- "foreground": "#82AAFF"
1092
- }
1091
+ "foreground": "#82AAFF",
1092
+ },
1093
1093
  },
1094
1094
  {
1095
1095
  "name": "Elixir String Punctuations",
1096
1096
  "scope": "source.elixir punctuation.definition.string",
1097
1097
  "settings": {
1098
- "foreground": "#c5e478"
1099
- }
1098
+ "foreground": "#c5e478",
1099
+ },
1100
1100
  },
1101
1101
  {
1102
1102
  "name": "Elixir",
1103
1103
  "scope": [
1104
1104
  "source.elixir variable.other.readwrite.module.elixir",
1105
- "source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir"
1105
+ "source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir",
1106
1106
  ],
1107
1107
  "settings": {
1108
- "foreground": "#c5e478"
1109
- }
1108
+ "foreground": "#c5e478",
1109
+ },
1110
1110
  },
1111
1111
  {
1112
1112
  "name": "Elixir Binary Punctuations",
1113
1113
  "scope": "source.elixir .punctuation.binary.elixir",
1114
1114
  "settings": {
1115
1115
  "foreground": "#c792ea",
1116
- "fontStyle": ""
1117
- }
1116
+ "fontStyle": "",
1117
+ },
1118
1118
  },
1119
1119
  {
1120
1120
  "name": "Closure Constant Keyword",
1121
1121
  "scope": "constant.keyword.clojure",
1122
1122
  "settings": {
1123
- "foreground": "#7fdbca"
1124
- }
1123
+ "foreground": "#7fdbca",
1124
+ },
1125
1125
  },
1126
1126
  {
1127
1127
  "name": "Go Function Calls",
1128
1128
  "scope": "source.go meta.function-call.go",
1129
1129
  "settings": {
1130
- "foreground": "#DDDDDD"
1131
- }
1130
+ "foreground": "#DDDDDD",
1131
+ },
1132
1132
  },
1133
1133
  {
1134
1134
  "name": "Go Keywords",
@@ -1143,131 +1143,131 @@
1143
1143
  "source.go keyword.var.go",
1144
1144
  "source.go keyword.map.go",
1145
1145
  "source.go keyword.channel.go",
1146
- "source.go keyword.control.go"
1146
+ "source.go keyword.control.go",
1147
1147
  ],
1148
1148
  "settings": {
1149
- "foreground": "#c792ea"
1150
- }
1149
+ "foreground": "#c792ea",
1150
+ },
1151
1151
  },
1152
1152
  {
1153
1153
  "name": "Go Constants e.g. nil, string format (%s, %d, etc.)",
1154
1154
  "scope": ["source.go constant.language.go", "source.go constant.other.placeholder.go"],
1155
1155
  "settings": {
1156
- "foreground": "#ff5874"
1157
- }
1156
+ "foreground": "#ff5874",
1157
+ },
1158
1158
  },
1159
1159
  {
1160
1160
  "name": "C++ Functions",
1161
1161
  "scope": ["entity.name.function.preprocessor.cpp", "entity.scope.name.cpp"],
1162
1162
  "settings": {
1163
- "foreground": "#7fdbcaff"
1164
- }
1163
+ "foreground": "#7fdbcaff",
1164
+ },
1165
1165
  },
1166
1166
  {
1167
1167
  "name": "C++ Meta Namespace",
1168
1168
  "scope": ["meta.namespace-block.cpp"],
1169
1169
  "settings": {
1170
- "foreground": "#e0dec6"
1171
- }
1170
+ "foreground": "#e0dec6",
1171
+ },
1172
1172
  },
1173
1173
  {
1174
1174
  "name": "C++ Language Primitive Storage",
1175
1175
  "scope": ["storage.type.language.primitive.cpp"],
1176
1176
  "settings": {
1177
- "foreground": "#ff5874"
1178
- }
1177
+ "foreground": "#ff5874",
1178
+ },
1179
1179
  },
1180
1180
  {
1181
1181
  "name": "C++ Preprocessor Macro",
1182
1182
  "scope": ["meta.preprocessor.macro.cpp"],
1183
1183
  "settings": {
1184
- "foreground": "#d6deeb"
1185
- }
1184
+ "foreground": "#d6deeb",
1185
+ },
1186
1186
  },
1187
1187
  {
1188
1188
  "name": "C++ Variable Parameter",
1189
1189
  "scope": ["variable.parameter"],
1190
1190
  "settings": {
1191
- "foreground": "#ffcb8b"
1192
- }
1191
+ "foreground": "#ffcb8b",
1192
+ },
1193
1193
  },
1194
1194
  {
1195
1195
  "name": "Powershell Variables",
1196
1196
  "scope": ["variable.other.readwrite.powershell"],
1197
1197
  "settings": {
1198
- "foreground": "#82AAFF"
1199
- }
1198
+ "foreground": "#82AAFF",
1199
+ },
1200
1200
  },
1201
1201
  {
1202
1202
  "name": "Powershell Function",
1203
1203
  "scope": ["support.function.powershell"],
1204
1204
  "settings": {
1205
- "foreground": "#7fdbcaff"
1206
- }
1205
+ "foreground": "#7fdbcaff",
1206
+ },
1207
1207
  },
1208
1208
  {
1209
1209
  "name": "ID Attribute Name in HTML",
1210
1210
  "scope": "entity.other.attribute-name.id.html",
1211
1211
  "settings": {
1212
- "foreground": "#c5e478"
1213
- }
1212
+ "foreground": "#c5e478",
1213
+ },
1214
1214
  },
1215
1215
  {
1216
1216
  "name": "HTML Punctuation Definition Tag",
1217
1217
  "scope": "punctuation.definition.tag.html",
1218
1218
  "settings": {
1219
- "foreground": "#6ae9f0"
1220
- }
1219
+ "foreground": "#6ae9f0",
1220
+ },
1221
1221
  },
1222
1222
  {
1223
1223
  "name": "HTML Doctype",
1224
1224
  "scope": "meta.tag.sgml.doctype.html",
1225
1225
  "settings": {
1226
1226
  "foreground": "#c792ea",
1227
- "fontStyle": ""
1228
- }
1227
+ "fontStyle": "",
1228
+ },
1229
1229
  },
1230
1230
  {
1231
1231
  "name": "JavaScript Classes",
1232
1232
  "scope": "meta.class entity.name.type.class.js",
1233
1233
  "settings": {
1234
- "foreground": "#ffcb8b"
1235
- }
1234
+ "foreground": "#ffcb8b",
1235
+ },
1236
1236
  },
1237
1237
  {
1238
1238
  "name": "JavaScript Method Declaration e.g. `constructor`",
1239
1239
  "scope": "meta.method.declaration storage.type.js",
1240
1240
  "settings": {
1241
- "foreground": "#82AAFF"
1242
- }
1241
+ "foreground": "#82AAFF",
1242
+ },
1243
1243
  },
1244
1244
  {
1245
1245
  "name": "JavaScript Terminator",
1246
1246
  "scope": "terminator.js",
1247
1247
  "settings": {
1248
- "foreground": "#d6deeb"
1249
- }
1248
+ "foreground": "#d6deeb",
1249
+ },
1250
1250
  },
1251
1251
  {
1252
1252
  "name": "JavaScript Meta Punctuation Definition",
1253
1253
  "scope": "meta.js punctuation.definition.js",
1254
1254
  "settings": {
1255
- "foreground": "#d6deeb"
1256
- }
1255
+ "foreground": "#d6deeb",
1256
+ },
1257
1257
  },
1258
1258
  {
1259
1259
  "name": "Entity Names in Code Documentations",
1260
1260
  "scope": ["entity.name.type.instance.jsdoc", "entity.name.type.instance.phpdoc"],
1261
1261
  "settings": {
1262
- "foreground": "#5f7e97"
1263
- }
1262
+ "foreground": "#5f7e97",
1263
+ },
1264
1264
  },
1265
1265
  {
1266
1266
  "name": "Other Variables in Code Documentations",
1267
1267
  "scope": ["variable.other.jsdoc", "variable.other.phpdoc"],
1268
1268
  "settings": {
1269
- "foreground": "#78ccf0"
1270
- }
1269
+ "foreground": "#78ccf0",
1270
+ },
1271
1271
  },
1272
1272
  {
1273
1273
  "name": "JavaScript module imports and exports",
@@ -1275,18 +1275,18 @@
1275
1275
  "variable.other.meta.import.js",
1276
1276
  "meta.import.js variable.other",
1277
1277
  "variable.other.meta.export.js",
1278
- "meta.export.js variable.other"
1278
+ "meta.export.js variable.other",
1279
1279
  ],
1280
1280
  "settings": {
1281
- "foreground": "#d6deeb"
1282
- }
1281
+ "foreground": "#d6deeb",
1282
+ },
1283
1283
  },
1284
1284
  {
1285
1285
  "name": "JavaScript Variable Parameter Function",
1286
1286
  "scope": "variable.parameter.function.js",
1287
1287
  "settings": {
1288
- "foreground": "#7986E7"
1289
- }
1288
+ "foreground": "#7986E7",
1289
+ },
1290
1290
  },
1291
1291
  {
1292
1292
  "name": "JavaScript[React] Variable Other Object",
@@ -1294,173 +1294,173 @@
1294
1294
  "variable.other.object.js",
1295
1295
  "variable.other.object.jsx",
1296
1296
  "variable.object.property.js",
1297
- "variable.object.property.jsx"
1297
+ "variable.object.property.jsx",
1298
1298
  ],
1299
1299
  "settings": {
1300
- "foreground": "#d6deeb"
1301
- }
1300
+ "foreground": "#d6deeb",
1301
+ },
1302
1302
  },
1303
1303
  {
1304
1304
  "name": "JavaScript Variables",
1305
1305
  "scope": ["variable.js", "variable.other.js"],
1306
1306
  "settings": {
1307
- "foreground": "#d6deeb"
1308
- }
1307
+ "foreground": "#d6deeb",
1308
+ },
1309
1309
  },
1310
1310
  {
1311
1311
  "name": "JavaScript Entity Name Type",
1312
1312
  "scope": ["entity.name.type.js", "entity.name.type.module.js"],
1313
1313
  "settings": {
1314
1314
  "foreground": "#ffcb8b",
1315
- "fontStyle": ""
1316
- }
1315
+ "fontStyle": "",
1316
+ },
1317
1317
  },
1318
1318
  {
1319
1319
  "name": "JavaScript Support Classes",
1320
1320
  "scope": "support.class.js",
1321
1321
  "settings": {
1322
- "foreground": "#d6deeb"
1323
- }
1322
+ "foreground": "#d6deeb",
1323
+ },
1324
1324
  },
1325
1325
  {
1326
1326
  "name": "JSON Property Names",
1327
1327
  "scope": "support.type.property-name.json",
1328
1328
  "settings": {
1329
- "foreground": "#7fdbca"
1330
- }
1329
+ "foreground": "#7fdbca",
1330
+ },
1331
1331
  },
1332
1332
  {
1333
1333
  "name": "JSON Support Constants",
1334
1334
  "scope": "support.constant.json",
1335
1335
  "settings": {
1336
- "foreground": "#c5e478"
1337
- }
1336
+ "foreground": "#c5e478",
1337
+ },
1338
1338
  },
1339
1339
  {
1340
1340
  "name": "JSON Property values (string)",
1341
1341
  "scope": "meta.structure.dictionary.value.json string.quoted.double",
1342
1342
  "settings": {
1343
- "foreground": "#c789d6"
1344
- }
1343
+ "foreground": "#c789d6",
1344
+ },
1345
1345
  },
1346
1346
  {
1347
1347
  "name": "Strings in JSON values",
1348
1348
  "scope": "string.quoted.double.json punctuation.definition.string.json",
1349
1349
  "settings": {
1350
- "foreground": "#80CBC4"
1351
- }
1350
+ "foreground": "#80CBC4",
1351
+ },
1352
1352
  },
1353
1353
  {
1354
1354
  "name": "Specific JSON Property values like null",
1355
1355
  "scope": "meta.structure.dictionary.json meta.structure.dictionary.value constant.language",
1356
1356
  "settings": {
1357
- "foreground": "#ff5874"
1358
- }
1357
+ "foreground": "#ff5874",
1358
+ },
1359
1359
  },
1360
1360
  {
1361
1361
  "name": "JavaScript Other Variable",
1362
1362
  "scope": "variable.other.object.js",
1363
1363
  "settings": {
1364
- "foreground": "#7fdbca"
1365
- }
1364
+ "foreground": "#7fdbca",
1365
+ },
1366
1366
  },
1367
1367
  {
1368
1368
  "name": "Ruby Variables",
1369
1369
  "scope": ["variable.other.ruby"],
1370
1370
  "settings": {
1371
- "foreground": "#d6deeb"
1372
- }
1371
+ "foreground": "#d6deeb",
1372
+ },
1373
1373
  },
1374
1374
  {
1375
1375
  "name": "Ruby Class",
1376
1376
  "scope": ["entity.name.type.class.ruby"],
1377
1377
  "settings": {
1378
- "foreground": "#ecc48d"
1379
- }
1378
+ "foreground": "#ecc48d",
1379
+ },
1380
1380
  },
1381
1381
  {
1382
1382
  "name": "Ruby Hashkeys",
1383
1383
  "scope": "constant.language.symbol.hashkey.ruby",
1384
1384
  "settings": {
1385
- "foreground": "#7fdbca"
1386
- }
1385
+ "foreground": "#7fdbca",
1386
+ },
1387
1387
  },
1388
1388
  {
1389
1389
  "name": "LESS Tag names",
1390
1390
  "scope": "entity.name.tag.less",
1391
1391
  "settings": {
1392
- "foreground": "#7fdbca"
1393
- }
1392
+ "foreground": "#7fdbca",
1393
+ },
1394
1394
  },
1395
1395
  {
1396
1396
  "name": "LESS Keyword Other Unit",
1397
1397
  "scope": "keyword.other.unit.css",
1398
1398
  "settings": {
1399
- "foreground": "#FFEB95"
1400
- }
1399
+ "foreground": "#FFEB95",
1400
+ },
1401
1401
  },
1402
1402
  {
1403
1403
  "name": "Attribute Name for LESS",
1404
1404
  "scope": "meta.attribute-selector.less entity.other.attribute-name.attribute",
1405
1405
  "settings": {
1406
- "foreground": "#F78C6C"
1407
- }
1406
+ "foreground": "#F78C6C",
1407
+ },
1408
1408
  },
1409
1409
  {
1410
1410
  "name": "Markdown Headings",
1411
1411
  "scope": [
1412
1412
  "markup.heading.markdown",
1413
1413
  "markup.heading.setext.1.markdown",
1414
- "markup.heading.setext.2.markdown"
1414
+ "markup.heading.setext.2.markdown",
1415
1415
  ],
1416
1416
  "settings": {
1417
- "foreground": "#82b1ff"
1418
- }
1417
+ "foreground": "#82b1ff",
1418
+ },
1419
1419
  },
1420
1420
  {
1421
1421
  "name": "Markdown Italics",
1422
1422
  "scope": "markup.italic.markdown",
1423
1423
  "settings": {
1424
1424
  "foreground": "#c792ea",
1425
- "fontStyle": "italic"
1426
- }
1425
+ "fontStyle": "italic",
1426
+ },
1427
1427
  },
1428
1428
  {
1429
1429
  "name": "Markdown Bold",
1430
1430
  "scope": "markup.bold.markdown",
1431
1431
  "settings": {
1432
1432
  "foreground": "#c5e478",
1433
- "fontStyle": "bold"
1434
- }
1433
+ "fontStyle": "bold",
1434
+ },
1435
1435
  },
1436
1436
  {
1437
1437
  "name": "Markdown Quote + others",
1438
1438
  "scope": "markup.quote.markdown",
1439
1439
  "settings": {
1440
1440
  "foreground": "#697098",
1441
- "fontStyle": ""
1442
- }
1441
+ "fontStyle": "",
1442
+ },
1443
1443
  },
1444
1444
  {
1445
1445
  "name": "Markdown Raw Code + others",
1446
1446
  "scope": "markup.inline.raw.markdown",
1447
1447
  "settings": {
1448
- "foreground": "#80CBC4"
1449
- }
1448
+ "foreground": "#80CBC4",
1449
+ },
1450
1450
  },
1451
1451
  {
1452
1452
  "name": "Markdown Links",
1453
1453
  "scope": ["markup.underline.link.markdown", "markup.underline.link.image.markdown"],
1454
1454
  "settings": {
1455
- "foreground": "#ff869a"
1456
- }
1455
+ "foreground": "#ff869a",
1456
+ },
1457
1457
  },
1458
1458
  {
1459
1459
  "name": "Markdown Link Title and Description",
1460
1460
  "scope": ["string.other.link.title.markdown", "string.other.link.description.markdown"],
1461
1461
  "settings": {
1462
- "foreground": "#d6deeb"
1463
- }
1462
+ "foreground": "#d6deeb",
1463
+ },
1464
1464
  },
1465
1465
  {
1466
1466
  "name": "Markdown Punctuation",
@@ -1468,116 +1468,116 @@
1468
1468
  "punctuation.definition.string.markdown",
1469
1469
  "punctuation.definition.string.begin.markdown",
1470
1470
  "punctuation.definition.string.end.markdown",
1471
- "meta.link.inline.markdown punctuation.definition.string"
1471
+ "meta.link.inline.markdown punctuation.definition.string",
1472
1472
  ],
1473
1473
  "settings": {
1474
- "foreground": "#82b1ff"
1475
- }
1474
+ "foreground": "#82b1ff",
1475
+ },
1476
1476
  },
1477
1477
  {
1478
1478
  "name": "Markdown MetaData Punctuation",
1479
1479
  "scope": ["punctuation.definition.metadata.markdown"],
1480
1480
  "settings": {
1481
- "foreground": "#7fdbca"
1482
- }
1481
+ "foreground": "#7fdbca",
1482
+ },
1483
1483
  },
1484
1484
  {
1485
1485
  "name": "Markdown List Punctuation",
1486
1486
  "scope": ["beginning.punctuation.definition.list.markdown"],
1487
1487
  "settings": {
1488
- "foreground": "#82b1ff"
1489
- }
1488
+ "foreground": "#82b1ff",
1489
+ },
1490
1490
  },
1491
1491
  {
1492
1492
  "name": "Markdown Inline Raw String",
1493
1493
  "scope": "markup.inline.raw.string.markdown",
1494
1494
  "settings": {
1495
- "foreground": "#c5e478"
1496
- }
1495
+ "foreground": "#c5e478",
1496
+ },
1497
1497
  },
1498
1498
  {
1499
1499
  "name": "PHP Variables",
1500
1500
  "scope": "variable.other.php",
1501
1501
  "settings": {
1502
- "foreground": "#bec5d4"
1503
- }
1502
+ "foreground": "#bec5d4",
1503
+ },
1504
1504
  },
1505
1505
  {
1506
1506
  "name": "Support Classes in PHP",
1507
1507
  "scope": "support.class.php",
1508
1508
  "settings": {
1509
- "foreground": "#ffcb8b"
1510
- }
1509
+ "foreground": "#ffcb8b",
1510
+ },
1511
1511
  },
1512
1512
  {
1513
1513
  "name": "Punctuations in PHP function calls",
1514
1514
  "scope": "meta.function-call.php punctuation",
1515
1515
  "settings": {
1516
- "foreground": "#d6deeb"
1517
- }
1516
+ "foreground": "#d6deeb",
1517
+ },
1518
1518
  },
1519
1519
  {
1520
1520
  "name": "PHP Global Variables",
1521
1521
  "scope": "variable.other.global.php",
1522
1522
  "settings": {
1523
- "foreground": "#c5e478"
1524
- }
1523
+ "foreground": "#c5e478",
1524
+ },
1525
1525
  },
1526
1526
  {
1527
1527
  "name": "Declaration Punctuation in PHP Global Variables",
1528
1528
  "scope": "variable.other.global.php punctuation.definition.variable",
1529
1529
  "settings": {
1530
- "foreground": "#c5e478"
1531
- }
1530
+ "foreground": "#c5e478",
1531
+ },
1532
1532
  },
1533
1533
  {
1534
1534
  "name": "Language Constants in Python",
1535
1535
  "scope": "constant.language.python",
1536
1536
  "settings": {
1537
- "foreground": "#ff5874"
1538
- }
1537
+ "foreground": "#ff5874",
1538
+ },
1539
1539
  },
1540
1540
  {
1541
1541
  "name": "Python Function Parameter and Arguments",
1542
1542
  "scope": ["variable.parameter.function.python", "meta.function-call.arguments.python"],
1543
1543
  "settings": {
1544
- "foreground": "#82AAFF"
1545
- }
1544
+ "foreground": "#82AAFF",
1545
+ },
1546
1546
  },
1547
1547
  {
1548
1548
  "name": "Python Function Call",
1549
1549
  "scope": ["meta.function-call.python", "meta.function-call.generic.python"],
1550
1550
  "settings": {
1551
- "foreground": "#B2CCD6"
1552
- }
1551
+ "foreground": "#B2CCD6",
1552
+ },
1553
1553
  },
1554
1554
  {
1555
1555
  "name": "Punctuations in Python",
1556
1556
  "scope": "punctuation.python",
1557
1557
  "settings": {
1558
- "foreground": "#d6deeb"
1559
- }
1558
+ "foreground": "#d6deeb",
1559
+ },
1560
1560
  },
1561
1561
  {
1562
1562
  "name": "Decorator Functions in Python",
1563
1563
  "scope": "entity.name.function.decorator.python",
1564
1564
  "settings": {
1565
- "foreground": "#c5e478"
1566
- }
1565
+ "foreground": "#c5e478",
1566
+ },
1567
1567
  },
1568
1568
  {
1569
1569
  "name": "Python Language Variable",
1570
1570
  "scope": "source.python variable.language.special",
1571
1571
  "settings": {
1572
- "foreground": "#8EACE3"
1573
- }
1572
+ "foreground": "#8EACE3",
1573
+ },
1574
1574
  },
1575
1575
  {
1576
1576
  "name": "Python import control keyword",
1577
1577
  "scope": "keyword.control",
1578
1578
  "settings": {
1579
- "foreground": "#c792ea"
1580
- }
1579
+ "foreground": "#c792ea",
1580
+ },
1581
1581
  },
1582
1582
  {
1583
1583
  "name": "SCSS Variable",
@@ -1585,49 +1585,49 @@
1585
1585
  "variable.scss",
1586
1586
  "variable.sass",
1587
1587
  "variable.parameter.url.scss",
1588
- "variable.parameter.url.sass"
1588
+ "variable.parameter.url.sass",
1589
1589
  ],
1590
1590
  "settings": {
1591
- "foreground": "#c5e478"
1592
- }
1591
+ "foreground": "#c5e478",
1592
+ },
1593
1593
  },
1594
1594
  {
1595
1595
  "name": "Variables in SASS At-Rules",
1596
1596
  "scope": ["source.css.scss meta.at-rule variable", "source.css.sass meta.at-rule variable"],
1597
1597
  "settings": {
1598
- "foreground": "#82AAFF"
1599
- }
1598
+ "foreground": "#82AAFF",
1599
+ },
1600
1600
  },
1601
1601
  {
1602
1602
  "name": "Variables in SASS At-Rules",
1603
1603
  "scope": ["source.css.scss meta.at-rule variable", "source.css.sass meta.at-rule variable"],
1604
1604
  "settings": {
1605
- "foreground": "#bec5d4"
1606
- }
1605
+ "foreground": "#bec5d4",
1606
+ },
1607
1607
  },
1608
1608
  {
1609
1609
  "name": "Attribute Name for SASS",
1610
1610
  "scope": [
1611
1611
  "meta.attribute-selector.scss entity.other.attribute-name.attribute",
1612
- "meta.attribute-selector.sass entity.other.attribute-name.attribute"
1612
+ "meta.attribute-selector.sass entity.other.attribute-name.attribute",
1613
1613
  ],
1614
1614
  "settings": {
1615
- "foreground": "#F78C6C"
1616
- }
1615
+ "foreground": "#F78C6C",
1616
+ },
1617
1617
  },
1618
1618
  {
1619
1619
  "name": "Tag names in SASS",
1620
1620
  "scope": ["entity.name.tag.scss", "entity.name.tag.sass"],
1621
1621
  "settings": {
1622
- "foreground": "#7fdbca"
1623
- }
1622
+ "foreground": "#7fdbca",
1623
+ },
1624
1624
  },
1625
1625
  {
1626
1626
  "name": "SASS Keyword Other Unit",
1627
1627
  "scope": ["keyword.other.unit.scss", "keyword.other.unit.sass"],
1628
1628
  "settings": {
1629
- "foreground": "#FFEB95"
1630
- }
1629
+ "foreground": "#FFEB95",
1630
+ },
1631
1631
  },
1632
1632
  {
1633
1633
  "name": "TypeScript[React] Variables and Object Properties",
@@ -1643,35 +1643,35 @@
1643
1643
  "variable.other.ts",
1644
1644
  "variable.other.tsx",
1645
1645
  "variable.tsx",
1646
- "variable.ts"
1646
+ "variable.ts",
1647
1647
  ],
1648
1648
  "settings": {
1649
- "foreground": "#d6deeb"
1650
- }
1649
+ "foreground": "#d6deeb",
1650
+ },
1651
1651
  },
1652
1652
  {
1653
1653
  "name": "TypeScript[React] Entity Name Types",
1654
1654
  "scope": ["entity.name.type.ts", "entity.name.type.tsx"],
1655
1655
  "settings": {
1656
- "foreground": "#ffcb8b"
1657
- }
1656
+ "foreground": "#ffcb8b",
1657
+ },
1658
1658
  },
1659
1659
  {
1660
1660
  "name": "TypeScript[React] Node Classes",
1661
1661
  "scope": ["support.class.node.ts", "support.class.node.tsx"],
1662
1662
  "settings": {
1663
- "foreground": "#82AAFF"
1664
- }
1663
+ "foreground": "#82AAFF",
1664
+ },
1665
1665
  },
1666
1666
  {
1667
1667
  "name": "TypeScript[React] Entity Name Types as Parameters",
1668
1668
  "scope": [
1669
1669
  "meta.type.parameters.ts entity.name.type",
1670
- "meta.type.parameters.tsx entity.name.type"
1670
+ "meta.type.parameters.tsx entity.name.type",
1671
1671
  ],
1672
1672
  "settings": {
1673
- "foreground": "#5f7e97"
1674
- }
1673
+ "foreground": "#5f7e97",
1674
+ },
1675
1675
  },
1676
1676
  {
1677
1677
  "name": "TypeScript[React] Import/Export Punctuations",
@@ -1679,91 +1679,91 @@
1679
1679
  "meta.import.ts punctuation.definition.block",
1680
1680
  "meta.import.tsx punctuation.definition.block",
1681
1681
  "meta.export.ts punctuation.definition.block",
1682
- "meta.export.tsx punctuation.definition.block"
1682
+ "meta.export.tsx punctuation.definition.block",
1683
1683
  ],
1684
1684
  "settings": {
1685
- "foreground": "#d6deeb"
1686
- }
1685
+ "foreground": "#d6deeb",
1686
+ },
1687
1687
  },
1688
1688
  {
1689
1689
  "name": "TypeScript[React] Punctuation Decorators",
1690
1690
  "scope": [
1691
1691
  "meta.decorator punctuation.decorator.ts",
1692
- "meta.decorator punctuation.decorator.tsx"
1692
+ "meta.decorator punctuation.decorator.tsx",
1693
1693
  ],
1694
1694
  "settings": {
1695
- "foreground": "#82AAFF"
1696
- }
1695
+ "foreground": "#82AAFF",
1696
+ },
1697
1697
  },
1698
1698
  {
1699
1699
  "name": "TypeScript[React] Punctuation Decorators",
1700
1700
  "scope": "meta.tag.js meta.jsx.children.tsx",
1701
1701
  "settings": {
1702
- "foreground": "#82AAFF"
1703
- }
1702
+ "foreground": "#82AAFF",
1703
+ },
1704
1704
  },
1705
1705
  {
1706
1706
  "name": "YAML Entity Name Tags",
1707
1707
  "scope": "entity.name.tag.yaml",
1708
1708
  "settings": {
1709
- "foreground": "#7fdbca"
1710
- }
1709
+ "foreground": "#7fdbca",
1710
+ },
1711
1711
  },
1712
1712
  {
1713
1713
  "name": "JavaScript Variable Other ReadWrite",
1714
1714
  "scope": ["variable.other.readwrite.js", "variable.parameter"],
1715
1715
  "settings": {
1716
- "foreground": "#d7dbe0"
1717
- }
1716
+ "foreground": "#d7dbe0",
1717
+ },
1718
1718
  },
1719
1719
  {
1720
1720
  "name": "Support Class Component",
1721
1721
  "scope": ["support.class.component.js", "support.class.component.tsx"],
1722
1722
  "settings": {
1723
1723
  "foreground": "#f78c6c",
1724
- "fontStyle": ""
1725
- }
1724
+ "fontStyle": "",
1725
+ },
1726
1726
  },
1727
1727
  {
1728
1728
  "name": "Text nested in React tags",
1729
1729
  "scope": ["meta.jsx.children", "meta.jsx.children.js", "meta.jsx.children.tsx"],
1730
1730
  "settings": {
1731
- "foreground": "#d6deeb"
1732
- }
1731
+ "foreground": "#d6deeb",
1732
+ },
1733
1733
  },
1734
1734
  {
1735
1735
  "name": "TypeScript Classes",
1736
1736
  "scope": "meta.class entity.name.type.class.tsx",
1737
1737
  "settings": {
1738
- "foreground": "#ffcb8b"
1739
- }
1738
+ "foreground": "#ffcb8b",
1739
+ },
1740
1740
  },
1741
1741
  {
1742
1742
  "name": "TypeScript Entity Name Type",
1743
1743
  "scope": ["entity.name.type.tsx", "entity.name.type.module.tsx"],
1744
1744
  "settings": {
1745
- "foreground": "#ffcb8b"
1746
- }
1745
+ "foreground": "#ffcb8b",
1746
+ },
1747
1747
  },
1748
1748
  {
1749
1749
  "name": "TypeScript Class Variable Keyword",
1750
1750
  "scope": [
1751
1751
  "meta.class.ts meta.var.expr.ts storage.type.ts",
1752
- "meta.class.tsx meta.var.expr.tsx storage.type.tsx"
1752
+ "meta.class.tsx meta.var.expr.tsx storage.type.tsx",
1753
1753
  ],
1754
1754
  "settings": {
1755
- "foreground": "#C792EA"
1756
- }
1755
+ "foreground": "#C792EA",
1756
+ },
1757
1757
  },
1758
1758
  {
1759
1759
  "name": "TypeScript Method Declaration e.g. `constructor`",
1760
1760
  "scope": [
1761
1761
  "meta.method.declaration storage.type.ts",
1762
- "meta.method.declaration storage.type.tsx"
1762
+ "meta.method.declaration storage.type.tsx",
1763
1763
  ],
1764
1764
  "settings": {
1765
- "foreground": "#82AAFF"
1766
- }
1765
+ "foreground": "#82AAFF",
1766
+ },
1767
1767
  },
1768
1768
  {
1769
1769
  "name": "normalize font style of certain components",
@@ -1786,11 +1786,11 @@
1786
1786
  "variable.other.readwrite.js",
1787
1787
  "storage.type",
1788
1788
  "source.css",
1789
- "string.quoted"
1789
+ "string.quoted",
1790
1790
  ],
1791
1791
  "settings": {
1792
- "fontStyle": ""
1793
- }
1794
- }
1795
- ]
1792
+ "fontStyle": "",
1793
+ },
1794
+ },
1795
+ ],
1796
1796
  }