generated from hardhackerlabs/theme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHardhacker.sublime-color-scheme
830 lines (830 loc) Β· 32.2 KB
/
Hardhacker.sublime-color-scheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
{
"name": "Hardhacker",
"author": "Xin Wu <[email protected]>",
"variables": {
"cursor": "#eee9fc",
"foreground": "#eee9fc",
"background": "#282433",
"comments": "#938aad",
"deprecated": "#ebde76",
"invalid": "#e965a5",
"diffAdded": "#b1f2a7",
"diffModified": "#ebde76",
"diffDeleted": "#e965a5",
"--redish": "#e965a5",
"--orangish": "#e965a5",
"--yellowish": "#ebde76",
"--greenish": "#b1f2a7",
"--cyanish": "#b3f4f3",
"--bluish": "#b1baf4",
"--purplish": "#e192ef",
"--pinkish": "#e192ef",
"white": "#eee9fc",
"black": "#282433",
"red": "#e965a5",
"yellow": "#ebde76",
"green": "#b1f2a7",
"cyan": "#b3f4f3",
"blue": "#b1baf4",
"purple": "#e192ef",
"orange": "#e965a5",
"brown": "#F78C6C",
"pink": "#e192ef"
},
"globals": {
"background": "var(background)",
"foreground": "var(foreground)",
"invisibles": "color(var(foreground) alpha(0.3))",
"caret": "var(cursor)",
"block_caret": "var(cursor)",
"block_caret_border": "var(cursor)",
"block_caret_underline": "var(cursor)",
"block_caret_corner_style": "cut",
"block_caret_corner_radius": "2",
"line_highlight": "#574e6f33",
"misspelling": "var(blue)",
"fold_marker": "var(yellow)",
"minimap_border": "var(yellow)",
"accent": "var(accent)",
"gutter": "var(background)",
"gutter_foreground": "#938aad",
"gutter_foreground_highlight": "var(foreground)",
"line_diff_width": "5",
"line_diff_added": "var(diffAdded)",
"line_diff_deleted": "var(diffDeleted)",
"line_diff_modified": "var(diffModified)",
"selection": "#3f3951",
"selection_border": "var(cyan)",
"selection_border_width": "1",
"inactive_selection": "#00000030",
"inactive_selection_border": "color(var(cyan) alpha(0.1))",
"selection_corner_style": "cut",
"selection_corner_radius": "cut",
"highlight": "var(yellow)",
"find_highlight": "#FFCC00",
"find_highlight_foreground": "var(background)",
"scroll_highlight": "color(var(yellow) alpha(0.1))",
"scroll_selected_highlight": "var(yellow)",
"rulers": "color(var(foreground) alpha(0.1))",
"guide": "color(var(cyan) alpha(0.1))",
"active_guide": "var(cyan)",
"brackets_options": "glow",
"brackets_foreground": "var(cyan)",
"bracket_contents_options": "underline",
"bracket_contents_foreground": "var(yellow)",
"tags_options": "underline",
"tags_foreground": "var(cyan)",
"shadow": "#00000030",
"stack_guide": "var(brown)"
},
"rules": [
{
"name": "COMMENTS - Single and multi-line comments should use, respectively",
"scope": "comment,comment.line,comment.block",
"foreground": "var(comments)",
"font_style": "italic"
},
{
"name": "COMMENTS - Multi-line comments used as documentation, such as Javadoc or PhpDo",
"scope": "comment.block.documentation",
"foreground": "var(comments)",
"font_style": "italic"
},
{
"name": "COMMENTS - Symbols that delineate a comment, e.g. // or /*",
"scope": "punctuation.definition.comment",
"foreground": "var(comments)",
"font_style": "italic"
},
{
"name": "COMMENTS - Special syntax that denote a section of code",
"scope": "meta.toc-list",
"foreground": "var(comments)",
"font_style": "italic"
},
{
"name": "CONSTANT - Numeric literals, including integers, floats, etc...",
"scope": "constant.numeric,constant.numeric.integer,constant.numeric.integer.binary,constant.numeric.integer.octal,constant.numeric.integer.decimal,constant.numeric.integer.hexadecimal,constant.numeric.integer.other,constant.numeric.float,constant.numeric.float.binary,constant.numeric.float.octal,constant.numeric.float.decimal,constant.numeric.float.hexadecimal,constant.numeric.float.other,constant.numeric.complex,constant.numeric.complex.real,constant.numeric.complex.imaginary",
"foreground": "var(yellow)"
},
{
"name": "CONSTANT - Constants that are built into the language, such as booleans and null values",
"scope": "constant.language",
"foreground": "var(cyan)"
},
{
"name": "CONSTANT - Character escapes in strings",
"scope": "constant.character.escape",
"foreground": "var(yellow)"
},
{
"name": "CONSTANT - Formatting placeholders, such as those used for sprintf(), e.g. %s",
"scope": "constant.other.placeholder",
"foreground": "var(yellow)"
},
{
"name": "CONSTANT - Other language-specific constant values",
"scope": "constant.other",
"foreground": "var(cyan)"
},
{
"name": "CONSTANT - Other language-specific constant values",
"scope": "constant.other.color",
"foreground": "var(pink)"
},
{
"name": "Message Error",
"scope": "message.error",
"background": "var(red)"
},
{
"name": "DIFF - Deleted",
"scope": "diff.deleted",
"background": "color(var(diffDeleted) alpha(0.20))"
},
{
"name": "DIFF - Deleted Char",
"scope": "diff.deleted.char",
"background": "color(var(diffDeleted) alpha(0.20))"
},
{
"name": "DIFF - Inserted",
"scope": "diff.inserted",
"background": "color(var(diffAdded) alpha(0.20))"
},
{
"name": "DIFF - Inserted Char",
"scope": "diff.inserted.char",
"background": "color(var(diffAdded) alpha(0.20))"
},
{
"name": "ENTITY - The names of data structures",
"scope": "entity.name.class,entity.name.struct,entity.name.enum,entity.name.union,entity.name.trait,entity.name.interface,entity.name.impl,entity.name.type",
"foreground": "var(cyan)"
},
{
"name": "ENTITY - Forward-decl variants of the above are used in languages such as C and C++.",
"scope": "entity.name.class.forward-decl",
"foreground": "var(cyan)"
},
{
"name": "ENTITY - Class, interface and trait names listed as an inherited class or implemented interface/trait",
"scope": "entity.other.inherited-class",
"foreground": "var(orange)"
},
{
"name": "ENTITY - Function names receive one of the following scopes",
"scope": "entity.name.function,entity.name.function.constructor,entity.name.function.destructor",
"foreground": "var(red)"
},
{
"name": "ENTITY - Namespaces, packages and modules use the following scope",
"scope": "entity.name.namespace",
"foreground": "var(cyan)"
},
{
"name": "ENTITY - This scope is often included in the symbol list and index",
"scope": "entity.name.constant",
"foreground": "var(orange)"
},
{
"name": "ENTITY - Labels for goto-like constructs",
"scope": "entity.name.label",
"foreground": "var(cyan)"
},
{
"name": "ENTITY - Heading names in markup languages, such as Markdown and Textile",
"scope": "entity.name.section",
"foreground": "var(cyan)"
},
{
"name": "ENTITY - HTML and XML tags",
"scope": "entity.name.tag",
"foreground": "var(red)"
},
{
"name": "ENTITY - HTML, CSS and XML",
"scope": "entity.other.attribute-name",
"foreground": "var(cyan)"
},
{
"name": "INVALID - Elements that are illegal in a specific context",
"scope": "invalid.illegal",
"foreground": "var(invalid)"
},
{
"name": "INVALID - Deprecated elements",
"scope": "invalid.deprecated",
"foreground": "var(deprecated)"
},
{
"name": "KEYWORD- Control keywords examples include if, try, end and while. Some syntaxes prefer to mark if and else with the conditional variant.",
"scope": "keyword.control,keyword.control.conditional,keyword.control.import",
"foreground": "var(blue)"
},
{
"name": "KEYWORD - Keywords that contain punctuation, such as the @ symbol in CSS",
"scope": "punctuation.definition.keyword",
"foreground": "var(blue)"
},
{
"name": "KEYWORD - All remaining non-operator keywords fall under the other",
"scope": "keyword.other",
"foreground": "var(orange)"
},
{
"name": "KEYWORD - Operators are typically symbols, so the term keyword can seem somewhat contradictory.",
"scope": "keyword.operator,keyword.operator.arithmetic,keyword.operator.bitwise,keyword.operator.logical",
"foreground": "var(blue)"
},
{
"name": "KEYWORD - When the operator is a word, such as and, or or not, the following variant is used",
"scope": "keyword.operator.word",
"foreground": "var(blue)"
},
{
"name": "KEYWORD - Operator comparison and assignment ",
"scope": "keyword.operator.assignment,keyword.operator.comparison",
"foreground": "var(blue)"
},
{
"name": "MARKUP - Section headings",
"scope": "markup.heading",
"foreground": "var(red)"
},
{
"name": "MARKUP - Lists",
"scope": "markup.list.unnumbered,markup.list.numbered",
"foreground": "var(cyan)"
},
{
"name": "MARKUP - Bold",
"scope": "markup.bold",
"font_style": "bold",
"foreground": "var(red)"
},
{
"name": "MARKUP - Italic",
"scope": "markup.italic",
"font_style": "italic",
"foreground": "var(red)"
},
{
"name": "MARKUP - Underline",
"scope": "markup.underline",
"font_style": "underline",
"foreground": "var(purple)"
},
{
"name": "MARKUP - Underline Link",
"scope": "markup.underline.link",
"font_style": "underline",
"foreground": "var(cyan)"
},
{
"name": "MARKUP - Deleted",
"scope": "markup.deleted",
"foreground": "var(red)"
},
{
"name": "MARKUP - Inserted",
"scope": "markup.inserted",
"foreground": "var(green)"
},
{
"name": "MARKUP - Changed",
"scope": "markup.changed",
"foreground": "var(orange)"
},
{
"name": "MARKUP - Blockquotes and other quote styles",
"scope": "markup.quote",
"font_style": "italic",
"foreground": "var(comments)"
},
{
"name": "MARKUP - Inline and block literal quoting",
"scope": "markup.raw.inline,markup.raw.block",
"background": "color(var(blue) alpha(0.05))"
},
{
"name": "MARKUP - Inline and block literal quoting",
"scope": "meta.code-fence.definition.begin.text.markdown-gfm,meta.code-fence.definition.end.text.markdown-gfm,markup.raw.code-fence.markdown-gfm",
"background": "color(var(blue) alpha(0.05))"
},
{
"name": "MARKUP - Other markup, including constructs such as footnotes and tables",
"scope": "markup.other",
"foreground": "var(yellow)"
},
{
"name": "MARKUP - Blockquote definition",
"scope": "punctuation.definition.blockquote",
"foreground": "var(pink)"
},
{
"name": "MARKUP - Blockquote definition",
"scope": "meta.link.inline.description",
"foreground": "var(green)"
},
{
"name": "META - HTML and XML tags, including punctuation, names and attributes",
"scope": "meta.tag",
"foreground": "var(foreground)"
},
{
"name": "META - The complete contents of data structures",
"scope": "meta.class,meta.struct,meta.enum,meta.union,meta.trait,meta.interface,meta.impl,meta.type",
"foreground": "var(purple)"
},
{
"name": "META - The entire scope of a function",
"scope": "meta.function,meta.function.parameters,meta.function.return-type",
"foreground": "var(purple)"
},
{
"name": "META - The entirety of a namespace",
"scope": "meta.namespace",
"foreground": "var(blue)"
},
{
"name": "META - Preprocessor statements in language such as C",
"scope": "meta.preprocessor",
"foreground": "var(cyan)"
},
{
"name": "META - Annotations, attributes and decorator statements that are used to modify the behavior or implementation of a class, method or function",
"scope": "meta.annotation,meta.annotation.identifier,meta.annotation.parameters,punctuation.definition.annotation",
"foreground": "var(green)"
},
{
"name": "META - Complete identifiers, including namespace names",
"scope": "meta.path",
"foreground": "var(cyan)"
},
{
"name": "META - Function names, including the full path, and all parameters",
"scope": "meta.function-call",
"foreground": "var(yellow)"
},
{
"name": "Meta - Mapping Key",
"scope": "meta.mapping.key",
"foreground": "var(blue)"
},
{
"name": "META - Sections of code delineated by curly braces",
"scope": "meta.block,punctuation.section.block.begin,punctuation.section.block.end,meta.braces,punctuation.section.braces.begin,punctuation.section.braces.end",
"foreground": "var(cyan)"
},
{
"name": "META - Sections of code delineated by round braces",
"scope": "meta.brace.round",
"foreground": "var(orange)"
},
{
"name": "META - Sections of code delineated by parentheses",
"scope": "meta.group,punctuation.section.group.begin,punctuation.section.group.end,meta.parens,punctuation.section.parens.begin,punctuation.section.parens.end",
"foreground": "var(cyan)"
},
{
"name": "META - Sections of code delineated by square brackets",
"scope": "meta.brackets,punctuation.section.brackets.begin,punctuation.section.brackets.end,meta.array.literal,meta.brace.square",
"foreground": "var(cyan)"
},
{
"name": "META - Generic data type constructs",
"scope": "meta.generic,punctuation.definition.generic.begin,punctuation.definition.generic.end",
"foreground": "var(cyan)"
},
{
"name": "META - Paragraphs in markup",
"scope": "meta.paragraph",
"foreground": "var(foreground)"
},
{
"name": "META - Object",
"scope": "meta.objectliteral,meta.object.member",
"foreground": "var(blue)"
},
{
"name": "META - Object",
"scope": "meta.field.declaration",
"foreground": "var(blue)"
},
{
"name": "META - Diff Header",
"scope": "meta.diff, meta.diff.header",
"foreground": "var(pink)"
},
{
"name": "PUNCTUATION - Separators such as commas",
"scope": "punctuation.separator",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Semicolons or other statement terminators",
"scope": "punctuation.terminator",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Parameters eg: ()",
"scope": "punctuation.definition.group.begin,punctuation.definition.group.end,punctuation.section.inheritance.begin,punctuation.section.inheritance.end,punctuation.section.arguments.begin,punctuation.section.arguments.end,punctuation.definition.parameters.begin,punctuation.definition.parameters.end,punctuation.definition.block,punctuation.definition.metadata.begin,punctuation.definition.metadata.end,meta.group.braces.round.function.arguments",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Embedded eg: {}",
"scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end,meta.interpolation punctuation.section.interpolation.begin,meta.interpolation punctuation.section.interpolation.end",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Parameters eg: <>",
"scope": "punctuation.definition.tag.begin,punctuation.definition.tag.end,punctuation.definition.reference.email.end.git,punctuation.definition.reference.email.begin.git",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Parameters eg: []",
"scope": "punctuation.section.sequence.begin,punctuation.section.sequence.end,punctuation.definition.link.begin,punctuation.definition.link.end,punctuation.definition.image.begin,punctuation.definition.image.end",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Line-continuation characters, such as in Python and R",
"scope": "punctuation.separator.continuation",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Member access, scope resolution, or similar constructs",
"scope": "punctuation.accessor",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Property list, such CSS in HTML",
"scope": "punctuation.section.property-list",
"foreground": "var(cyan)"
},
{
"name": "PUNCTUATION - Section mapping, such as JSON, eg: \"{}\"",
"scope": "punctuation.section.mapping.begin,punctuation.section.mapping.end",
"foreground": "var(cyan)"
},
{
"name": "SOURCE - A language-specific variant of the following scope is typically applied to the entirety of a source code file",
"scope": "source",
"foreground": "var(purple)"
},
{
"name": "STORAGE - Types should use the following scope. Examples include int, bool and char",
"scope": "storage.type",
"foreground": "var(purple)"
},
{
"name": "STORAGE - Keywords that affect the storage of a variable, function or data structure should use the following scope. Examples include static, inline, const, public and private",
"scope": "storage.modifier",
"foreground": "var(purple)"
},
{
"name": "STORAGE - Keywords for functions or methods",
"scope": "storage.type.function keyword.declaration.function",
"foreground": "var(pink)"
},
{
"name": "STORAGE - Keywords for classes, structs, interfaces",
"scope": "storage.type.class keyword.declaration.class,storage.type.struct keyword.declaration.struct,storage.type.enum keyword.declaration.enum,storage.type.union keyword.declaration.union,storage.type.trait keyword.declaration.trait,storage.type.interface keyword.declaration.interface,storage.type.impl keyword.declaration.impl,storage.type keyword.declaration.type",
"foreground": "var(purple)"
},
{
"name": "STRING - Basic strings use the one",
"scope": "string.quoted.single,string.quoted.double,string.quoted.triple",
"foreground": "var(green)"
},
{
"name": "STRING - Strings that used unconventional quotes, such as < and > with C imports",
"scope": "string.quoted.other",
"foreground": "var(cyan)"
},
{
"name": "STRING - The entirety of a string, along with all punctuation, prefixes, suffixes and interpolations",
"scope": "meta.string",
"foreground": "var(cyan)"
},
{
"name": "STRING - Punctuation at the beginning and end of strings",
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
"foreground": "var(cyan)"
},
{
"name": "STRING - Unquoted strings, such as in Shell and Batch File",
"scope": "string.unquoted",
"foreground": "var(yellow)"
},
{
"name": "STRING - Regular expression literal",
"scope": "string.regexp",
"foreground": "var(yellow)"
},
{
"name": "STRING - When a string contain interpolated code",
"scope": "meta.interpolation",
"foreground": "var(yellow)"
},
{
"name": "STRING - The punctuation for an interpolated expression",
"scope": "punctuation.section.interpolation.begin,punctuation.section.interpolation.end",
"foreground": "var(yellow)"
},
{
"name": "STRING - Between the punctuation, the interpolated expression",
"scope": "source.language-suffix.embedded",
"foreground": "var(yellow)"
},
{
"name": "SUPPORT - Elements provided by a base frameworks",
"scope": "support.constant,support.function,support.module",
"foreground": "var(pink)"
},
{
"name": "SUPPORT - While also used for base frameworks, many syntaxes apply these to scopes unrecognized classes and types, effectively scoping all user constructs.",
"scope": "support.type,support.class,support.variable.property",
"foreground": "var(foreground)"
},
{
"name": "SUPPORT - Class Component",
"scope": "support.class.component",
"foreground": "var(purple)"
},
{
"name": "SUPPORT - Type Primitive",
"scope": "support.type.primitive",
"foreground": "var(yellow)"
},
{
"name": "TEXT - HTML",
"scope": "text.html",
"foreground": "var(foreground)"
},
{
"name": "TEXT - XML",
"scope": "text.xml",
"foreground": "var(foreground)"
},
{
"name": "VARIABLE - Declaration",
"scope": "variable.declaration,variable.other",
"foreground": "var(brown)"
},
{
"name": "VARIABLE - A generic variable",
"scope": "variable.other.readwrite",
"foreground": "var(foreground)"
},
{
"name": "VARIABLE - Symbols that are part of the variable name",
"scope": "punctuation.definition.variable",
"foreground": "var(cyan)"
},
{
"name": "VARIABLE - Immutable variables",
"scope": "variable.other.constant",
"foreground": "var(purple)"
},
{
"name": "VARIABLE - Reserved variable names that are specified by the language, such as this, self, super",
"scope": "variable.language",
"foreground": "var(red)"
},
{
"name": "VARIABLE - Parameters to a function or methods",
"scope": "variable.parameter",
"foreground": "var(yellow)"
},
{
"name": "VARIABLE - Fields, properties, members and attributes of a class",
"scope": "variable.other.member",
"foreground": "var(yellow)"
},
{
"name": "VARIABLE - Function and method name",
"scope": "variable.function",
"foreground": "var(blue)"
},
{
"name": "VARIABLE - The final label in an identifier that is part of an annotation",
"scope": "variable.annotation",
"foreground": "var(yellow)"
},
{
"name": "CSS - Attribute name ID",
"scope": "entity.other.attribute-name.id",
"foreground": "var(orange)"
},
{
"name": "CSS - Attribute name Class",
"scope": "entity.other.attribute-name.class",
"foreground": "var(yellow)"
},
{
"name": "CSS - Pseudo class",
"scope": "entity.other.pseudo-class",
"foreground": "var(purple)"
},
{
"name": "CSS - Pseudo element",
"scope": "entity.other.pseudo-element",
"foreground": "var(purple)"
},
{
"name": "HTML - Attribute name ID",
"scope": "meta.attribute-with-value.id. entity.other.attribute-name.id",
"foreground": "var(purple)"
},
{
"name": "HTML - Attribute name ID",
"scope": "meta.attribute-with-value.id. string.quoted.double. meta.toc-list.id.",
"foreground": "var(green)",
"font_style": "normal"
},
{
"name": "GIT - Text",
"scope": "text.git.commit meta.subject.git.commit markup.heading.subject.git.commit",
"foreground": "var(foreground)"
},
{
"name": "GIT - Author username",
"scope": "text.git.commit meta.reference.username.git entity.name.reference.username.git",
"font_style": "italic",
"foreground": "var(cyan)"
},
{
"name": "GIT - Author email",
"scope": "text.git.commit entity.name.reference.email.git",
"font_style": "italic",
"foreground": "var(blue)"
},
{
"name": "GIT - Comment Timestamp",
"scope": "text.git.commit comment.line.git.commit constant.language.timestamp.git.commit",
"foreground": "var(yellow)"
},
{
"name": "GIT - Reference number",
"scope": "text.git.commit meta.reference.issue.git constant.other.reference.issue.git",
"font_style": "bold",
"foreground": "var(purple)"
},
{
"name": "GIT - Hash number",
"scope": "text.git.commit meta.message.git.commit constant.other.hash.git.commit",
"font_style": "bold",
"foreground": "var(green)"
},
{
"name": "GIT - Resolved issue",
"scope": "text.git.commit keyword.other.resolved-issue.git",
"foreground": "var(red)"
},
{
"name": "JS - Console, \"console\"",
"scope": "support.type.object.console,support.class.console",
"foreground": "var(yellow)"
},
{
"name": "JS - Console, \"log\"",
"scope": "support.function.console",
"foreground": "var(blue)"
},
{
"name": "JS - Other property",
"scope": "source.js variable.other.property.js",
"foreground": "var(blue)"
},
{
"name": "JSON - Key ",
"scope": "meta.mapping.key.json string.quoted.double.json",
"foreground": "var(purple)"
},
{
"name": "JSON - Mapping Level 1",
"scope": "source.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(yellow)"
},
{
"name": "JSON - Mapping Level 2",
"scope": "source.json meta.mapping.value.json meta.mapping.value.json meta.mapping.key.json string.quoted.double.json",
"foreground": "var(orange)"
},
{
"name": "JSX - Meta",
"scope": "meta.jsx.js",
"foreground": "var(foreground)"
},
{
"name": "JSX - String Quoted",
"scope": "string.quoted.jsx",
"foreground": "var(green)"
},
{
"name": "PYTHON - Keyword declaration function",
"scope": "source.python keyword.declaration.function.python",
"foreground": "var(purple)"
},
{
"name": "PYTHON - Function magic",
"scope": "source.python support.function.magic.python",
"foreground": "var(blue)"
},
{
"name": "PYTHON - Function",
"scope": "source.python meta.function.python,source.python meta.qualified-name.python support.type.python",
"foreground": "var(blue)"
},
{
"name": "PYTHON - Qualified name",
"scope": "source.python meta.qualified-name.python",
"foreground": "var(cyan)"
},
{
"name": "PYTHON - Generic name",
"scope": "source.python variable.function.python meta.generic-name.python",
"foreground": "var(red)"
},
{
"name": "VUE - Console, \"console\"",
"scope": "text.html.vue meta.property.object",
"foreground": "var(foreground)"
},
{
"name": "YAML - Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(red)"
},
{
"name": "YAML - String",
"scope": "source.yaml string.unquoted",
"foreground": "var(green)"
},
{
"name": "Better Find Buffer - Total Files Count",
"scope": "variable.total_files_count.find-in-files",
"foreground": "var(blue)",
"font_style": "bold"
},
{
"name": "Better Find Buffer - Query Files Count",
"scope": "string.query.find-in-files",
"foreground": "var(green)",
"font_style": "underline bold"
},
{
"name": "Better Find Buffer - Match Count",
"scope": "variable.matched_count.find-in-files",
"foreground": "var(green)",
"font_style": "bold"
},
{
"name": "Better Find Buffer - Match Files Count",
"scope": "variable.matched_files_count.find-in-files",
"foreground": "var(blue)",
"font_style": "bold"
},
{
"name": "Better Find Buffer - No Match",
"scope": "variable.no_matches.find-in-files",
"foreground": "var(red)",
"font_style": "bold"
},
{
"name": "Better Find Buffer - Line Number",
"scope": "constant.numeric.line-number.find-in-files",
"foreground": "color(var(blue) alpha(0.2))"
},
{
"name": "Better Find Buffer - Match",
"scope": "match.find-in-files",
"background": "color(var(blue) alpha(0.2))"
},
{
"name": "Better Find Buffer - Line Number Match",
"scope": "constant.numeric.line-number.match.find-in-files",
"foreground": "var(accent)",
"background": "color(var(blue) alpha(0.1))"
},
{
"name": "Better Find Buffer - Punctuation Line Number Match",
"scope": "punctuation.line-number.match.find-in-files",
"foreground": "color(var(blue) alpha(0.1))",
"background": "color(var(blue) alpha(0.1))"
},
{
"name": "Better Find Buffer - File name",
"scope": "entity.name.filename.find-in-files",
"foreground": "var(white)",
"background": "var(accent)",
"font_style": "bold"
},
{
"name": "Better Find Buffer - Footer",
"scope": "footer.find-in-files",
"background": "var(background)"
}
]
}