@brimveyn/aimux-config 0.4.4 → 0.4.6

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.
Files changed (78) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +11 -8
  3. package/src/defaults.ts +3 -2
  4. package/src/house-themes.ts +44 -302
  5. package/src/index.ts +20 -16
  6. package/src/palette-to-shiki.ts +134 -0
  7. package/src/palette-utils.ts +92 -0
  8. package/src/resolver.ts +0 -1
  9. package/src/themes/opencode.ts +1460 -0
  10. package/src/themes.ts +18 -88
  11. package/src/types.ts +46 -131
  12. package/src/normalize-theme.ts +0 -260
  13. package/src/themes/generated/andromeeda.ts +0 -346
  14. package/src/themes/generated/aurora-x.ts +0 -603
  15. package/src/themes/generated/ayu-dark.ts +0 -817
  16. package/src/themes/generated/ayu-light.ts +0 -817
  17. package/src/themes/generated/ayu-mirage.ts +0 -817
  18. package/src/themes/generated/catppuccin-frappe.ts +0 -2041
  19. package/src/themes/generated/catppuccin-latte.ts +0 -2041
  20. package/src/themes/generated/catppuccin-macchiato.ts +0 -2041
  21. package/src/themes/generated/catppuccin-mocha.ts +0 -2041
  22. package/src/themes/generated/dark-plus.ts +0 -614
  23. package/src/themes/generated/dracula-soft.ts +0 -947
  24. package/src/themes/generated/dracula.ts +0 -947
  25. package/src/themes/generated/everforest-dark.ts +0 -2246
  26. package/src/themes/generated/everforest-light.ts +0 -2246
  27. package/src/themes/generated/github-dark-default.ts +0 -605
  28. package/src/themes/generated/github-dark-dimmed.ts +0 -605
  29. package/src/themes/generated/github-dark-high-contrast.ts +0 -608
  30. package/src/themes/generated/github-dark.ts +0 -519
  31. package/src/themes/generated/github-light-default.ts +0 -602
  32. package/src/themes/generated/github-light-high-contrast.ts +0 -604
  33. package/src/themes/generated/github-light.ts +0 -515
  34. package/src/themes/generated/gruvbox-dark-hard.ts +0 -1124
  35. package/src/themes/generated/gruvbox-dark-medium.ts +0 -1124
  36. package/src/themes/generated/gruvbox-dark-soft.ts +0 -1124
  37. package/src/themes/generated/gruvbox-light-hard.ts +0 -1124
  38. package/src/themes/generated/gruvbox-light-medium.ts +0 -1124
  39. package/src/themes/generated/gruvbox-light-soft.ts +0 -1124
  40. package/src/themes/generated/horizon-bright.ts +0 -420
  41. package/src/themes/generated/horizon.ts +0 -418
  42. package/src/themes/generated/houston.ts +0 -1819
  43. package/src/themes/generated/index.ts +0 -140
  44. package/src/themes/generated/kanagawa-dragon.ts +0 -753
  45. package/src/themes/generated/kanagawa-lotus.ts +0 -753
  46. package/src/themes/generated/kanagawa-wave.ts +0 -753
  47. package/src/themes/generated/laserwave.ts +0 -489
  48. package/src/themes/generated/light-plus.ts +0 -639
  49. package/src/themes/generated/material-theme-darker.ts +0 -759
  50. package/src/themes/generated/material-theme-lighter.ts +0 -759
  51. package/src/themes/generated/material-theme-ocean.ts +0 -759
  52. package/src/themes/generated/material-theme-palenight.ts +0 -759
  53. package/src/themes/generated/material-theme.ts +0 -759
  54. package/src/themes/generated/min-dark.ts +0 -326
  55. package/src/themes/generated/min-light.ts +0 -331
  56. package/src/themes/generated/monokai.ts +0 -463
  57. package/src/themes/generated/night-owl-light.ts +0 -1526
  58. package/src/themes/generated/night-owl.ts +0 -1628
  59. package/src/themes/generated/nord.ts +0 -1277
  60. package/src/themes/generated/one-dark-pro.ts +0 -1920
  61. package/src/themes/generated/one-light.ts +0 -1599
  62. package/src/themes/generated/plastic.ts +0 -315
  63. package/src/themes/generated/poimandres.ts +0 -1233
  64. package/src/themes/generated/red.ts +0 -395
  65. package/src/themes/generated/rose-pine-dawn.ts +0 -696
  66. package/src/themes/generated/rose-pine-moon.ts +0 -696
  67. package/src/themes/generated/rose-pine.ts +0 -696
  68. package/src/themes/generated/slack-dark.ts +0 -594
  69. package/src/themes/generated/slack-ochin.ts +0 -461
  70. package/src/themes/generated/snazzy-light.ts +0 -1254
  71. package/src/themes/generated/solarized-dark.ts +0 -387
  72. package/src/themes/generated/solarized-light.ts +0 -379
  73. package/src/themes/generated/synthwave-84.ts +0 -751
  74. package/src/themes/generated/tokyo-night.ts +0 -1420
  75. package/src/themes/generated/vesper.ts +0 -578
  76. package/src/themes/generated/vitesse-black.ts +0 -629
  77. package/src/themes/generated/vitesse-dark.ts +0 -629
  78. package/src/themes/generated/vitesse-light.ts +0 -627
