@lobehub/ui 1.11.2 → 1.11.4

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
+ import { colorScales } from "../styles/colors";
2
+ export var themeConfig = function themeConfig(isDarkMode) {
3
+ var type = isDarkMode ? 'dark' : 'light';
4
+ var theme = {
5
+ red: isDarkMode ? colorScales.tomato[type][9] : colorScales.red[type][10],
6
+ brightRed: isDarkMode ? colorScales.tomato[type][9] : colorScales.red[type][10],
7
+ yellow: isDarkMode ? colorScales.amber[type][9] : colorScales.amber[type][10],
8
+ brightYellow: isDarkMode ? colorScales.yellow[type][9] : colorScales.brown[type][10],
9
+ green: isDarkMode ? colorScales.lime[type][9] : colorScales.grass[type][10],
10
+ brightGreen: isDarkMode ? colorScales.lime[type][9] : colorScales.grass[type][10],
11
+ cyan: '#42b3c2',
12
+ brightCyan: '#4cd1e0',
13
+ blue: isDarkMode ? colorScales.sky[type][9] : colorScales.blue[type][10],
14
+ brightBlue: isDarkMode ? colorScales.sky[type][9] : colorScales.blue[type][10],
15
+ magenta: '#c162de',
16
+ brightMagenta: isDarkMode ? colorScales.purple[type][10] : colorScales.violet[type][10],
17
+ white: isDarkMode ? colorScales.slate[type][10] : colorScales.gray[type][10],
18
+ brightWhite: isDarkMode ? colorScales.gray[type][11] : colorScales.gray[type][10],
19
+ black: isDarkMode ? colorScales.slate[type][10] : colorScales.gray[type][10],
20
+ brightBlack: '#4f5666'
21
+ };
22
+ var color0 = '#ffffff';
23
+ var color1 = '#56b6c2';
24
+ var color2 = theme.brightMagenta;
25
+ var color3 = theme.yellow;
26
+ var color4 = '#abb2bf';
27
+ var color5 = theme.brightWhite;
28
+ var color6 = theme.brightBlue;
29
+ var color7 = theme.yellow;
30
+ var color8 = '#5c6370';
31
+ var color9 = theme.brightGreen;
32
+ var colorA = '#f44747';
33
+ var colorB = '#BE5046';
34
+ var colorC = '#7f848e';
35
+ return {
36
+ name: type,
37
+ type: type,
38
+ semanticHighlighting: true,
39
+ semanticTokenColors: {
40
+ enumMember: {
41
+ foreground: color1
42
+ },
43
+ 'variable.constant': {
44
+ foreground: color2
45
+ },
46
+ 'variable.defaultLibrary': {
47
+ foreground: color3
48
+ },
49
+ 'variable:dart': {
50
+ foreground: color2
51
+ },
52
+ 'property:dart': {
53
+ foreground: color2
54
+ },
55
+ 'annotation:dart': {
56
+ foreground: color2
57
+ },
58
+ 'parameter.label:dart': {
59
+ foreground: color4
60
+ },
61
+ macro: {
62
+ foreground: color2
63
+ },
64
+ tomlArrayKey: {
65
+ foreground: color3
66
+ }
67
+ },
68
+ tokenColors: [{
69
+ scope: 'meta.embedded',
70
+ settings: {
71
+ foreground: color4
72
+ }
73
+ }, {
74
+ name: 'unison punctuation',
75
+ scope: 'punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison',
76
+ settings: {
77
+ foreground: color5
78
+ }
79
+ }, {
80
+ name: 'haskell variable generic-type',
81
+ scope: 'variable.other.generic-type.haskell',
82
+ settings: {
83
+ foreground: color6
84
+ }
85
+ }, {
86
+ name: 'haskell storage type',
87
+ scope: 'storage.type.haskell',
88
+ settings: {
89
+ foreground: color2
90
+ }
91
+ }, {
92
+ name: 'support.variable.magic.python',
93
+ scope: 'support.variable.magic.python',
94
+ settings: {
95
+ foreground: color5
96
+ }
97
+ }, {
98
+ name: 'punctuation.separator.parameters.python',
99
+ scope: 'punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python',
100
+ settings: {
101
+ foreground: color4
102
+ }
103
+ }, {
104
+ name: 'variable.parameter.function.language.special.self.python',
105
+ scope: 'variable.parameter.function.language.special.self.python',
106
+ settings: {
107
+ foreground: color3
108
+ }
109
+ }, {
110
+ name: 'variable.parameter.function.language.special.cls.python',
111
+ scope: 'variable.parameter.function.language.special.cls.python',
112
+ settings: {
113
+ foreground: color3
114
+ }
115
+ }, {
116
+ name: 'storage.modifier.lifetime.rust',
117
+ scope: 'storage.modifier.lifetime.rust',
118
+ settings: {
119
+ foreground: color4
120
+ }
121
+ }, {
122
+ name: 'support.function.std.rust',
123
+ scope: 'support.function.std.rust',
124
+ settings: {
125
+ foreground: color7
126
+ }
127
+ }, {
128
+ name: 'entity.name.lifetime.rust',
129
+ scope: 'entity.name.lifetime.rust',
130
+ settings: {
131
+ foreground: color3
132
+ }
133
+ }, {
134
+ name: 'variable.language.rust',
135
+ scope: 'variable.language.rust',
136
+ settings: {
137
+ foreground: color5
138
+ }
139
+ }, {
140
+ name: 'support.constant.edge',
141
+ scope: 'support.constant.edge',
142
+ settings: {
143
+ foreground: color6
144
+ }
145
+ }, {
146
+ name: 'regexp constant character-class',
147
+ scope: 'constant.other.character-class.regexp',
148
+ settings: {
149
+ foreground: color5
150
+ }
151
+ }, {
152
+ name: 'keyword.operator',
153
+ scope: ['keyword.operator.word'],
154
+ settings: {
155
+ foreground: color6
156
+ }
157
+ }, {
158
+ name: 'regexp operator.quantifier',
159
+ scope: 'keyword.operator.quantifier.regexp',
160
+ settings: {
161
+ foreground: color2
162
+ }
163
+ }, {
164
+ name: 'Text',
165
+ scope: 'variable.parameter.function',
166
+ settings: {
167
+ foreground: color4
168
+ }
169
+ }, {
170
+ name: 'Comment Markup Link',
171
+ scope: 'comment markup.link',
172
+ settings: {
173
+ foreground: color8
174
+ }
175
+ }, {
176
+ name: 'markup diff',
177
+ scope: 'markup.changed.diff',
178
+ settings: {
179
+ foreground: color3
180
+ }
181
+ }, {
182
+ name: 'diff',
183
+ scope: 'meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff',
184
+ settings: {
185
+ foreground: color7
186
+ }
187
+ }, {
188
+ name: 'inserted.diff',
189
+ scope: 'markup.inserted.diff',
190
+ settings: {
191
+ foreground: color9
192
+ }
193
+ }, {
194
+ name: 'deleted.diff',
195
+ scope: 'markup.deleted.diff',
196
+ settings: {
197
+ foreground: color5
198
+ }
199
+ }, {
200
+ name: 'c++ function',
201
+ scope: 'meta.function.c,meta.function.cpp',
202
+ settings: {
203
+ foreground: color5
204
+ }
205
+ }, {
206
+ name: 'c++ block',
207
+ scope: 'punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c',
208
+ settings: {
209
+ foreground: color4
210
+ }
211
+ }, {
212
+ name: 'js/ts punctuation separator key-value',
213
+ scope: 'punctuation.separator.key-value',
214
+ settings: {
215
+ foreground: color4
216
+ }
217
+ }, {
218
+ name: 'js/ts import keyword',
219
+ scope: 'keyword.operator.expression.import',
220
+ settings: {
221
+ foreground: color7
222
+ }
223
+ }, {
224
+ name: 'math js/ts',
225
+ scope: 'support.constant.math',
226
+ settings: {
227
+ foreground: color3
228
+ }
229
+ }, {
230
+ name: 'math property js/ts',
231
+ scope: 'support.constant.property.math',
232
+ settings: {
233
+ foreground: color2
234
+ }
235
+ }, {
236
+ name: 'js/ts variable.other.constant',
237
+ scope: 'variable.other.constant',
238
+ settings: {
239
+ foreground: color3
240
+ }
241
+ }, {
242
+ name: 'java type',
243
+ scope: ['storage.type.annotation.java', 'storage.type.object.array.java'],
244
+ settings: {
245
+ foreground: color3
246
+ }
247
+ }, {
248
+ name: 'java source',
249
+ scope: 'source.java',
250
+ settings: {
251
+ foreground: color5
252
+ }
253
+ }, {
254
+ name: 'java modifier.import',
255
+ scope: 'punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java',
256
+ settings: {
257
+ foreground: color4
258
+ }
259
+ }, {
260
+ name: 'java modifier.import',
261
+ scope: 'meta.method.java',
262
+ settings: {
263
+ foreground: color7
264
+ }
265
+ }, {
266
+ name: 'java modifier.import',
267
+ scope: 'storage.modifier.import.java,storage.type.java,storage.type.generic.java',
268
+ settings: {
269
+ foreground: color3
270
+ }
271
+ }, {
272
+ name: 'java instanceof',
273
+ scope: 'keyword.operator.instanceof.java',
274
+ settings: {
275
+ foreground: color6
276
+ }
277
+ }, {
278
+ name: 'java variable.name',
279
+ scope: 'meta.definition.variable.name.java',
280
+ settings: {
281
+ foreground: color5
282
+ }
283
+ }, {
284
+ name: 'operator logical',
285
+ scope: 'keyword.operator.logical',
286
+ settings: {
287
+ foreground: color1
288
+ }
289
+ }, {
290
+ name: 'operator bitwise',
291
+ scope: 'keyword.operator.bitwise',
292
+ settings: {
293
+ foreground: color1
294
+ }
295
+ }, {
296
+ name: 'operator channel',
297
+ scope: 'keyword.operator.channel',
298
+ settings: {
299
+ foreground: color1
300
+ }
301
+ }, {
302
+ name: 'support.constant.property-value.scss',
303
+ scope: 'support.constant.property-value.scss,support.constant.property-value.css',
304
+ settings: {
305
+ foreground: color2
306
+ }
307
+ }, {
308
+ name: 'CSS/SCSS/LESS Operators',
309
+ scope: 'keyword.operator.css,keyword.operator.scss,keyword.operator.less',
310
+ settings: {
311
+ foreground: color1
312
+ }
313
+ }, {
314
+ name: 'css color standard name',
315
+ scope: 'support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss',
316
+ settings: {
317
+ foreground: color2
318
+ }
319
+ }, {
320
+ name: 'css comma',
321
+ scope: 'punctuation.separator.list.comma.css',
322
+ settings: {
323
+ foreground: color4
324
+ }
325
+ }, {
326
+ name: 'css attribute-name.id',
327
+ scope: 'support.constant.color.w3c-standard-color-name.css',
328
+ settings: {
329
+ foreground: color2
330
+ }
331
+ }, {
332
+ name: 'css property-name',
333
+ scope: 'support.type.vendored.property-name.css',
334
+ settings: {
335
+ foreground: color1
336
+ }
337
+ }, {
338
+ name: 'js/ts module',
339
+ scope: 'support.module.node,support.type.object.module,support.module.node',
340
+ settings: {
341
+ foreground: color3
342
+ }
343
+ }, {
344
+ name: 'entity.name.type.module',
345
+ scope: 'entity.name.type.module',
346
+ settings: {
347
+ foreground: color3
348
+ }
349
+ }, {
350
+ name: 'js variable readwrite',
351
+ scope: 'variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node',
352
+ settings: {
353
+ foreground: color5
354
+ }
355
+ }, {
356
+ name: 'js/ts json',
357
+ scope: 'support.constant.json',
358
+ settings: {
359
+ foreground: color2
360
+ }
361
+ }, {
362
+ name: 'js/ts Keyword',
363
+ scope: ['keyword.operator.expression.instanceof', 'keyword.operator.new', 'keyword.operator.ternary', 'keyword.operator.optional', 'keyword.operator.expression.keyof'],
364
+ settings: {
365
+ foreground: color6
366
+ }
367
+ }, {
368
+ name: 'js/ts console',
369
+ scope: 'support.type.object.console',
370
+ settings: {
371
+ foreground: color5
372
+ }
373
+ }, {
374
+ name: 'js/ts support.variable.property.process',
375
+ scope: 'support.variable.property.process',
376
+ settings: {
377
+ foreground: color2
378
+ }
379
+ }, {
380
+ name: 'js console function',
381
+ scope: 'entity.name.function,support.function.console',
382
+ settings: {
383
+ foreground: color7
384
+ }
385
+ }, {
386
+ name: 'keyword.operator.misc.rust',
387
+ scope: 'keyword.operator.misc.rust',
388
+ settings: {
389
+ foreground: color4
390
+ }
391
+ }, {
392
+ name: 'keyword.operator.sigil.rust',
393
+ scope: 'keyword.operator.sigil.rust',
394
+ settings: {
395
+ foreground: color6
396
+ }
397
+ }, {
398
+ name: 'operator',
399
+ scope: 'keyword.operator.delete',
400
+ settings: {
401
+ foreground: color6
402
+ }
403
+ }, {
404
+ name: 'js dom',
405
+ scope: 'support.type.object.dom',
406
+ settings: {
407
+ foreground: color1
408
+ }
409
+ }, {
410
+ name: 'js dom variable',
411
+ scope: 'support.variable.dom,support.variable.property.dom',
412
+ settings: {
413
+ foreground: color5
414
+ }
415
+ }, {
416
+ name: 'keyword.operator',
417
+ scope: 'keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational',
418
+ settings: {
419
+ foreground: color1
420
+ }
421
+ }, {
422
+ name: 'C operator assignment',
423
+ scope: 'keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp',
424
+ settings: {
425
+ foreground: color6
426
+ }
427
+ }, {
428
+ name: 'Punctuation',
429
+ scope: 'punctuation.separator.delimiter',
430
+ settings: {
431
+ foreground: color4
432
+ }
433
+ }, {
434
+ name: 'Other punctuation .c',
435
+ scope: 'punctuation.separator.c,punctuation.separator.cpp',
436
+ settings: {
437
+ foreground: color6
438
+ }
439
+ }, {
440
+ name: 'C type posix-reserved',
441
+ scope: 'support.type.posix-reserved.c,support.type.posix-reserved.cpp',
442
+ settings: {
443
+ foreground: color1
444
+ }
445
+ }, {
446
+ name: 'keyword.operator.sizeof.c',
447
+ scope: 'keyword.operator.sizeof.c,keyword.operator.sizeof.cpp',
448
+ settings: {
449
+ foreground: color6
450
+ }
451
+ }, {
452
+ name: 'python parameter',
453
+ scope: 'variable.parameter.function.language.python',
454
+ settings: {
455
+ foreground: color2
456
+ }
457
+ }, {
458
+ name: 'python type',
459
+ scope: 'support.type.python',
460
+ settings: {
461
+ foreground: color1
462
+ }
463
+ }, {
464
+ name: 'python logical',
465
+ scope: 'keyword.operator.logical.python',
466
+ settings: {
467
+ foreground: color6
468
+ }
469
+ }, {
470
+ name: 'pyCs',
471
+ scope: 'variable.parameter.function.python',
472
+ settings: {
473
+ foreground: color2
474
+ }
475
+ }, {
476
+ name: 'python block',
477
+ scope: 'punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python',
478
+ settings: {
479
+ foreground: color4
480
+ }
481
+ }, {
482
+ name: 'python function-call.generic',
483
+ scope: 'meta.function-call.generic.python',
484
+ settings: {
485
+ foreground: color7
486
+ }
487
+ }, {
488
+ name: 'python placeholder reset to normal string',
489
+ scope: 'constant.character.format.placeholder.other.python',
490
+ settings: {
491
+ foreground: color2
492
+ }
493
+ }, {
494
+ name: 'Operators',
495
+ scope: 'keyword.operator',
496
+ settings: {
497
+ foreground: color4
498
+ }
499
+ }, {
500
+ name: 'Compound Assignment Operators',
501
+ scope: 'keyword.operator.assignment.compound',
502
+ settings: {
503
+ foreground: color6
504
+ }
505
+ }, {
506
+ name: 'Compound Assignment Operators js/ts',
507
+ scope: 'keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts',
508
+ settings: {
509
+ foreground: color1
510
+ }
511
+ }, {
512
+ name: 'Keywords',
513
+ scope: 'keyword',
514
+ settings: {
515
+ foreground: color6
516
+ }
517
+ }, {
518
+ name: 'Namespaces',
519
+ scope: 'entity.name.namespace',
520
+ settings: {
521
+ foreground: color3
522
+ }
523
+ }, {
524
+ name: 'Variables',
525
+ scope: 'variable',
526
+ settings: {
527
+ foreground: color5
528
+ }
529
+ }, {
530
+ name: 'Variables',
531
+ scope: 'variable.c',
532
+ settings: {
533
+ foreground: color4
534
+ }
535
+ }, {
536
+ name: 'Language variables',
537
+ scope: 'variable.language',
538
+ settings: {
539
+ foreground: color3
540
+ }
541
+ }, {
542
+ name: 'Java Variables',
543
+ scope: 'token.variable.parameter.java',
544
+ settings: {
545
+ foreground: color4
546
+ }
547
+ }, {
548
+ name: 'Java Imports',
549
+ scope: 'import.storage.java',
550
+ settings: {
551
+ foreground: color3
552
+ }
553
+ }, {
554
+ name: 'Packages',
555
+ scope: 'token.package.keyword',
556
+ settings: {
557
+ foreground: color6
558
+ }
559
+ }, {
560
+ name: 'Packages',
561
+ scope: 'token.package',
562
+ settings: {
563
+ foreground: color4
564
+ }
565
+ }, {
566
+ name: 'Functions',
567
+ scope: ['entity.name.function', 'meta.require', 'support.function.any-method', 'variable.function'],
568
+ settings: {
569
+ foreground: color7
570
+ }
571
+ }, {
572
+ name: 'Classes',
573
+ scope: 'entity.name.type.namespace',
574
+ settings: {
575
+ foreground: color3
576
+ }
577
+ }, {
578
+ name: 'Classes',
579
+ scope: 'support.class, entity.name.type.class',
580
+ settings: {
581
+ foreground: color3
582
+ }
583
+ }, {
584
+ name: 'Class name',
585
+ scope: 'entity.name.class.identifier.namespace.type',
586
+ settings: {
587
+ foreground: color3
588
+ }
589
+ }, {
590
+ name: 'Class name',
591
+ scope: ['entity.name.class', 'variable.other.class.js', 'variable.other.class.ts'],
592
+ settings: {
593
+ foreground: color3
594
+ }
595
+ }, {
596
+ name: 'Class name php',
597
+ scope: 'variable.other.class.php',
598
+ settings: {
599
+ foreground: color5
600
+ }
601
+ }, {
602
+ name: 'Type Name',
603
+ scope: 'entity.name.type',
604
+ settings: {
605
+ foreground: color3
606
+ }
607
+ }, {
608
+ name: 'Keyword Control',
609
+ scope: 'keyword.control',
610
+ settings: {
611
+ foreground: color6
612
+ }
613
+ }, {
614
+ name: 'Control Elements',
615
+ scope: 'control.elements, keyword.operator.less',
616
+ settings: {
617
+ foreground: color2
618
+ }
619
+ }, {
620
+ name: 'Methods',
621
+ scope: 'keyword.other.special-method',
622
+ settings: {
623
+ foreground: color7
624
+ }
625
+ }, {
626
+ name: 'Storage',
627
+ scope: 'storage',
628
+ settings: {
629
+ foreground: color6
630
+ }
631
+ }, {
632
+ name: 'Storage JS TS',
633
+ scope: 'token.storage',
634
+ settings: {
635
+ foreground: color6
636
+ }
637
+ }, {
638
+ name: 'Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void',
639
+ scope: 'keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void',
640
+ settings: {
641
+ foreground: color6
642
+ }
643
+ }, {
644
+ name: 'Java Storage',
645
+ scope: 'token.storage.type.java',
646
+ settings: {
647
+ foreground: color3
648
+ }
649
+ }, {
650
+ name: 'Support',
651
+ scope: 'support.function',
652
+ settings: {
653
+ foreground: color1
654
+ }
655
+ }, {
656
+ name: 'Support type',
657
+ scope: 'support.type.property-name',
658
+ settings: {
659
+ foreground: color4
660
+ }
661
+ }, {
662
+ name: '[VSCODE-CUSTOM] toml support',
663
+ scope: 'support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml',
664
+ settings: {
665
+ foreground: color5
666
+ }
667
+ }, {
668
+ name: 'Support type',
669
+ scope: 'support.constant.property-value',
670
+ settings: {
671
+ foreground: color4
672
+ }
673
+ }, {
674
+ name: 'Support type',
675
+ scope: 'support.constant.font-name',
676
+ settings: {
677
+ foreground: color2
678
+ }
679
+ }, {
680
+ name: 'Meta tag',
681
+ scope: 'meta.tag',
682
+ settings: {
683
+ foreground: color4
684
+ }
685
+ }, {
686
+ name: 'Strings',
687
+ scope: 'string',
688
+ settings: {
689
+ foreground: color9
690
+ }
691
+ }, {
692
+ name: 'Constant other symbol',
693
+ scope: 'constant.other.symbol',
694
+ settings: {
695
+ foreground: color1
696
+ }
697
+ }, {
698
+ name: 'Integers',
699
+ scope: 'constant.numeric',
700
+ settings: {
701
+ foreground: color2
702
+ }
703
+ }, {
704
+ name: 'Constants',
705
+ scope: 'constant',
706
+ settings: {
707
+ foreground: color2
708
+ }
709
+ }, {
710
+ name: 'Constants',
711
+ scope: 'punctuation.definition.constant',
712
+ settings: {
713
+ foreground: color2
714
+ }
715
+ }, {
716
+ name: 'Tags',
717
+ scope: 'entity.name.tag',
718
+ settings: {
719
+ foreground: color5
720
+ }
721
+ }, {
722
+ name: 'Attributes',
723
+ scope: 'entity.other.attribute-name',
724
+ settings: {
725
+ foreground: color2
726
+ }
727
+ }, {
728
+ name: 'Attribute IDs',
729
+ scope: 'entity.other.attribute-name.id',
730
+ settings: {
731
+ foreground: color7
732
+ }
733
+ }, {
734
+ name: 'Attribute class',
735
+ scope: 'entity.other.attribute-name.class.css',
736
+ settings: {
737
+ foreground: color2
738
+ }
739
+ }, {
740
+ name: 'Selector',
741
+ scope: 'meta.selector',
742
+ settings: {
743
+ foreground: color6
744
+ }
745
+ }, {
746
+ name: 'Headings',
747
+ scope: 'markup.heading',
748
+ settings: {
749
+ foreground: color5
750
+ }
751
+ }, {
752
+ name: 'Headings',
753
+ scope: 'markup.heading punctuation.definition.heading, entity.name.section',
754
+ settings: {
755
+ foreground: color7
756
+ }
757
+ }, {
758
+ name: 'Units',
759
+ scope: 'keyword.other.unit',
760
+ settings: {
761
+ foreground: color5
762
+ }
763
+ }, {
764
+ name: 'Bold',
765
+ scope: 'markup.bold,todo.bold',
766
+ settings: {
767
+ foreground: color2
768
+ }
769
+ }, {
770
+ name: 'Bold',
771
+ scope: 'punctuation.definition.bold',
772
+ settings: {
773
+ foreground: color3
774
+ }
775
+ }, {
776
+ name: 'markup Italic',
777
+ scope: 'markup.italic, punctuation.definition.italic,todo.emphasis',
778
+ settings: {
779
+ foreground: color6
780
+ }
781
+ }, {
782
+ name: 'emphasis md',
783
+ scope: 'emphasis md',
784
+ settings: {
785
+ foreground: color6
786
+ }
787
+ }, {
788
+ name: '[VSCODE-CUSTOM] Markdown headings',
789
+ scope: 'entity.name.section.markdown',
790
+ settings: {
791
+ foreground: color5
792
+ }
793
+ }, {
794
+ name: '[VSCODE-CUSTOM] Markdown heading Punctuation Definition',
795
+ scope: 'punctuation.definition.heading.markdown',
796
+ settings: {
797
+ foreground: color5
798
+ }
799
+ }, {
800
+ name: 'punctuation.definition.list.begin.markdown',
801
+ scope: 'punctuation.definition.list.begin.markdown',
802
+ settings: {
803
+ foreground: color3
804
+ }
805
+ }, {
806
+ name: '[VSCODE-CUSTOM] Markdown heading setext',
807
+ scope: 'markup.heading.setext',
808
+ settings: {
809
+ foreground: color4
810
+ }
811
+ }, {
812
+ name: '[VSCODE-CUSTOM] Markdown Punctuation Definition Bold',
813
+ scope: 'punctuation.definition.bold.markdown',
814
+ settings: {
815
+ foreground: color2
816
+ }
817
+ }, {
818
+ name: '[VSCODE-CUSTOM] Markdown Inline Raw',
819
+ scope: 'markup.inline.raw.markdown',
820
+ settings: {
821
+ foreground: color9
822
+ }
823
+ }, {
824
+ name: '[VSCODE-CUSTOM] Markdown Inline Raw',
825
+ scope: 'markup.inline.raw.string.markdown',
826
+ settings: {
827
+ foreground: color9
828
+ }
829
+ }, {
830
+ name: '[VSCODE-CUSTOM] Markdown Inline Raw punctuation',
831
+ scope: 'punctuation.definition.raw.markdown',
832
+ settings: {
833
+ foreground: color3
834
+ }
835
+ }, {
836
+ name: '[VSCODE-CUSTOM] Markdown List Punctuation Definition',
837
+ scope: 'punctuation.definition.list.markdown',
838
+ settings: {
839
+ foreground: color3
840
+ }
841
+ }, {
842
+ name: '[VSCODE-CUSTOM] Markdown Punctuation Definition String',
843
+ scope: ['punctuation.definition.string.begin.markdown', 'punctuation.definition.string.end.markdown', 'punctuation.definition.metadata.markdown'],
844
+ settings: {
845
+ foreground: color5
846
+ }
847
+ }, {
848
+ name: 'beginning.punctuation.definition.list.markdown',
849
+ scope: ['beginning.punctuation.definition.list.markdown'],
850
+ settings: {
851
+ foreground: color5
852
+ }
853
+ }, {
854
+ name: '[VSCODE-CUSTOM] Markdown Punctuation Definition Link',
855
+ scope: 'punctuation.definition.metadata.markdown',
856
+ settings: {
857
+ foreground: color5
858
+ }
859
+ }, {
860
+ name: '[VSCODE-CUSTOM] Markdown Underline Link/Image',
861
+ scope: 'markup.underline.link.markdown,markup.underline.link.image.markdown',
862
+ settings: {
863
+ foreground: color6
864
+ }
865
+ }, {
866
+ name: '[VSCODE-CUSTOM] Markdown Link Title/Description',
867
+ scope: 'string.other.link.title.markdown,string.other.link.description.markdown',
868
+ settings: {
869
+ foreground: color7
870
+ }
871
+ }, {
872
+ name: '[VSCODE-CUSTOM] Asciidoc Inline Raw',
873
+ scope: 'markup.raw.monospace.asciidoc',
874
+ settings: {
875
+ foreground: color9
876
+ }
877
+ }, {
878
+ name: '[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition',
879
+ scope: 'punctuation.definition.asciidoc',
880
+ settings: {
881
+ foreground: color3
882
+ }
883
+ }, {
884
+ name: '[VSCODE-CUSTOM] Asciidoc List Punctuation Definition',
885
+ scope: 'markup.list.asciidoc',
886
+ settings: {
887
+ foreground: color3
888
+ }
889
+ }, {
890
+ name: '[VSCODE-CUSTOM] Asciidoc underline link',
891
+ scope: 'markup.link.asciidoc,markup.other.url.asciidoc',
892
+ settings: {
893
+ foreground: color6
894
+ }
895
+ }, {
896
+ name: '[VSCODE-CUSTOM] Asciidoc link name',
897
+ scope: 'string.unquoted.asciidoc,markup.other.url.asciidoc',
898
+ settings: {
899
+ foreground: color7
900
+ }
901
+ }, {
902
+ name: 'Regular Expressions',
903
+ scope: 'string.regexp',
904
+ settings: {
905
+ foreground: color1
906
+ }
907
+ }, {
908
+ name: 'Embedded',
909
+ scope: 'punctuation.section.embedded, variable.interpolation',
910
+ settings: {
911
+ foreground: color5
912
+ }
913
+ }, {
914
+ name: 'Embedded',
915
+ scope: 'punctuation.section.embedded.begin,punctuation.section.embedded.end',
916
+ settings: {
917
+ foreground: color6
918
+ }
919
+ }, {
920
+ name: 'illegal',
921
+ scope: 'invalid.illegal',
922
+ settings: {
923
+ foreground: color0
924
+ }
925
+ }, {
926
+ name: 'illegal',
927
+ scope: 'invalid.illegal.bad-ampersand.html',
928
+ settings: {
929
+ foreground: color4
930
+ }
931
+ }, {
932
+ scope: 'invalid.illegal.unrecognized-tag.html',
933
+ settings: {
934
+ foreground: color5
935
+ }
936
+ }, {
937
+ name: 'Broken',
938
+ scope: 'invalid.broken',
939
+ settings: {
940
+ foreground: color0
941
+ }
942
+ }, {
943
+ name: 'Deprecated',
944
+ scope: 'invalid.deprecated',
945
+ settings: {
946
+ foreground: color0
947
+ }
948
+ }, {
949
+ name: 'html Deprecated',
950
+ scope: 'invalid.deprecated.entity.other.attribute-name.html',
951
+ settings: {
952
+ foreground: color2
953
+ }
954
+ }, {
955
+ name: 'Unimplemented',
956
+ scope: 'invalid.unimplemented',
957
+ settings: {
958
+ foreground: color0
959
+ }
960
+ }, {
961
+ name: 'Source Json Meta Structure Dictionary Json > String Quoted Json',
962
+ scope: 'source.json meta.structure.dictionary.json > string.quoted.json',
963
+ settings: {
964
+ foreground: color5
965
+ }
966
+ }, {
967
+ name: 'Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String',
968
+ scope: 'source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string',
969
+ settings: {
970
+ foreground: color5
971
+ }
972
+ }, {
973
+ name: 'Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation',
974
+ scope: 'source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation',
975
+ settings: {
976
+ foreground: color9
977
+ }
978
+ }, {
979
+ name: 'Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json',
980
+ scope: 'source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json',
981
+ settings: {
982
+ foreground: color1
983
+ }
984
+ }, {
985
+ name: '[VSCODE-CUSTOM] JSON Property Name',
986
+ scope: 'support.type.property-name.json',
987
+ settings: {
988
+ foreground: color5
989
+ }
990
+ }, {
991
+ name: '[VSCODE-CUSTOM] JSON Punctuation for Property Name',
992
+ scope: 'support.type.property-name.json punctuation',
993
+ settings: {
994
+ foreground: color5
995
+ }
996
+ }, {
997
+ name: 'laravel blade tag',
998
+ scope: 'text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade',
999
+ settings: {
1000
+ foreground: color6
1001
+ }
1002
+ }, {
1003
+ name: 'laravel blade @',
1004
+ scope: 'text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade',
1005
+ settings: {
1006
+ foreground: color6
1007
+ }
1008
+ }, {
1009
+ name: 'use statement for other classes',
1010
+ scope: 'support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php',
1011
+ settings: {
1012
+ foreground: color3
1013
+ }
1014
+ }, {
1015
+ name: 'error suppression',
1016
+ scope: 'keyword.operator.error-control.php',
1017
+ settings: {
1018
+ foreground: color6
1019
+ }
1020
+ }, {
1021
+ name: 'php instanceof',
1022
+ scope: 'keyword.operator.type.php',
1023
+ settings: {
1024
+ foreground: color6
1025
+ }
1026
+ }, {
1027
+ name: 'style double quoted array index normal begin',
1028
+ scope: 'punctuation.section.array.begin.php',
1029
+ settings: {
1030
+ foreground: color4
1031
+ }
1032
+ }, {
1033
+ name: 'style double quoted array index normal end',
1034
+ scope: 'punctuation.section.array.end.php',
1035
+ settings: {
1036
+ foreground: color4
1037
+ }
1038
+ }, {
1039
+ name: 'php illegal.non-null-typehinted',
1040
+ scope: 'invalid.illegal.non-null-typehinted.php',
1041
+ settings: {
1042
+ foreground: colorA
1043
+ }
1044
+ }, {
1045
+ name: 'php types',
1046
+ scope: 'storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php',
1047
+ settings: {
1048
+ foreground: color3
1049
+ }
1050
+ }, {
1051
+ name: 'php call-function',
1052
+ scope: 'meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php',
1053
+ settings: {
1054
+ foreground: color7
1055
+ }
1056
+ }, {
1057
+ name: 'php function-resets',
1058
+ scope: 'punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php',
1059
+ settings: {
1060
+ foreground: color4
1061
+ }
1062
+ }, {
1063
+ name: 'support php constants',
1064
+ scope: 'support.constant.core.rust',
1065
+ settings: {
1066
+ foreground: color2
1067
+ }
1068
+ }, {
1069
+ name: 'support php constants',
1070
+ scope: 'support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php',
1071
+ settings: {
1072
+ foreground: color2
1073
+ }
1074
+ }, {
1075
+ name: 'php goto',
1076
+ scope: 'entity.name.goto-label.php,support.other.php',
1077
+ settings: {
1078
+ foreground: color7
1079
+ }
1080
+ }, {
1081
+ name: 'php logical/bitwise operator',
1082
+ scope: 'keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php',
1083
+ settings: {
1084
+ foreground: color1
1085
+ }
1086
+ }, {
1087
+ name: 'php regexp operator',
1088
+ scope: 'keyword.operator.regexp.php',
1089
+ settings: {
1090
+ foreground: color6
1091
+ }
1092
+ }, {
1093
+ name: 'php comparison',
1094
+ scope: 'keyword.operator.comparison.php',
1095
+ settings: {
1096
+ foreground: color1
1097
+ }
1098
+ }, {
1099
+ name: 'php heredoc/nowdoc',
1100
+ scope: 'keyword.operator.heredoc.php,keyword.operator.nowdoc.php',
1101
+ settings: {
1102
+ foreground: color6
1103
+ }
1104
+ }, {
1105
+ name: 'python function decorator @',
1106
+ scope: 'meta.function.decorator.python',
1107
+ settings: {
1108
+ foreground: color7
1109
+ }
1110
+ }, {
1111
+ name: 'python function support',
1112
+ scope: 'support.token.decorator.python,meta.function.decorator.identifier.python',
1113
+ settings: {
1114
+ foreground: color1
1115
+ }
1116
+ }, {
1117
+ name: 'parameter function js/ts',
1118
+ scope: 'function.parameter',
1119
+ settings: {
1120
+ foreground: color4
1121
+ }
1122
+ }, {
1123
+ name: 'brace function',
1124
+ scope: 'function.brace',
1125
+ settings: {
1126
+ foreground: color4
1127
+ }
1128
+ }, {
1129
+ name: 'parameter function ruby cs',
1130
+ scope: 'function.parameter.ruby, function.parameter.cs',
1131
+ settings: {
1132
+ foreground: color4
1133
+ }
1134
+ }, {
1135
+ name: 'constant.language.symbol.ruby',
1136
+ scope: 'constant.language.symbol.ruby',
1137
+ settings: {
1138
+ foreground: color1
1139
+ }
1140
+ }, {
1141
+ name: 'constant.language.symbol.hashkey.ruby',
1142
+ scope: 'constant.language.symbol.hashkey.ruby',
1143
+ settings: {
1144
+ foreground: color1
1145
+ }
1146
+ }, {
1147
+ name: 'rgb-value',
1148
+ scope: 'rgb-value',
1149
+ settings: {
1150
+ foreground: color1
1151
+ }
1152
+ }, {
1153
+ name: 'rgb value',
1154
+ scope: 'inline-color-decoration rgb-value',
1155
+ settings: {
1156
+ foreground: color2
1157
+ }
1158
+ }, {
1159
+ name: 'rgb value less',
1160
+ scope: 'less rgb-value',
1161
+ settings: {
1162
+ foreground: color2
1163
+ }
1164
+ }, {
1165
+ name: 'sass selector',
1166
+ scope: 'selector.sass',
1167
+ settings: {
1168
+ foreground: color5
1169
+ }
1170
+ }, {
1171
+ name: 'ts primitive/builtin types',
1172
+ scope: 'support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx',
1173
+ settings: {
1174
+ foreground: color3
1175
+ }
1176
+ }, {
1177
+ name: 'block scope',
1178
+ scope: 'block.scope.end,block.scope.begin',
1179
+ settings: {
1180
+ foreground: color4
1181
+ }
1182
+ }, {
1183
+ name: 'cs storage type',
1184
+ scope: 'storage.type.cs',
1185
+ settings: {
1186
+ foreground: color3
1187
+ }
1188
+ }, {
1189
+ name: 'cs local variable',
1190
+ scope: 'entity.name.variable.local.cs',
1191
+ settings: {
1192
+ foreground: color5
1193
+ }
1194
+ }, {
1195
+ scope: 'token.info-token',
1196
+ settings: {
1197
+ foreground: color7
1198
+ }
1199
+ }, {
1200
+ scope: 'token.warn-token',
1201
+ settings: {
1202
+ foreground: color2
1203
+ }
1204
+ }, {
1205
+ scope: 'token.error-token',
1206
+ settings: {
1207
+ foreground: colorA
1208
+ }
1209
+ }, {
1210
+ scope: 'token.debug-token',
1211
+ settings: {
1212
+ foreground: color6
1213
+ }
1214
+ }, {
1215
+ name: 'String interpolation',
1216
+ scope: ['punctuation.definition.template-expression.begin', 'punctuation.definition.template-expression.end', 'punctuation.section.embedded'],
1217
+ settings: {
1218
+ foreground: color6
1219
+ }
1220
+ }, {
1221
+ name: 'Reset JavaScript string interpolation expression',
1222
+ scope: ['meta.template.expression'],
1223
+ settings: {
1224
+ foreground: color4
1225
+ }
1226
+ }, {
1227
+ name: 'Import module JS',
1228
+ scope: ['keyword.operator.module'],
1229
+ settings: {
1230
+ foreground: color6
1231
+ }
1232
+ }, {
1233
+ name: 'js Flowtype',
1234
+ scope: ['support.type.type.flowtype'],
1235
+ settings: {
1236
+ foreground: color7
1237
+ }
1238
+ }, {
1239
+ name: 'js Flow',
1240
+ scope: ['support.type.primitive'],
1241
+ settings: {
1242
+ foreground: color3
1243
+ }
1244
+ }, {
1245
+ name: 'js class prop',
1246
+ scope: ['meta.property.object'],
1247
+ settings: {
1248
+ foreground: color5
1249
+ }
1250
+ }, {
1251
+ name: 'js func parameter',
1252
+ scope: ['variable.parameter.function.js'],
1253
+ settings: {
1254
+ foreground: color5
1255
+ }
1256
+ }, {
1257
+ name: 'js template literals begin',
1258
+ scope: ['keyword.other.template.begin'],
1259
+ settings: {
1260
+ foreground: color9
1261
+ }
1262
+ }, {
1263
+ name: 'js template literals end',
1264
+ scope: ['keyword.other.template.end'],
1265
+ settings: {
1266
+ foreground: color9
1267
+ }
1268
+ }, {
1269
+ name: 'js template literals variable braces begin',
1270
+ scope: ['keyword.other.substitution.begin'],
1271
+ settings: {
1272
+ foreground: color9
1273
+ }
1274
+ }, {
1275
+ name: 'js template literals variable braces end',
1276
+ scope: ['keyword.other.substitution.end'],
1277
+ settings: {
1278
+ foreground: color9
1279
+ }
1280
+ }, {
1281
+ name: 'js operator.assignment',
1282
+ scope: ['keyword.operator.assignment'],
1283
+ settings: {
1284
+ foreground: color1
1285
+ }
1286
+ }, {
1287
+ name: 'go operator',
1288
+ scope: ['keyword.operator.assignment.go'],
1289
+ settings: {
1290
+ foreground: color3
1291
+ }
1292
+ }, {
1293
+ name: 'go operator',
1294
+ scope: ['keyword.operator.arithmetic.go', 'keyword.operator.address.go'],
1295
+ settings: {
1296
+ foreground: color6
1297
+ }
1298
+ }, {
1299
+ name: 'Go package name',
1300
+ scope: ['entity.name.package.go'],
1301
+ settings: {
1302
+ foreground: color3
1303
+ }
1304
+ }, {
1305
+ name: 'elm prelude',
1306
+ scope: ['support.type.prelude.elm'],
1307
+ settings: {
1308
+ foreground: color1
1309
+ }
1310
+ }, {
1311
+ name: 'elm constant',
1312
+ scope: ['support.constant.elm'],
1313
+ settings: {
1314
+ foreground: color2
1315
+ }
1316
+ }, {
1317
+ name: 'template literal',
1318
+ scope: ['punctuation.quasi.element'],
1319
+ settings: {
1320
+ foreground: color6
1321
+ }
1322
+ }, {
1323
+ name: 'html/pug (jade) escaped characters and entities',
1324
+ scope: ['constant.character.entity'],
1325
+ settings: {
1326
+ foreground: color5
1327
+ }
1328
+ }, {
1329
+ name: 'styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour',
1330
+ scope: ['entity.other.attribute-name.pseudo-element', 'entity.other.attribute-name.pseudo-class'],
1331
+ settings: {
1332
+ foreground: color1
1333
+ }
1334
+ }, {
1335
+ name: 'Clojure globals',
1336
+ scope: ['entity.global.clojure'],
1337
+ settings: {
1338
+ foreground: color3
1339
+ }
1340
+ }, {
1341
+ name: 'Clojure symbols',
1342
+ scope: ['meta.symbol.clojure'],
1343
+ settings: {
1344
+ foreground: color5
1345
+ }
1346
+ }, {
1347
+ name: 'Clojure constants',
1348
+ scope: ['constant.keyword.clojure'],
1349
+ settings: {
1350
+ foreground: color1
1351
+ }
1352
+ }, {
1353
+ name: 'CoffeeScript Function Argument',
1354
+ scope: ['meta.arguments.coffee', 'variable.parameter.function.coffee'],
1355
+ settings: {
1356
+ foreground: color5
1357
+ }
1358
+ }, {
1359
+ name: 'Ini Default Text',
1360
+ scope: ['source.ini'],
1361
+ settings: {
1362
+ foreground: color9
1363
+ }
1364
+ }, {
1365
+ name: 'Makefile prerequisities',
1366
+ scope: ['meta.scope.prerequisites.makefile'],
1367
+ settings: {
1368
+ foreground: color5
1369
+ }
1370
+ }, {
1371
+ name: 'Makefile text colour',
1372
+ scope: ['source.makefile'],
1373
+ settings: {
1374
+ foreground: color3
1375
+ }
1376
+ }, {
1377
+ name: 'Groovy import names',
1378
+ scope: ['storage.modifier.import.groovy'],
1379
+ settings: {
1380
+ foreground: color3
1381
+ }
1382
+ }, {
1383
+ name: 'Groovy Methods',
1384
+ scope: ['meta.method.groovy'],
1385
+ settings: {
1386
+ foreground: color7
1387
+ }
1388
+ }, {
1389
+ name: 'Groovy Variables',
1390
+ scope: ['meta.definition.variable.name.groovy'],
1391
+ settings: {
1392
+ foreground: color5
1393
+ }
1394
+ }, {
1395
+ name: 'Groovy Inheritance',
1396
+ scope: ['meta.definition.class.inherited.classes.groovy'],
1397
+ settings: {
1398
+ foreground: color9
1399
+ }
1400
+ }, {
1401
+ name: 'HLSL Semantic',
1402
+ scope: ['support.variable.semantic.hlsl'],
1403
+ settings: {
1404
+ foreground: color3
1405
+ }
1406
+ }, {
1407
+ name: 'HLSL Types',
1408
+ scope: ['support.type.texture.hlsl', 'support.type.sampler.hlsl', 'support.type.object.hlsl', 'support.type.object.rw.hlsl', 'support.type.fx.hlsl', 'support.type.object.hlsl'],
1409
+ settings: {
1410
+ foreground: color6
1411
+ }
1412
+ }, {
1413
+ name: 'SQL Variables',
1414
+ scope: ['text.variable', 'text.bracketed'],
1415
+ settings: {
1416
+ foreground: color5
1417
+ }
1418
+ }, {
1419
+ name: 'types',
1420
+ scope: ['support.type.swift', 'support.type.vb.asp'],
1421
+ settings: {
1422
+ foreground: color3
1423
+ }
1424
+ }, {
1425
+ name: 'heading 1, keyword',
1426
+ scope: ['entity.name.function.xi'],
1427
+ settings: {
1428
+ foreground: color3
1429
+ }
1430
+ }, {
1431
+ name: 'heading 2, callable',
1432
+ scope: ['entity.name.class.xi'],
1433
+ settings: {
1434
+ foreground: color1
1435
+ }
1436
+ }, {
1437
+ name: 'heading 3, property',
1438
+ scope: ['constant.character.character-class.regexp.xi'],
1439
+ settings: {
1440
+ foreground: color5
1441
+ }
1442
+ }, {
1443
+ name: 'heading 4, type, class, interface',
1444
+ scope: ['constant.regexp.xi'],
1445
+ settings: {
1446
+ foreground: color6
1447
+ }
1448
+ }, {
1449
+ name: 'heading 5, enums, preprocessor, constant, decorator',
1450
+ scope: ['keyword.control.xi'],
1451
+ settings: {
1452
+ foreground: color1
1453
+ }
1454
+ }, {
1455
+ name: 'heading 6, number',
1456
+ scope: ['invalid.xi'],
1457
+ settings: {
1458
+ foreground: color4
1459
+ }
1460
+ }, {
1461
+ name: 'string',
1462
+ scope: ['beginning.punctuation.definition.quote.markdown.xi'],
1463
+ settings: {
1464
+ foreground: color9
1465
+ }
1466
+ }, {
1467
+ name: 'comments',
1468
+ scope: ['beginning.punctuation.definition.list.markdown.xi'],
1469
+ settings: {
1470
+ foreground: colorC
1471
+ }
1472
+ }, {
1473
+ name: 'link',
1474
+ scope: ['constant.character.xi'],
1475
+ settings: {
1476
+ foreground: color7
1477
+ }
1478
+ }, {
1479
+ name: 'accent',
1480
+ scope: ['accent.xi'],
1481
+ settings: {
1482
+ foreground: color7
1483
+ }
1484
+ }, {
1485
+ name: 'wikiword',
1486
+ scope: ['wikiword.xi'],
1487
+ settings: {
1488
+ foreground: color2
1489
+ }
1490
+ }, {
1491
+ name: "language operators like '+', '-' etc",
1492
+ scope: ['constant.other.color.rgb-value.xi'],
1493
+ settings: {
1494
+ foreground: color0
1495
+ }
1496
+ }, {
1497
+ name: 'elements to dim',
1498
+ scope: ['punctuation.definition.tag.xi'],
1499
+ settings: {
1500
+ foreground: color8
1501
+ }
1502
+ }, {
1503
+ name: 'C++/C#',
1504
+ scope: ['entity.name.label.cs', 'entity.name.scope-resolution.function.call', 'entity.name.scope-resolution.function.definition'],
1505
+ settings: {
1506
+ foreground: color3
1507
+ }
1508
+ }, {
1509
+ name: 'Markdown underscore-style headers',
1510
+ scope: ['entity.name.label.cs', 'markup.heading.setext.1.markdown', 'markup.heading.setext.2.markdown'],
1511
+ settings: {
1512
+ foreground: color5
1513
+ }
1514
+ }, {
1515
+ name: 'meta.brace.square',
1516
+ scope: [' meta.brace.square'],
1517
+ settings: {
1518
+ foreground: color4
1519
+ }
1520
+ }, {
1521
+ name: 'Comments',
1522
+ scope: 'comment, punctuation.definition.comment',
1523
+ settings: {
1524
+ foreground: colorC,
1525
+ fontStyle: 'italic'
1526
+ }
1527
+ }, {
1528
+ name: '[VSCODE-CUSTOM] Markdown Quote',
1529
+ scope: 'markup.quote.markdown',
1530
+ settings: {
1531
+ foreground: color8
1532
+ }
1533
+ }, {
1534
+ name: 'punctuation.definition.block.sequence.item.yaml',
1535
+ scope: 'punctuation.definition.block.sequence.item.yaml',
1536
+ settings: {
1537
+ foreground: color4
1538
+ }
1539
+ }, {
1540
+ scope: ['constant.language.symbol.elixir', 'constant.language.symbol.double-quoted.elixir'],
1541
+ settings: {
1542
+ foreground: color1
1543
+ }
1544
+ }, {
1545
+ scope: ['entity.name.variable.parameter.cs'],
1546
+ settings: {
1547
+ foreground: color3
1548
+ }
1549
+ }, {
1550
+ scope: ['entity.name.variable.field.cs'],
1551
+ settings: {
1552
+ foreground: color5
1553
+ }
1554
+ }, {
1555
+ name: 'Deleted',
1556
+ scope: 'markup.deleted',
1557
+ settings: {
1558
+ foreground: color5
1559
+ }
1560
+ }, {
1561
+ name: 'Inserted',
1562
+ scope: 'markup.inserted',
1563
+ settings: {
1564
+ foreground: color9
1565
+ }
1566
+ }, {
1567
+ name: 'Underline',
1568
+ scope: 'markup.underline',
1569
+ settings: {
1570
+ fontStyle: 'underline'
1571
+ }
1572
+ }, {
1573
+ name: 'punctuation.section.embedded.begin.php',
1574
+ scope: ['punctuation.section.embedded.begin.php', 'punctuation.section.embedded.end.php'],
1575
+ settings: {
1576
+ foreground: colorB
1577
+ }
1578
+ }, {
1579
+ name: 'support.other.namespace.php',
1580
+ scope: ['support.other.namespace.php'],
1581
+ settings: {
1582
+ foreground: color4
1583
+ }
1584
+ }, {
1585
+ name: 'variable.other.object',
1586
+ scope: ['variable.other.object'],
1587
+ settings: {
1588
+ foreground: color3
1589
+ }
1590
+ }, {
1591
+ name: 'variable.other.constant.property',
1592
+ scope: ['variable.other.constant.property'],
1593
+ settings: {
1594
+ foreground: color5
1595
+ }
1596
+ }, {
1597
+ name: 'entity.other.inherited-class',
1598
+ scope: ['entity.other.inherited-class'],
1599
+ settings: {
1600
+ foreground: color3
1601
+ }
1602
+ }, {
1603
+ name: 'c variable readwrite',
1604
+ scope: 'variable.other.readwrite.c',
1605
+ settings: {
1606
+ foreground: color5
1607
+ }
1608
+ }, {
1609
+ name: 'php scope',
1610
+ scope: 'entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php',
1611
+ settings: {
1612
+ foreground: color4
1613
+ }
1614
+ }, {
1615
+ name: 'Assembly',
1616
+ scope: ['constant.numeric.decimal.asm.x86_64'],
1617
+ settings: {
1618
+ foreground: color6
1619
+ }
1620
+ }, {
1621
+ scope: ['support.other.parenthesis.regexp'],
1622
+ settings: {
1623
+ foreground: color2
1624
+ }
1625
+ }, {
1626
+ scope: ['constant.character.escape'],
1627
+ settings: {
1628
+ foreground: color1
1629
+ }
1630
+ }, {
1631
+ scope: ['string.regexp'],
1632
+ settings: {
1633
+ foreground: color5
1634
+ }
1635
+ }, {
1636
+ scope: ['log.info'],
1637
+ settings: {
1638
+ foreground: color9
1639
+ }
1640
+ }, {
1641
+ scope: ['log.warning'],
1642
+ settings: {
1643
+ foreground: color3
1644
+ }
1645
+ }, {
1646
+ scope: ['log.error'],
1647
+ settings: {
1648
+ foreground: color5
1649
+ }
1650
+ }, {
1651
+ name: 'js/ts italic',
1652
+ scope: 'entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super',
1653
+ settings: {
1654
+ fontStyle: 'italic'
1655
+ }
1656
+ }, {
1657
+ name: 'comment',
1658
+ scope: 'comment.line.double-slash,comment.block.documentation',
1659
+ settings: {
1660
+ fontStyle: 'italic'
1661
+ }
1662
+ }, {
1663
+ name: 'Python Keyword Control',
1664
+ scope: 'keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python',
1665
+ settings: {
1666
+ fontStyle: 'italic'
1667
+ }
1668
+ }, {
1669
+ name: 'markup.italic.markdown',
1670
+ scope: 'markup.italic.markdown',
1671
+ settings: {
1672
+ fontStyle: 'italic'
1673
+ }
1674
+ }],
1675
+ colors: {
1676
+ 'activityBar.background': '#282c34',
1677
+ 'activityBar.foreground': '#d7dae0',
1678
+ 'activityBarBadge.background': '#4d78cc',
1679
+ 'activityBarBadge.foreground': '#f8fafd',
1680
+ 'badge.background': '#282c34',
1681
+ 'button.background': '#404754',
1682
+ 'button.secondaryBackground': '#30333d',
1683
+ 'button.secondaryForeground': '#c0bdbd',
1684
+ 'checkbox.border': '#404754',
1685
+ 'debugToolBar.background': '#21252b',
1686
+ descriptionForeground: color4,
1687
+ 'diffEditor.insertedTextBackground': '#00809b33',
1688
+ 'dropdown.background': '#21252b',
1689
+ 'dropdown.border': '#21252b',
1690
+ 'editor.background': '#282c34',
1691
+ 'editor.findMatchBackground': '#42557b',
1692
+ 'editor.findMatchBorder': '#457dff',
1693
+ 'editor.findMatchHighlightBackground': '#6199ff2f',
1694
+ 'editor.foreground': color4,
1695
+ 'editorBracketHighlight.foreground1': color2,
1696
+ 'editorBracketHighlight.foreground2': color6,
1697
+ 'editorBracketHighlight.foreground3': color1,
1698
+ 'editorHoverWidget.highlightForeground': color7,
1699
+ 'editorInlayHint.foreground': color4,
1700
+ 'editorInlayHint.background': '#2c313c',
1701
+ 'editor.lineHighlightBackground': '#2c313c',
1702
+ 'editorLineNumber.activeForeground': color4,
1703
+ 'editorGutter.addedBackground': '#109868',
1704
+ 'editorGutter.deletedBackground': '#9A353D',
1705
+ 'editorGutter.modifiedBackground': '#948B60',
1706
+ 'editorOverviewRuler.addedBackground': '#109868',
1707
+ 'editorOverviewRuler.deletedBackground': '#9A353D',
1708
+ 'editorOverviewRuler.modifiedBackground': '#948B60',
1709
+ 'editor.selectionBackground': '#67769660',
1710
+ 'editor.selectionHighlightBackground': '#ffffff10',
1711
+ 'editor.selectionHighlightBorder': '#dddddd',
1712
+ 'editor.wordHighlightBackground': '#d2e0ff2f',
1713
+ 'editor.wordHighlightBorder': colorC,
1714
+ 'editor.wordHighlightStrongBackground': '#abb2bf26',
1715
+ 'editor.wordHighlightStrongBorder': colorC,
1716
+ 'editorBracketMatch.background': '#515a6b',
1717
+ 'editorBracketMatch.border': '#515a6b',
1718
+ 'editorCursor.background': '#ffffffc9',
1719
+ 'editorCursor.foreground': '#528bff',
1720
+ 'editorError.foreground': '#c24038',
1721
+ 'editorGroup.background': '#181a1f',
1722
+ 'editorGroup.border': '#181a1f',
1723
+ 'editorGroupHeader.tabsBackground': '#21252b',
1724
+ 'editorHoverWidget.background': '#21252b',
1725
+ 'editorHoverWidget.border': '#181a1f',
1726
+ 'editorIndentGuide.activeBackground': '#c8c8c859',
1727
+ 'editorIndentGuide.background': '#3b4048',
1728
+ 'editorLineNumber.foreground': '#495162',
1729
+ 'editorMarkerNavigation.background': '#21252b',
1730
+ 'editorRuler.foreground': '#abb2bf26',
1731
+ 'editorSuggestWidget.background': '#21252b',
1732
+ 'editorSuggestWidget.border': '#181a1f',
1733
+ 'editorSuggestWidget.selectedBackground': '#2c313a',
1734
+ 'editorWarning.foreground': color2,
1735
+ 'editorWhitespace.foreground': '#ffffff1d',
1736
+ 'editorWidget.background': '#21252b',
1737
+ focusBorder: '#3e4452',
1738
+ 'gitDecoration.ignoredResourceForeground': '#636b78',
1739
+ 'input.background': '#1d1f23',
1740
+ 'input.foreground': color4,
1741
+ 'list.activeSelectionBackground': '#2c313a',
1742
+ 'list.activeSelectionForeground': '#d7dae0',
1743
+ 'list.focusBackground': '#323842',
1744
+ 'list.focusForeground': '#f0f0f0',
1745
+ 'list.highlightForeground': '#ecebeb',
1746
+ 'list.hoverBackground': '#2c313a',
1747
+ 'list.hoverForeground': color4,
1748
+ 'list.inactiveSelectionBackground': '#323842',
1749
+ 'list.inactiveSelectionForeground': '#d7dae0',
1750
+ 'list.warningForeground': color2,
1751
+ 'menu.foreground': color4,
1752
+ 'menu.separatorBackground': '#343a45',
1753
+ 'minimapGutter.addedBackground': '#109868',
1754
+ 'minimapGutter.deletedBackground': '#9A353D',
1755
+ 'minimapGutter.modifiedBackground': '#948B60',
1756
+ 'panel.border': '#3e4452',
1757
+ 'panelSectionHeader.background': '#21252b',
1758
+ 'peekViewEditor.background': '#1b1d23',
1759
+ 'peekViewEditor.matchHighlightBackground': '#29244b',
1760
+ 'peekViewResult.background': '#22262b',
1761
+ 'scrollbar.shadow': '#23252c',
1762
+ 'scrollbarSlider.activeBackground': '#747d9180',
1763
+ 'scrollbarSlider.background': '#4e566660',
1764
+ 'scrollbarSlider.hoverBackground': '#5a637580',
1765
+ 'settings.focusedRowBackground': '#282c34',
1766
+ 'settings.headerForeground': '#fff',
1767
+ 'sideBar.background': '#21252b',
1768
+ 'sideBar.foreground': color4,
1769
+ 'sideBarSectionHeader.background': '#282c34',
1770
+ 'sideBarSectionHeader.foreground': color4,
1771
+ 'statusBar.background': '#21252b',
1772
+ 'statusBar.debuggingBackground': '#cc6633',
1773
+ 'statusBar.debuggingBorder': '#ff000000',
1774
+ 'statusBar.debuggingForeground': color0,
1775
+ 'statusBar.foreground': '#9da5b4',
1776
+ 'statusBar.noFolderBackground': '#21252b',
1777
+ 'statusBarItem.remoteBackground': '#4d78cc',
1778
+ 'statusBarItem.remoteForeground': '#f8fafd',
1779
+ 'tab.activeBackground': '#282c34',
1780
+ 'tab.activeBorder': '#b4b4b4',
1781
+ 'tab.activeForeground': '#dcdcdc',
1782
+ 'tab.border': '#181a1f',
1783
+ 'tab.hoverBackground': '#323842',
1784
+ 'tab.inactiveBackground': '#21252b',
1785
+ 'tab.unfocusedHoverBackground': '#323842',
1786
+ 'terminal.ansiBlack': '#3f4451',
1787
+ 'terminal.ansiBlue': '#4aa5f0',
1788
+ 'terminal.ansiBrightBlack': '#4f5666',
1789
+ 'terminal.ansiBrightBlue': '#4dc4ff',
1790
+ 'terminal.ansiBrightCyan': '#4cd1e0',
1791
+ 'terminal.ansiBrightGreen': '#a5e075',
1792
+ 'terminal.ansiBrightMagenta': '#de73ff',
1793
+ 'terminal.ansiBrightRed': '#ff616e',
1794
+ 'terminal.ansiBrightWhite': '#e6e6e6',
1795
+ 'terminal.ansiBrightYellow': '#f0a45d',
1796
+ 'terminal.ansiCyan': '#42b3c2',
1797
+ 'terminal.ansiGreen': '#8cc265',
1798
+ 'terminal.ansiMagenta': '#c162de',
1799
+ 'terminal.ansiRed': '#e05561',
1800
+ 'terminal.ansiWhite': '#d7dae0',
1801
+ 'terminal.ansiYellow': '#d18f52',
1802
+ 'terminal.background': '#282c34',
1803
+ 'terminal.border': '#3e4452',
1804
+ 'terminal.foreground': color4,
1805
+ 'terminal.selectionBackground': '#abb2bf30',
1806
+ 'textBlockQuote.background': '#2e3440',
1807
+ 'textBlockQuote.border': '#4b5362',
1808
+ 'textLink.foreground': color7,
1809
+ 'textPreformat.foreground': color2,
1810
+ 'titleBar.activeBackground': '#282c34',
1811
+ 'titleBar.activeForeground': '#9da5b4',
1812
+ 'titleBar.inactiveBackground': '#21252b',
1813
+ 'titleBar.inactiveForeground': '#6b717d',
1814
+ 'tree.indentGuidesStroke': '#ffffff1d',
1815
+ 'walkThrough.embeddedEditorBackground': '#2e3440',
1816
+ 'welcomePage.buttonHoverBackground': '#404754'
1817
+ }
1818
+ };
1819
+ };