@@ -1,1526 +0,0 @@
1
- // @generated by scripts/generate-themes.ts. DO NOT EDIT.
2
- /* eslint-disable */
3
-
4
- import type { Theme } from '../../types'
5
-
6
- export const theme: Theme = {
7
- bg: '#FBFBFB',
8
- colors: {
9
- 'activityBar.background': '#F0F0F0',
10
- 'activityBar.border': '#F0F0F0',
11
- 'activityBar.dropBackground': '#D0D0D0',
12
- 'activityBar.foreground': '#403f53',
13
- 'activityBarBadge.background': '#403f53',
14
- 'activityBarBadge.foreground': '#F0F0F0',
15
- 'badge.background': '#2AA298',
16
- 'badge.foreground': '#F0F0F0',
17
- 'button.background': '#2AA298',
18
- 'button.foreground': '#F0F0F0',
19
- 'contrastBorder': '#F0F0F0',
20
- 'debugExceptionWidget.background': '#F0F0F0',
21
- 'debugExceptionWidget.border': '#d9d9d9',
22
- 'debugToolBar.background': '#F0F0F0',
23
- 'descriptionForeground': '#403f53',
24
- 'diffEditor.insertedLineBackground': '#cfe8e1',
25
- 'diffEditor.removedLineBackground': '#f6d9d8',
26
- 'dropdown.background': '#F0F0F0',
27
- 'dropdown.border': '#d9d9d9',
28
- 'dropdown.foreground': '#403f53',
29
- 'editor.background': '#FBFBFB',
30
- 'editor.findMatchBackground': '#93A1A1',
31
- 'editor.findMatchHighlightBackground': '#93a1a1',
32
- 'editor.findRangeHighlightBackground': '#7497a6',
33
- 'editor.foreground': '#403f53',
34
- 'editor.hoverHighlightBackground': '#339cec',
35
- 'editor.lineHighlightBackground': '#F0F0F0',
36
- 'editor.rangeHighlightBackground': '#7497a6',
37
- 'editor.selectionBackground': '#E0E0E0',
38
- 'editor.selectionHighlightBackground': '#339cec',
39
- 'editor.wordHighlightBackground': '#339cec',
40
- 'editor.wordHighlightStrongBackground': '#007dd6',
41
- 'editorCodeLens.foreground': '#403f53',
42
- 'editorCursor.foreground': '#90A7B2',
43
- 'editorError.border': '#FBFBFB',
44
- 'editorError.foreground': '#E64D49',
45
- 'editorGroup.background': '#F6F6F6',
46
- 'editorGroup.border': '#F0F0F0',
47
- 'editorGroupHeader.noTabsBackground': '#F0F0F0',
48
- 'editorGroupHeader.tabsBackground': '#F0F0F0',
49
- 'editorGroupHeader.tabsBorder': '#F0F0F0',
50
- 'editorGutter.addedBackground': '#49d0c5',
51
- 'editorGutter.deletedBackground': '#f76e6e',
52
- 'editorGutter.modifiedBackground': '#6fbef6',
53
- 'editorHoverWidget.background': '#F0F0F0',
54
- 'editorHoverWidget.border': '#d9d9d9',
55
- 'editorIndentGuide.background': '#d9d9d9',
56
- 'editorInlayHint.background': '#F0F0F0',
57
- 'editorInlayHint.foreground': '#403f53',
58
- 'editorLineNumber.activeForeground': '#403f53',
59
- 'editorLineNumber.foreground': '#90A7B2',
60
- 'editorMarkerNavigation.background': '#D0D0D0',
61
- 'editorMarkerNavigationError.background': '#f76e6e',
62
- 'editorMarkerNavigationWarning.background': '#daaa01',
63
- 'editorOverviewRuler.errorForeground': '#E64D49',
64
- 'editorOverviewRuler.warningForeground': '#daaa01',
65
- 'editorRuler.foreground': '#d9d9d9',
66
- 'editorSuggestWidget.background': '#F0F0F0',
67
- 'editorSuggestWidget.border': '#d9d9d9',
68
- 'editorSuggestWidget.foreground': '#403f53',
69
- 'editorSuggestWidget.highlightForeground': '#403f53',
70
- 'editorSuggestWidget.selectedBackground': '#d3e8f8',
71
- 'editorWarning.border': '#daaa01',
72
- 'editorWarning.foreground': '#daaa01',
73
- 'editorWhitespace.foreground': '#d9d9d9',
74
- 'editorWidget.background': '#F0F0F0',
75
- 'editorWidget.border': '#d9d9d9',
76
- 'errorForeground': '#403f53',
77
- 'extensionButton.prominentBackground': '#2AA298',
78
- 'extensionButton.prominentForeground': '#F0F0F0',
79
- 'focusBorder': '#93A1A1',
80
- 'foreground': '#403f53',
81
- 'gitDecoration.addedResourceForeground': '#08916a',
82
- 'gitDecoration.deletedResourceForeground': '#de3d3b',
83
- 'gitDecoration.modifiedResourceForeground': '#E0AF02',
84
- 'gitDecoration.untrackedResourceForeground': '#08916a',
85
- 'input.background': '#F0F0F0',
86
- 'input.border': '#d9d9d9',
87
- 'input.foreground': '#403f53',
88
- 'input.placeholderForeground': '#93A1A1',
89
- 'inputOption.activeBorder': '#2AA298',
90
- 'inputValidation.errorBackground': '#f76e6e',
91
- 'inputValidation.errorBorder': '#de3d3b',
92
- 'inputValidation.infoBackground': '#F0F0F0',
93
- 'inputValidation.infoBorder': '#D0D0D0',
94
- 'inputValidation.warningBackground': '#daaa01',
95
- 'inputValidation.warningBorder': '#E0AF02',
96
- 'list.activeSelectionBackground': '#d3e8f8',
97
- 'list.activeSelectionForeground': '#403f53',
98
- 'list.errorForeground': '#E64D49',
99
- 'list.focusBackground': '#d3e8f8',
100
- 'list.focusForeground': '#403f53',
101
- 'list.highlightForeground': '#403f53',
102
- 'list.hoverBackground': '#d3e8f8',
103
- 'list.hoverForeground': '#403f53',
104
- 'list.inactiveSelectionBackground': '#E0E7EA',
105
- 'list.inactiveSelectionForeground': '#403f53',
106
- 'list.warningForeground': '#daaa01',
107
- 'notificationCenter.border': '#CCCCCC',
108
- 'notificationCenterHeader.background': '#F0F0F0',
109
- 'notificationCenterHeader.foreground': '#403f53',
110
- 'notificationLink.foreground': '#994cc3',
111
- 'notificationToast.border': '#CCCCCC',
112
- 'notifications.background': '#F0F0F0',
113
- 'notifications.border': '#CCCCCC',
114
- 'notifications.foreground': '#403f53',
115
- 'panel.background': '#F0F0F0',
116
- 'panel.border': '#d9d9d9',
117
- 'peekView.border': '#d9d9d9',
118
- 'peekViewEditor.background': '#F6F6F6',
119
- 'peekViewEditor.matchHighlightBackground': '#49d0c5',
120
- 'peekViewEditorGutter.background': '#F6F6F6',
121
- 'peekViewResult.background': '#F0F0F0',
122
- 'peekViewResult.fileForeground': '#403f53',
123
- 'peekViewResult.lineForeground': '#403f53',
124
- 'peekViewResult.matchHighlightBackground': '#49d0c5',
125
- 'peekViewResult.selectionBackground': '#E0E7EA',
126
- 'peekViewResult.selectionForeground': '#403f53',
127
- 'peekViewTitle.background': '#F0F0F0',
128
- 'peekViewTitleDescription.foreground': '#403f53',
129
- 'peekViewTitleLabel.foreground': '#403f53',
130
- 'pickerGroup.border': '#d9d9d9',
131
- 'pickerGroup.foreground': '#403f53',
132
- 'progressBar.background': '#2AA298',
133
- 'scrollbar.shadow': '#CCCCCC',
134
- 'selection.background': '#7a8181',
135
- 'sideBar.background': '#F0F0F0',
136
- 'sideBar.border': '#F0F0F0',
137
- 'sideBar.foreground': '#403f53',
138
- 'sideBarSectionHeader.background': '#F0F0F0',
139
- 'sideBarSectionHeader.foreground': '#403f53',
140
- 'sideBarTitle.foreground': '#403f53',
141
- 'statusBar.background': '#F0F0F0',
142
- 'statusBar.border': '#F0F0F0',
143
- 'statusBar.debuggingBackground': '#F0F0F0',
144
- 'statusBar.debuggingForeground': '#403f53',
145
- 'statusBar.foreground': '#403f53',
146
- 'statusBar.noFolderBackground': '#F0F0F0',
147
- 'statusBar.noFolderForeground': '#403f53',
148
- 'tab.activeBackground': '#F6F6F6',
149
- 'tab.activeForeground': '#403f53',
150
- 'tab.activeModifiedBorder': '#2AA298',
151
- 'tab.border': '#F0F0F0',
152
- 'tab.inactiveBackground': '#F0F0F0',
153
- 'tab.inactiveForeground': '#403f53',
154
- 'tab.inactiveModifiedBorder': '#93A1A1',
155
- 'tab.unfocusedActiveModifiedBorder': '#93A1A1',
156
- 'tab.unfocusedInactiveModifiedBorder': '#93A1A1',
157
- 'terminal.ansiBlack': '#403f53',
158
- 'terminal.ansiBlue': '#288ed7',
159
- 'terminal.ansiBrightBlack': '#403f53',
160
- 'terminal.ansiBrightBlue': '#288ed7',
161
- 'terminal.ansiBrightCyan': '#2AA298',
162
- 'terminal.ansiBrightGreen': '#08916a',
163
- 'terminal.ansiBrightMagenta': '#d6438a',
164
- 'terminal.ansiBrightRed': '#de3d3b',
165
- 'terminal.ansiBrightWhite': '#93A1A1',
166
- 'terminal.ansiBrightYellow': '#daaa01',
167
- 'terminal.ansiCyan': '#2AA298',
168
- 'terminal.ansiGreen': '#08916a',
169
- 'terminal.ansiMagenta': '#d6438a',
170
- 'terminal.ansiRed': '#de3d3b',
171
- 'terminal.ansiWhite': '#93A1A1',
172
- 'terminal.ansiYellow': '#E0AF02',
173
- 'terminal.background': '#F6F6F6',
174
- 'terminal.foreground': '#403f53',
175
- 'textLink.activeForeground': '#288ed7',
176
- 'textLink.foreground': '#288ed7',
177
- 'titleBar.activeBackground': '#F0F0F0',
178
- 'widget.shadow': '#d9d9d9',
179
- },
180
- displayName: 'Night Owl Light',
181
- fg: '#403f53',
182
- name: 'night-owl-light',
183
- settings: [
184
- {
185
- settings: {
186
- background: '#FBFBFB',
187
- foreground: '#403f53',
188
- },
189
- },
190
- {
191
- scope: [
192
- 'markup.changed',
193
- 'meta.diff.header.git',
194
- 'meta.diff.header.from-file',
195
- 'meta.diff.header.to-file',
196
- ],
197
- settings: {
198
- fontStyle: 'italic',
199
- foreground: '#a2bffc',
200
- },
201
- },
202
- {
203
- scope: 'markup.deleted.diff',
204
- settings: {
205
- fontStyle: 'italic',
206
- foreground: '#EF535090',
207
- },
208
- },
209
- {
210
- scope: 'markup.inserted.diff',
211
- settings: {
212
- fontStyle: 'italic',
213
- foreground: '#4876d6ff',
214
- },
215
- },
216
- {
217
- settings: {
218
- foreground: '#403f53',
219
- },
220
- },
221
- {
222
- scope: ['comment', 'punctuation.definition.comment'],
223
- settings: {
224
- fontStyle: 'italic',
225
- foreground: '#989fb1',
226
- },
227
- },
228
- {
229
- scope: 'string',
230
- settings: {
231
- foreground: '#4876d6',
232
- },
233
- },
234
- {
235
- scope: ['string.quoted', 'variable.other.readwrite.js'],
236
- settings: {
237
- foreground: '#c96765',
238
- },
239
- },
240
- {
241
- scope: 'support.constant.math',
242
- settings: {
243
- foreground: '#4876d6',
244
- },
245
- },
246
- {
247
- scope: ['constant.numeric', 'constant.character.numeric'],
248
- settings: {
249
- fontStyle: '',
250
- foreground: '#aa0982',
251
- },
252
- },
253
- {
254
- scope: ['constant.language', 'punctuation.definition.constant', 'variable.other.constant'],
255
- settings: {
256
- foreground: '#4876d6',
257
- },
258
- },
259
- {
260
- scope: ['constant.character', 'constant.other'],
261
- settings: {
262
- foreground: '#4876d6',
263
- },
264
- },
265
- {
266
- scope: 'constant.character.escape',
267
- settings: {
268
- foreground: '#aa0982',
269
- },
270
- },
271
- {
272
- scope: ['string.regexp', 'string.regexp keyword.other'],
273
- settings: {
274
- foreground: '#5ca7e4',
275
- },
276
- },
277
- {
278
- scope: 'meta.function punctuation.separator.comma',
279
- settings: {
280
- foreground: '#5f7e97',
281
- },
282
- },
283
- {
284
- scope: 'variable',
285
- settings: {
286
- foreground: '#4876d6',
287
- },
288
- },
289
- {
290
- scope: ['punctuation.accessor', 'keyword'],
291
- settings: {
292
- fontStyle: 'italic',
293
- foreground: '#994cc3',
294
- },
295
- },
296
- {
297
- scope: [
298
- 'storage',
299
- 'meta.var.expr',
300
- 'meta.class meta.method.declaration meta.var.expr storage.type.js',
301
- 'storage.type.property.js',
302
- 'storage.type.property.ts',
303
- 'storage.type.property.tsx',
304
- ],
305
- settings: {
306
- fontStyle: 'italic',
307
- foreground: '#994cc3',
308
- },
309
- },
310
- {
311
- scope: 'storage.type',
312
- settings: {
313
- foreground: '#994cc3',
314
- },
315
- },
316
- {
317
- scope: 'storage.type.function.arrow.js',
318
- settings: {
319
- fontStyle: '',
320
- },
321
- },
322
- {
323
- scope: ['entity.name.class', 'meta.class entity.name.type.class'],
324
- settings: {
325
- foreground: '#111111',
326
- },
327
- },
328
- {
329
- scope: 'entity.other.inherited-class',
330
- settings: {
331
- foreground: '#4876d6',
332
- },
333
- },
334
- {
335
- scope: 'entity.name.function',
336
- settings: {
337
- fontStyle: 'italic',
338
- foreground: '#994cc3',
339
- },
340
- },
341
- {
342
- scope: ['punctuation.definition.tag', 'meta.tag'],
343
- settings: {
344
- foreground: '#994cc3',
345
- },
346
- },
347
- {
348
- scope: [
349
- 'entity.name.tag',
350
- 'meta.tag.other.html',
351
- 'meta.tag.other.js',
352
- 'meta.tag.other.tsx',
353
- 'entity.name.tag.tsx',
354
- 'entity.name.tag.js',
355
- 'entity.name.tag',
356
- 'meta.tag.js',
357
- 'meta.tag.tsx',
358
- 'meta.tag.html',
359
- ],
360
- settings: {
361
- fontStyle: '',
362
- foreground: '#994cc3',
363
- },
364
- },
365
- {
366
- scope: 'entity.other.attribute-name',
367
- settings: {
368
- fontStyle: 'italic',
369
- foreground: '#4876d6',
370
- },
371
- },
372
- {
373
- scope: 'entity.name.tag.custom',
374
- settings: {
375
- foreground: '#4876d6',
376
- },
377
- },
378
- {
379
- scope: ['support.function', 'support.constant'],
380
- settings: {
381
- foreground: '#4876d6',
382
- },
383
- },
384
- {
385
- scope: 'support.constant.meta.property-value',
386
- settings: {
387
- foreground: '#0c969b',
388
- },
389
- },
390
- {
391
- scope: ['support.type', 'support.class'],
392
- settings: {
393
- foreground: '#4876d6',
394
- },
395
- },
396
- {
397
- scope: 'support.variable.dom',
398
- settings: {
399
- foreground: '#4876d6',
400
- },
401
- },
402
- {
403
- scope: 'invalid',
404
- settings: {
405
- foreground: '#ff2c83',
406
- },
407
- },
408
- {
409
- scope: 'invalid.deprecated',
410
- settings: {
411
- foreground: '#d3423e',
412
- },
413
- },
414
- {
415
- scope: 'keyword.operator',
416
- settings: {
417
- fontStyle: '',
418
- foreground: '#0c969b',
419
- },
420
- },
421
- {
422
- scope: 'keyword.operator.relational',
423
- settings: {
424
- fontStyle: 'italic',
425
- foreground: '#994cc3',
426
- },
427
- },
428
- {
429
- scope: 'keyword.operator.assignment',
430
- settings: {
431
- foreground: '#994cc3',
432
- },
433
- },
434
- {
435
- scope: 'keyword.operator.arithmetic',
436
- settings: {
437
- foreground: '#994cc3',
438
- },
439
- },
440
- {
441
- scope: 'keyword.operator.bitwise',
442
- settings: {
443
- foreground: '#994cc3',
444
- },
445
- },
446
- {
447
- scope: 'keyword.operator.increment',
448
- settings: {
449
- foreground: '#994cc3',
450
- },
451
- },
452
- {
453
- scope: 'keyword.operator.ternary',
454
- settings: {
455
- foreground: '#994cc3',
456
- },
457
- },
458
- {
459
- scope: 'comment.line.double-slash',
460
- settings: {
461
- foreground: '#939dbb',
462
- },
463
- },
464
- {
465
- scope: 'object',
466
- settings: {
467
- foreground: '#cdebf7',
468
- },
469
- },
470
- {
471
- scope: 'constant.language.null',
472
- settings: {
473
- foreground: '#bc5454',
474
- },
475
- },
476
- {
477
- scope: 'meta.brace',
478
- settings: {
479
- foreground: '#403f53',
480
- },
481
- },
482
- {
483
- scope: 'meta.delimiter.period',
484
- settings: {
485
- fontStyle: 'italic',
486
- foreground: '#994cc3',
487
- },
488
- },
489
- {
490
- scope: 'punctuation.definition.string',
491
- settings: {
492
- foreground: '#111111',
493
- },
494
- },
495
- {
496
- scope: 'punctuation.definition.string.begin.markdown',
497
- settings: {
498
- foreground: '#bc5454',
499
- },
500
- },
501
- {
502
- scope: 'constant.language.boolean',
503
- settings: {
504
- foreground: '#bc5454',
505
- },
506
- },
507
- {
508
- scope: 'object.comma',
509
- settings: {
510
- foreground: '#ffffff',
511
- },
512
- },
513
- {
514
- scope: 'variable.parameter.function',
515
- settings: {
516
- fontStyle: '',
517
- foreground: '#0c969b',
518
- },
519
- },
520
- {
521
- scope: [
522
- 'support.type.vendor.property-name',
523
- 'support.constant.vendor.property-value',
524
- 'support.type.property-name',
525
- 'meta.property-list entity.name.tag',
526
- ],
527
- settings: {
528
- fontStyle: '',
529
- foreground: '#0c969b',
530
- },
531
- },
532
- {
533
- scope: 'meta.property-list entity.name.tag.reference',
534
- settings: {
535
- foreground: '#57eaf1',
536
- },
537
- },
538
- {
539
- scope: 'constant.other.color.rgb-value punctuation.definition.constant',
540
- settings: {
541
- foreground: '#aa0982',
542
- },
543
- },
544
- {
545
- scope: 'constant.other.color',
546
- settings: {
547
- foreground: '#aa0982',
548
- },
549
- },
550
- {
551
- scope: 'keyword.other.unit',
552
- settings: {
553
- foreground: '#aa0982',
554
- },
555
- },
556
- {
557
- scope: 'meta.selector',
558
- settings: {
559
- fontStyle: 'italic',
560
- foreground: '#994cc3',
561
- },
562
- },
563
- {
564
- scope: 'entity.other.attribute-name.id',
565
- settings: {
566
- foreground: '#aa0982',
567
- },
568
- },
569
- {
570
- scope: 'meta.property-name',
571
- settings: {
572
- foreground: '#0c969b',
573
- },
574
- },
575
- {
576
- scope: ['entity.name.tag.doctype', 'meta.tag.sgml.doctype'],
577
- settings: {
578
- fontStyle: 'italic',
579
- foreground: '#994cc3',
580
- },
581
- },
582
- {
583
- scope: 'punctuation.definition.parameters',
584
- settings: {
585
- foreground: '#111111',
586
- },
587
- },
588
- {
589
- scope: 'keyword.control.operator',
590
- settings: {
591
- foreground: '#0c969b',
592
- },
593
- },
594
- {
595
- scope: 'keyword.operator.logical',
596
- settings: {
597
- fontStyle: '',
598
- foreground: '#994cc3',
599
- },
600
- },
601
- {
602
- scope: [
603
- 'variable.instance',
604
- 'variable.other.instance',
605
- 'variable.readwrite.instance',
606
- 'variable.other.readwrite.instance',
607
- 'variable.other.property',
608
- ],
609
- settings: {
610
- foreground: '#0c969b',
611
- },
612
- },
613
- {
614
- scope: ['variable.other.object.property'],
615
- settings: {
616
- fontStyle: 'italic',
617
- foreground: '#111111',
618
- },
619
- },
620
- {
621
- scope: ['variable.other.object.js'],
622
- settings: {
623
- fontStyle: '',
624
- },
625
- },
626
- {
627
- scope: ['entity.name.function'],
628
- settings: {
629
- fontStyle: 'italic',
630
- foreground: '#4876d6',
631
- },
632
- },
633
- {
634
- scope: [
635
- 'keyword.operator.comparison',
636
- 'keyword.control.flow.js',
637
- 'keyword.control.flow.ts',
638
- 'keyword.control.flow.tsx',
639
- 'keyword.control.ruby',
640
- 'keyword.control.module.ruby',
641
- 'keyword.control.class.ruby',
642
- 'keyword.control.def.ruby',
643
- 'keyword.control.loop.js',
644
- 'keyword.control.loop.ts',
645
- 'keyword.control.import.js',
646
- 'keyword.control.import.ts',
647
- 'keyword.control.import.tsx',
648
- 'keyword.control.from.js',
649
- 'keyword.control.from.ts',
650
- 'keyword.control.from.tsx',
651
- 'keyword.operator.instanceof.js',
652
- 'keyword.operator.expression.instanceof.ts',
653
- 'keyword.operator.expression.instanceof.tsx',
654
- ],
655
- settings: {
656
- fontStyle: 'italic',
657
- foreground: '#994cc3',
658
- },
659
- },
660
- {
661
- scope: [
662
- 'keyword.control.conditional.js',
663
- 'keyword.control.conditional.ts',
664
- 'keyword.control.switch.js',
665
- 'keyword.control.switch.ts',
666
- ],
667
- settings: {
668
- fontStyle: '',
669
- foreground: '#994cc3',
670
- },
671
- },
672
- {
673
- scope: [
674
- 'support.constant',
675
- 'keyword.other.special-method',
676
- 'keyword.other.new',
677
- 'keyword.other.debugger',
678
- 'keyword.control',
679
- ],
680
- settings: {
681
- foreground: '#0c969b',
682
- },
683
- },
684
- {
685
- scope: 'support.function',
686
- settings: {
687
- foreground: '#4876d6',
688
- },
689
- },
690
- {
691
- scope: 'invalid.broken',
692
- settings: {
693
- foreground: '#aa0982',
694
- },
695
- },
696
- {
697
- scope: 'invalid.unimplemented',
698
- settings: {
699
- foreground: '#8BD649',
700
- },
701
- },
702
- {
703
- scope: 'invalid.illegal',
704
- settings: {
705
- foreground: '#c96765',
706
- },
707
- },
708
- {
709
- scope: 'variable.language',
710
- settings: {
711
- foreground: '#0c969b',
712
- },
713
- },
714
- {
715
- scope: 'support.variable.property',
716
- settings: {
717
- foreground: '#0c969b',
718
- },
719
- },
720
- {
721
- scope: 'variable.function',
722
- settings: {
723
- foreground: '#4876d6',
724
- },
725
- },
726
- {
727
- scope: 'variable.interpolation',
728
- settings: {
729
- foreground: '#ec5f67',
730
- },
731
- },
732
- {
733
- scope: 'meta.function-call',
734
- settings: {
735
- foreground: '#4876d6',
736
- },
737
- },
738
- {
739
- scope: 'punctuation.section.embedded',
740
- settings: {
741
- foreground: '#d3423e',
742
- },
743
- },
744
- {
745
- scope: [
746
- 'punctuation.terminator.expression',
747
- 'punctuation.definition.arguments',
748
- 'punctuation.definition.array',
749
- 'punctuation.section.array',
750
- 'meta.array',
751
- ],
752
- settings: {
753
- foreground: '#403f53',
754
- },
755
- },
756
- {
757
- scope: [
758
- 'punctuation.definition.list.begin',
759
- 'punctuation.definition.list.end',
760
- 'punctuation.separator.arguments',
761
- 'punctuation.definition.list',
762
- ],
763
- settings: {
764
- foreground: '#111111',
765
- },
766
- },
767
- {
768
- scope: 'string.template meta.template.expression',
769
- settings: {
770
- foreground: '#d3423e',
771
- },
772
- },
773
- {
774
- scope: 'string.template punctuation.definition.string',
775
- settings: {
776
- foreground: '#403f53',
777
- },
778
- },
779
- {
780
- scope: 'italic',
781
- settings: {
782
- fontStyle: 'italic',
783
- foreground: '#994cc3',
784
- },
785
- },
786
- {
787
- scope: 'bold',
788
- settings: {
789
- fontStyle: 'bold',
790
- foreground: '#4876d6',
791
- },
792
- },
793
- {
794
- scope: 'quote',
795
- settings: {
796
- fontStyle: 'italic',
797
- foreground: '#697098',
798
- },
799
- },
800
- {
801
- scope: 'raw',
802
- settings: {
803
- foreground: '#0c969b',
804
- },
805
- },
806
- {
807
- scope: 'variable.assignment.coffee',
808
- settings: {
809
- foreground: '#31e1eb',
810
- },
811
- },
812
- {
813
- scope: 'variable.parameter.function.coffee',
814
- settings: {
815
- foreground: '#403f53',
816
- },
817
- },
818
- {
819
- scope: 'variable.assignment.coffee',
820
- settings: {
821
- foreground: '#0c969b',
822
- },
823
- },
824
- {
825
- scope: 'variable.other.readwrite.cs',
826
- settings: {
827
- foreground: '#403f53',
828
- },
829
- },
830
- {
831
- scope: ['entity.name.type.class.cs', 'storage.type.cs'],
832
- settings: {
833
- foreground: '#4876d6',
834
- },
835
- },
836
- {
837
- scope: 'entity.name.type.namespace.cs',
838
- settings: {
839
- foreground: '#0c969b',
840
- },
841
- },
842
- {
843
- scope: [
844
- 'entity.name.tag.css',
845
- 'entity.name.tag.less',
846
- 'entity.name.tag.custom.css',
847
- 'support.constant.property-value.css',
848
- ],
849
- settings: {
850
- fontStyle: '',
851
- foreground: '#c96765',
852
- },
853
- },
854
- {
855
- scope: [
856
- 'entity.name.tag.wildcard.css',
857
- 'entity.name.tag.wildcard.less',
858
- 'entity.name.tag.wildcard.scss',
859
- 'entity.name.tag.wildcard.sass',
860
- ],
861
- settings: {
862
- foreground: '#0c969b',
863
- },
864
- },
865
- {
866
- scope: 'keyword.other.unit.css',
867
- settings: {
868
- foreground: '#4876d6',
869
- },
870
- },
871
- {
872
- scope: [
873
- 'meta.attribute-selector.css entity.other.attribute-name.attribute',
874
- 'variable.other.readwrite.js',
875
- ],
876
- settings: {
877
- foreground: '#aa0982',
878
- },
879
- },
880
- {
881
- scope: [
882
- 'source.elixir support.type.elixir',
883
- 'source.elixir meta.module.elixir entity.name.class.elixir',
884
- ],
885
- settings: {
886
- foreground: '#4876d6',
887
- },
888
- },
889
- {
890
- scope: 'source.elixir entity.name.function',
891
- settings: {
892
- foreground: '#4876d6',
893
- },
894
- },
895
- {
896
- scope: [
897
- 'source.elixir constant.other.symbol.elixir',
898
- 'source.elixir constant.other.keywords.elixir',
899
- ],
900
- settings: {
901
- foreground: '#4876d6',
902
- },
903
- },
904
- {
905
- scope: 'source.elixir punctuation.definition.string',
906
- settings: {
907
- foreground: '#4876d6',
908
- },
909
- },
910
- {
911
- scope: [
912
- 'source.elixir variable.other.readwrite.module.elixir',
913
- 'source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir',
914
- ],
915
- settings: {
916
- foreground: '#4876d6',
917
- },
918
- },
919
- {
920
- scope: 'source.elixir .punctuation.binary.elixir',
921
- settings: {
922
- fontStyle: 'italic',
923
- foreground: '#994cc3',
924
- },
925
- },
926
- {
927
- scope: 'constant.keyword.clojure',
928
- settings: {
929
- foreground: '#0c969b',
930
- },
931
- },
932
- {
933
- scope: 'source.go meta.function-call.go',
934
- settings: {
935
- foreground: '#0c969b',
936
- },
937
- },
938
- {
939
- scope: [
940
- 'source.go keyword.package.go',
941
- 'source.go keyword.import.go',
942
- 'source.go keyword.function.go',
943
- 'source.go keyword.type.go',
944
- 'source.go keyword.struct.go',
945
- 'source.go keyword.interface.go',
946
- 'source.go keyword.const.go',
947
- 'source.go keyword.var.go',
948
- 'source.go keyword.map.go',
949
- 'source.go keyword.channel.go',
950
- 'source.go keyword.control.go',
951
- ],
952
- settings: {
953
- fontStyle: 'italic',
954
- foreground: '#994cc3',
955
- },
956
- },
957
- {
958
- scope: ['source.go constant.language.go', 'source.go constant.other.placeholder.go'],
959
- settings: {
960
- foreground: '#bc5454',
961
- },
962
- },
963
- {
964
- scope: ['entity.name.function.preprocessor.cpp', 'entity.scope.name.cpp'],
965
- settings: {
966
- foreground: '#0c969bff',
967
- },
968
- },
969
- {
970
- scope: ['meta.namespace-block.cpp'],
971
- settings: {
972
- foreground: '#111111',
973
- },
974
- },
975
- {
976
- scope: ['storage.type.language.primitive.cpp'],
977
- settings: {
978
- foreground: '#bc5454',
979
- },
980
- },
981
- {
982
- scope: ['meta.preprocessor.macro.cpp'],
983
- settings: {
984
- foreground: '#403f53',
985
- },
986
- },
987
- {
988
- scope: ['variable.parameter'],
989
- settings: {
990
- foreground: '#111111',
991
- },
992
- },
993
- {
994
- scope: ['variable.other.readwrite.powershell'],
995
- settings: {
996
- foreground: '#4876d6',
997
- },
998
- },
999
- {
1000
- scope: ['support.function.powershell'],
1001
- settings: {
1002
- foreground: '#0c969bff',
1003
- },
1004
- },
1005
- {
1006
- scope: 'entity.other.attribute-name.id.html',
1007
- settings: {
1008
- foreground: '#4876d6',
1009
- },
1010
- },
1011
- {
1012
- scope: 'punctuation.definition.tag.html',
1013
- settings: {
1014
- foreground: '#994cc3',
1015
- },
1016
- },
1017
- {
1018
- scope: 'meta.tag.sgml.doctype.html',
1019
- settings: {
1020
- fontStyle: 'italic',
1021
- foreground: '#994cc3',
1022
- },
1023
- },
1024
- {
1025
- scope: 'meta.class entity.name.type.class.js',
1026
- settings: {
1027
- foreground: '#111111',
1028
- },
1029
- },
1030
- {
1031
- scope: 'meta.method.declaration storage.type.js',
1032
- settings: {
1033
- foreground: '#4876d6',
1034
- },
1035
- },
1036
- {
1037
- scope: 'terminator.js',
1038
- settings: {
1039
- foreground: '#403f53',
1040
- },
1041
- },
1042
- {
1043
- scope: 'meta.js punctuation.definition.js',
1044
- settings: {
1045
- foreground: '#403f53',
1046
- },
1047
- },
1048
- {
1049
- scope: ['entity.name.type.instance.jsdoc', 'entity.name.type.instance.phpdoc'],
1050
- settings: {
1051
- foreground: '#5f7e97',
1052
- },
1053
- },
1054
- {
1055
- scope: ['variable.other.jsdoc', 'variable.other.phpdoc'],
1056
- settings: {
1057
- foreground: '#78ccf0',
1058
- },
1059
- },
1060
- {
1061
- scope: [
1062
- 'variable.other.meta.import.js',
1063
- 'meta.import.js variable.other',
1064
- 'variable.other.meta.export.js',
1065
- 'meta.export.js variable.other',
1066
- ],
1067
- settings: {
1068
- foreground: '#403f53',
1069
- },
1070
- },
1071
- {
1072
- scope: 'variable.parameter.function.js',
1073
- settings: {
1074
- foreground: '#7986E7',
1075
- },
1076
- },
1077
- {
1078
- scope: [
1079
- 'variable.other.object.js',
1080
- 'variable.other.object.jsx',
1081
- 'variable.object.property.js',
1082
- 'variable.object.property.jsx',
1083
- ],
1084
- settings: {
1085
- foreground: '#403f53',
1086
- },
1087
- },
1088
- {
1089
- scope: ['variable.js', 'variable.other.js'],
1090
- settings: {
1091
- foreground: '#403f53',
1092
- },
1093
- },
1094
- {
1095
- scope: ['entity.name.type.js', 'entity.name.type.module.js'],
1096
- settings: {
1097
- fontStyle: '',
1098
- foreground: '#111111',
1099
- },
1100
- },
1101
- {
1102
- scope: 'support.class.js',
1103
- settings: {
1104
- foreground: '#403f53',
1105
- },
1106
- },
1107
- {
1108
- scope: 'support.type.property-name.json',
1109
- settings: {
1110
- foreground: '#0c969b',
1111
- },
1112
- },
1113
- {
1114
- scope: 'support.constant.json',
1115
- settings: {
1116
- foreground: '#4876d6',
1117
- },
1118
- },
1119
- {
1120
- scope: 'meta.structure.dictionary.value.json string.quoted.double',
1121
- settings: {
1122
- foreground: '#c789d6',
1123
- },
1124
- },
1125
- {
1126
- scope: 'string.quoted.double.json punctuation.definition.string.json',
1127
- settings: {
1128
- foreground: '#0c969b',
1129
- },
1130
- },
1131
- {
1132
- scope: 'meta.structure.dictionary.json meta.structure.dictionary.value constant.language',
1133
- settings: {
1134
- foreground: '#bc5454',
1135
- },
1136
- },
1137
- {
1138
- scope: 'variable.other.object.js',
1139
- settings: {
1140
- fontStyle: 'italic',
1141
- foreground: '#0c969b',
1142
- },
1143
- },
1144
- {
1145
- scope: ['variable.other.ruby'],
1146
- settings: {
1147
- foreground: '#403f53',
1148
- },
1149
- },
1150
- {
1151
- scope: ['entity.name.type.class.ruby'],
1152
- settings: {
1153
- foreground: '#c96765',
1154
- },
1155
- },
1156
- {
1157
- scope: 'constant.language.symbol.hashkey.ruby',
1158
- settings: {
1159
- foreground: '#0c969b',
1160
- },
1161
- },
1162
- {
1163
- scope: 'constant.language.symbol.ruby',
1164
- settings: {
1165
- foreground: '#0c969b',
1166
- },
1167
- },
1168
- {
1169
- scope: 'entity.name.tag.less',
1170
- settings: {
1171
- foreground: '#994cc3',
1172
- },
1173
- },
1174
- {
1175
- scope: 'keyword.other.unit.css',
1176
- settings: {
1177
- foreground: '#0c969b',
1178
- },
1179
- },
1180
- {
1181
- scope: 'meta.attribute-selector.less entity.other.attribute-name.attribute',
1182
- settings: {
1183
- foreground: '#aa0982',
1184
- },
1185
- },
1186
- {
1187
- scope: ['markup.heading', 'markup.heading.setext.1', 'markup.heading.setext.2'],
1188
- settings: {
1189
- foreground: '#4876d6',
1190
- },
1191
- },
1192
- {
1193
- scope: 'markup.italic',
1194
- settings: {
1195
- fontStyle: 'italic',
1196
- foreground: '#994cc3',
1197
- },
1198
- },
1199
- {
1200
- scope: 'markup.bold',
1201
- settings: {
1202
- fontStyle: 'bold',
1203
- foreground: '#4876d6',
1204
- },
1205
- },
1206
- {
1207
- scope: 'markup.quote',
1208
- settings: {
1209
- fontStyle: 'italic',
1210
- foreground: '#697098',
1211
- },
1212
- },
1213
- {
1214
- scope: 'markup.inline.raw',
1215
- settings: {
1216
- foreground: '#0c969b',
1217
- },
1218
- },
1219
- {
1220
- scope: ['markup.underline.link', 'markup.underline.link.image'],
1221
- settings: {
1222
- foreground: '#ff869a',
1223
- },
1224
- },
1225
- {
1226
- scope: ['string.other.link.title.markdown', 'string.other.link.description.markdown'],
1227
- settings: {
1228
- foreground: '#403f53',
1229
- },
1230
- },
1231
- {
1232
- scope: [
1233
- 'punctuation.definition.string.markdown',
1234
- 'punctuation.definition.string.begin.markdown',
1235
- 'punctuation.definition.string.end.markdown',
1236
- 'meta.link.inline.markdown punctuation.definition.string',
1237
- ],
1238
- settings: {
1239
- foreground: '#4876d6',
1240
- },
1241
- },
1242
- {
1243
- scope: ['punctuation.definition.metadata.markdown'],
1244
- settings: {
1245
- foreground: '#0c969b',
1246
- },
1247
- },
1248
- {
1249
- scope: ['beginning.punctuation.definition.list.markdown'],
1250
- settings: {
1251
- foreground: '#4876d6',
1252
- },
1253
- },
1254
- {
1255
- scope: 'markup.inline.raw.string.markdown',
1256
- settings: {
1257
- foreground: '#4876d6',
1258
- },
1259
- },
1260
- {
1261
- scope: ['variable.other.php', 'variable.other.property.php'],
1262
- settings: {
1263
- foreground: '#111111',
1264
- },
1265
- },
1266
- {
1267
- scope: 'support.class.php',
1268
- settings: {
1269
- foreground: '#111111',
1270
- },
1271
- },
1272
- {
1273
- scope: 'meta.function-call.php punctuation',
1274
- settings: {
1275
- foreground: '#403f53',
1276
- },
1277
- },
1278
- {
1279
- scope: 'variable.other.global.php',
1280
- settings: {
1281
- foreground: '#4876d6',
1282
- },
1283
- },
1284
- {
1285
- scope: 'variable.other.global.php punctuation.definition.variable',
1286
- settings: {
1287
- foreground: '#4876d6',
1288
- },
1289
- },
1290
- {
1291
- scope: 'constant.language.python',
1292
- settings: {
1293
- foreground: '#bc5454',
1294
- },
1295
- },
1296
- {
1297
- scope: ['variable.parameter.function.python', 'meta.function-call.arguments.python'],
1298
- settings: {
1299
- foreground: '#4876d6',
1300
- },
1301
- },
1302
- {
1303
- scope: ['meta.function-call.python', 'meta.function-call.generic.python'],
1304
- settings: {
1305
- foreground: '#0c969b',
1306
- },
1307
- },
1308
- {
1309
- scope: 'punctuation.python',
1310
- settings: {
1311
- foreground: '#403f53',
1312
- },
1313
- },
1314
- {
1315
- scope: 'entity.name.function.decorator.python',
1316
- settings: {
1317
- foreground: '#4876d6',
1318
- },
1319
- },
1320
- {
1321
- scope: 'source.python variable.language.special',
1322
- settings: {
1323
- foreground: '#aa0982',
1324
- },
1325
- },
1326
- {
1327
- scope: 'keyword.control',
1328
- settings: {
1329
- fontStyle: 'italic',
1330
- foreground: '#994cc3',
1331
- },
1332
- },
1333
- {
1334
- scope: [
1335
- 'variable.scss',
1336
- 'variable.sass',
1337
- 'variable.parameter.url.scss',
1338
- 'variable.parameter.url.sass',
1339
- ],
1340
- settings: {
1341
- foreground: '#4876d6',
1342
- },
1343
- },
1344
- {
1345
- scope: ['source.css.scss meta.at-rule variable', 'source.css.sass meta.at-rule variable'],
1346
- settings: {
1347
- foreground: '#4876d6',
1348
- },
1349
- },
1350
- {
1351
- scope: ['source.css.scss meta.at-rule variable', 'source.css.sass meta.at-rule variable'],
1352
- settings: {
1353
- foreground: '#111111',
1354
- },
1355
- },
1356
- {
1357
- scope: [
1358
- 'meta.attribute-selector.scss entity.other.attribute-name.attribute',
1359
- 'meta.attribute-selector.sass entity.other.attribute-name.attribute',
1360
- ],
1361
- settings: {
1362
- foreground: '#aa0982',
1363
- },
1364
- },
1365
- {
1366
- scope: ['entity.name.tag.scss', 'entity.name.tag.sass'],
1367
- settings: {
1368
- foreground: '#0c969b',
1369
- },
1370
- },
1371
- {
1372
- scope: ['keyword.other.unit.scss', 'keyword.other.unit.sass'],
1373
- settings: {
1374
- foreground: '#994cc3',
1375
- },
1376
- },
1377
- {
1378
- scope: [
1379
- 'variable.other.readwrite.alias.ts',
1380
- 'variable.other.readwrite.alias.tsx',
1381
- 'variable.other.readwrite.ts',
1382
- 'variable.other.readwrite.tsx',
1383
- 'variable.other.object.ts',
1384
- 'variable.other.object.tsx',
1385
- 'variable.object.property.ts',
1386
- 'variable.object.property.tsx',
1387
- 'variable.other.ts',
1388
- 'variable.other.tsx',
1389
- 'variable.tsx',
1390
- 'variable.ts',
1391
- ],
1392
- settings: {
1393
- foreground: '#403f53',
1394
- },
1395
- },
1396
- {
1397
- scope: ['entity.name.type.ts', 'entity.name.type.tsx'],
1398
- settings: {
1399
- foreground: '#111111',
1400
- },
1401
- },
1402
- {
1403
- scope: ['support.class.node.ts', 'support.class.node.tsx'],
1404
- settings: {
1405
- foreground: '#4876d6',
1406
- },
1407
- },
1408
- {
1409
- scope: [
1410
- 'meta.type.parameters.ts entity.name.type',
1411
- 'meta.type.parameters.tsx entity.name.type',
1412
- ],
1413
- settings: {
1414
- foreground: '#5f7e97',
1415
- },
1416
- },
1417
- {
1418
- scope: [
1419
- 'meta.import.ts punctuation.definition.block',
1420
- 'meta.import.tsx punctuation.definition.block',
1421
- 'meta.export.ts punctuation.definition.block',
1422
- 'meta.export.tsx punctuation.definition.block',
1423
- ],
1424
- settings: {
1425
- foreground: '#403f53',
1426
- },
1427
- },
1428
- {
1429
- scope: [
1430
- 'meta.decorator punctuation.decorator.ts',
1431
- 'meta.decorator punctuation.decorator.tsx',
1432
- ],
1433
- settings: {
1434
- foreground: '#4876d6',
1435
- },
1436
- },
1437
- {
1438
- scope: 'meta.tag.js meta.jsx.children.tsx',
1439
- settings: {
1440
- foreground: '#4876d6',
1441
- },
1442
- },
1443
- {
1444
- scope: 'entity.name.tag.yaml',
1445
- settings: {
1446
- foreground: '#111111',
1447
- },
1448
- },
1449
- {
1450
- scope: ['variable.other.readwrite.js', 'variable.parameter'],
1451
- settings: {
1452
- foreground: '#403f53',
1453
- },
1454
- },
1455
- {
1456
- scope: ['support.class.component.js', 'support.class.component.tsx'],
1457
- settings: {
1458
- fontStyle: '',
1459
- foreground: '#aa0982',
1460
- },
1461
- },
1462
- {
1463
- scope: ['meta.jsx.children', 'meta.jsx.children.js', 'meta.jsx.children.tsx'],
1464
- settings: {
1465
- foreground: '#403f53',
1466
- },
1467
- },
1468
- {
1469
- scope: 'meta.class entity.name.type.class.tsx',
1470
- settings: {
1471
- foreground: '#111111',
1472
- },
1473
- },
1474
- {
1475
- scope: ['entity.name.type.tsx', 'entity.name.type.module.tsx'],
1476
- settings: {
1477
- foreground: '#111111',
1478
- },
1479
- },
1480
- {
1481
- scope: [
1482
- 'meta.class.ts meta.var.expr.ts storage.type.ts',
1483
- 'meta.class.tsx meta.var.expr.tsx storage.type.tsx',
1484
- ],
1485
- settings: {
1486
- foreground: '#994CC3',
1487
- },
1488
- },
1489
- {
1490
- scope: [
1491
- 'meta.method.declaration storage.type.ts',
1492
- 'meta.method.declaration storage.type.tsx',
1493
- ],
1494
- settings: {
1495
- foreground: '#4876d6',
1496
- },
1497
- },
1498
- {
1499
- scope: [
1500
- 'meta.property-list.css meta.property-value.css variable.other.less',
1501
- 'meta.property-list.scss variable.scss',
1502
- 'meta.property-list.sass variable.sass',
1503
- 'meta.brace',
1504
- 'keyword.operator.operator',
1505
- 'keyword.operator.or.regexp',
1506
- 'keyword.operator.expression.in',
1507
- 'keyword.operator.relational',
1508
- 'keyword.operator.assignment',
1509
- 'keyword.operator.comparison',
1510
- 'keyword.operator.type',
1511
- 'keyword.operator',
1512
- 'keyword',
1513
- 'punctuation.definintion.string',
1514
- 'punctuation',
1515
- 'variable.other.readwrite.js',
1516
- 'storage.type',
1517
- 'source.css',
1518
- 'string.quoted',
1519
- ],
1520
- settings: {
1521
- fontStyle: '',
1522
- },
1523
- },
1524
- ],
1525
- type: 'light',
1526
- }