@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,947 +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: '#282A36',
8
- colors: {
9
- 'activityBar.activeBackground': '#BD93F9',
10
- 'activityBar.activeBorder': '#FF79C6',
11
- 'activityBar.background': '#343746',
12
- 'activityBar.foreground': '#F8F8F2',
13
- 'activityBar.inactiveForeground': '#6272A4',
14
- 'activityBarBadge.background': '#FF79C6',
15
- 'activityBarBadge.foreground': '#F8F8F2',
16
- 'badge.background': '#44475A',
17
- 'badge.foreground': '#F8F8F2',
18
- 'breadcrumb.activeSelectionForeground': '#F8F8F2',
19
- 'breadcrumb.background': '#282A36',
20
- 'breadcrumb.focusForeground': '#F8F8F2',
21
- 'breadcrumb.foreground': '#6272A4',
22
- 'breadcrumbPicker.background': '#191A21',
23
- 'button.background': '#44475A',
24
- 'button.foreground': '#F8F8F2',
25
- 'button.secondaryBackground': '#282A36',
26
- 'button.secondaryForeground': '#F8F8F2',
27
- 'button.secondaryHoverBackground': '#343746',
28
- 'contrastBorder': '#BD93F9',
29
- 'debugToolBar.background': '#21222C',
30
- 'descriptionForeground': '#6272A4',
31
- 'diffEditor.insertedLineBackground': '#2f4f42',
32
- 'diffEditor.insertedTextBackground': '#50FA7B',
33
- 'diffEditor.removedLineBackground': '#4f323c',
34
- 'diffEditor.removedTextBackground': '#FF5555',
35
- 'dropdown.background': '#343746',
36
- 'dropdown.border': '#191A21',
37
- 'dropdown.foreground': '#F8F8F2',
38
- 'editor.background': '#282A36',
39
- 'editor.findMatchBackground': '#FFB86C',
40
- 'editor.findMatchHighlightBackground': '#FFFFFF',
41
- 'editor.findRangeHighlightBackground': '#44475A',
42
- 'editor.foldBackground': '#21222C',
43
- 'editor.foreground': '#F8F8F2',
44
- 'editor.hoverHighlightBackground': '#8BE9FD',
45
- 'editor.lineHighlightBackground': '#30323e',
46
- 'editor.lineHighlightBorder': '#44475A',
47
- 'editor.rangeHighlightBackground': '#BD93F9',
48
- 'editor.selectionBackground': '#44475A',
49
- 'editor.selectionHighlightBackground': '#424450',
50
- 'editor.snippetFinalTabstopHighlightBackground': '#282A36',
51
- 'editor.snippetFinalTabstopHighlightBorder': '#50FA7B',
52
- 'editor.snippetTabstopHighlightBackground': '#282A36',
53
- 'editor.snippetTabstopHighlightBorder': '#6272A4',
54
- 'editor.wordHighlightBackground': '#8BE9FD',
55
- 'editor.wordHighlightStrongBackground': '#50FA7B',
56
- 'editorBracketHighlight.foreground1': '#F8F8F2',
57
- 'editorBracketHighlight.foreground2': '#FF79C6',
58
- 'editorBracketHighlight.foreground3': '#8BE9FD',
59
- 'editorBracketHighlight.foreground4': '#50FA7B',
60
- 'editorBracketHighlight.foreground5': '#BD93F9',
61
- 'editorBracketHighlight.foreground6': '#FFB86C',
62
- 'editorBracketHighlight.unexpectedBracket.foreground': '#FF5555',
63
- 'editorCodeLens.foreground': '#6272A4',
64
- 'editorCursor.foreground': '#F8F8F2',
65
- 'editorError.foreground': '#FF5555',
66
- 'editorGroup.border': '#BD93F9',
67
- 'editorGroup.dropBackground': '#44475A',
68
- 'editorGroupHeader.tabsBackground': '#191A21',
69
- 'editorGutter.addedBackground': '#50FA7B',
70
- 'editorGutter.deletedBackground': '#FF5555',
71
- 'editorGutter.modifiedBackground': '#8BE9FD',
72
- 'editorHoverWidget.background': '#282A36',
73
- 'editorHoverWidget.border': '#6272A4',
74
- 'editorIndentGuide.activeBackground': '#FFFFFF',
75
- 'editorIndentGuide.background': '#FFFFFF',
76
- 'editorLineNumber.foreground': '#6272A4',
77
- 'editorLink.activeForeground': '#8BE9FD',
78
- 'editorMarkerNavigation.background': '#21222C',
79
- 'editorOverviewRuler.addedForeground': '#50FA7B',
80
- 'editorOverviewRuler.border': '#191A21',
81
- 'editorOverviewRuler.currentContentForeground': '#50FA7B',
82
- 'editorOverviewRuler.deletedForeground': '#FF5555',
83
- 'editorOverviewRuler.errorForeground': '#FF5555',
84
- 'editorOverviewRuler.incomingContentForeground': '#BD93F9',
85
- 'editorOverviewRuler.infoForeground': '#8BE9FD',
86
- 'editorOverviewRuler.modifiedForeground': '#8BE9FD',
87
- 'editorOverviewRuler.selectionHighlightForeground': '#FFB86C',
88
- 'editorOverviewRuler.warningForeground': '#FFB86C',
89
- 'editorOverviewRuler.wordHighlightForeground': '#8BE9FD',
90
- 'editorOverviewRuler.wordHighlightStrongForeground': '#50FA7B',
91
- 'editorRuler.foreground': '#FFFFFF',
92
- 'editorSuggestWidget.background': '#21222C',
93
- 'editorSuggestWidget.foreground': '#F8F8F2',
94
- 'editorSuggestWidget.selectedBackground': '#44475A',
95
- 'editorWarning.foreground': '#8BE9FD',
96
- 'editorWhitespace.foreground': '#FFFFFF',
97
- 'editorWidget.background': '#21222C',
98
- 'errorForeground': '#FF5555',
99
- 'extensionButton.prominentBackground': '#50FA7B',
100
- 'extensionButton.prominentForeground': '#F8F8F2',
101
- 'extensionButton.prominentHoverBackground': '#50FA7B',
102
- 'focusBorder': '#6272A4',
103
- 'foreground': '#F8F8F2',
104
- 'gitDecoration.addedResourceForeground': '#50FA7B',
105
- 'gitDecoration.conflictingResourceForeground': '#FFB86C',
106
- 'gitDecoration.deletedResourceForeground': '#FF5555',
107
- 'gitDecoration.ignoredResourceForeground': '#6272A4',
108
- 'gitDecoration.modifiedResourceForeground': '#8BE9FD',
109
- 'gitDecoration.untrackedResourceForeground': '#50FA7B',
110
- 'inlineChat.regionHighlight': '#343746',
111
- 'input.background': '#282A36',
112
- 'input.border': '#191A21',
113
- 'input.foreground': '#F8F8F2',
114
- 'input.placeholderForeground': '#6272A4',
115
- 'inputOption.activeBorder': '#BD93F9',
116
- 'inputValidation.errorBorder': '#FF5555',
117
- 'inputValidation.infoBorder': '#FF79C6',
118
- 'inputValidation.warningBorder': '#FFB86C',
119
- 'list.activeSelectionBackground': '#44475A',
120
- 'list.activeSelectionForeground': '#F8F8F2',
121
- 'list.dropBackground': '#44475A',
122
- 'list.errorForeground': '#FF5555',
123
- 'list.focusBackground': '#44475A',
124
- 'list.highlightForeground': '#8BE9FD',
125
- 'list.hoverBackground': '#44475A',
126
- 'list.inactiveSelectionBackground': '#44475A',
127
- 'list.warningForeground': '#FFB86C',
128
- 'listFilterWidget.background': '#343746',
129
- 'listFilterWidget.noMatchesOutline': '#FF5555',
130
- 'listFilterWidget.outline': '#424450',
131
- 'merge.currentHeaderBackground': '#50FA7B',
132
- 'merge.incomingHeaderBackground': '#BD93F9',
133
- 'panel.background': '#282A36',
134
- 'panel.border': '#BD93F9',
135
- 'panelTitle.activeBorder': '#FF79C6',
136
- 'panelTitle.activeForeground': '#F8F8F2',
137
- 'panelTitle.inactiveForeground': '#6272A4',
138
- 'peekView.border': '#44475A',
139
- 'peekViewEditor.background': '#282A36',
140
- 'peekViewEditor.matchHighlightBackground': '#F1FA8C',
141
- 'peekViewResult.background': '#21222C',
142
- 'peekViewResult.fileForeground': '#F8F8F2',
143
- 'peekViewResult.lineForeground': '#F8F8F2',
144
- 'peekViewResult.matchHighlightBackground': '#F1FA8C',
145
- 'peekViewResult.selectionBackground': '#44475A',
146
- 'peekViewResult.selectionForeground': '#F8F8F2',
147
- 'peekViewTitle.background': '#191A21',
148
- 'peekViewTitleDescription.foreground': '#6272A4',
149
- 'peekViewTitleLabel.foreground': '#F8F8F2',
150
- 'pickerGroup.border': '#BD93F9',
151
- 'pickerGroup.foreground': '#8BE9FD',
152
- 'progressBar.background': '#FF79C6',
153
- 'selection.background': '#BD93F9',
154
- 'settings.checkboxBackground': '#21222C',
155
- 'settings.checkboxBorder': '#191A21',
156
- 'settings.checkboxForeground': '#F8F8F2',
157
- 'settings.dropdownBackground': '#21222C',
158
- 'settings.dropdownBorder': '#191A21',
159
- 'settings.dropdownForeground': '#F8F8F2',
160
- 'settings.headerForeground': '#F8F8F2',
161
- 'settings.modifiedItemIndicator': '#FFB86C',
162
- 'settings.numberInputBackground': '#21222C',
163
- 'settings.numberInputBorder': '#191A21',
164
- 'settings.numberInputForeground': '#F8F8F2',
165
- 'settings.textInputBackground': '#21222C',
166
- 'settings.textInputBorder': '#191A21',
167
- 'settings.textInputForeground': '#F8F8F2',
168
- 'sideBar.background': '#21222C',
169
- 'sideBar.foreground': '#F8F8F2',
170
- 'sideBarSectionHeader.background': '#282A36',
171
- 'sideBarSectionHeader.border': '#191A21',
172
- 'sideBarSectionHeader.foreground': '#afb0b0',
173
- 'sideBarTitle.foreground': '#F8F8F2',
174
- 'statusBar.background': '#191A21',
175
- 'statusBar.debuggingBackground': '#FF5555',
176
- 'statusBar.debuggingForeground': '#191A21',
177
- 'statusBar.foreground': '#F8F8F2',
178
- 'statusBar.noFolderBackground': '#191A21',
179
- 'statusBar.noFolderForeground': '#F8F8F2',
180
- 'statusBarItem.prominentBackground': '#FF5555',
181
- 'statusBarItem.prominentHoverBackground': '#FFB86C',
182
- 'statusBarItem.remoteBackground': '#BD93F9',
183
- 'statusBarItem.remoteForeground': '#282A36',
184
- 'tab.activeBackground': '#282A36',
185
- 'tab.activeBorderTop': '#FF79C6',
186
- 'tab.activeForeground': '#F8F8F2',
187
- 'tab.border': '#191A21',
188
- 'tab.inactiveBackground': '#21222C',
189
- 'tab.inactiveForeground': '#6272A4',
190
- 'terminal.ansiBlack': '#21222C',
191
- 'terminal.ansiBlue': '#BD93F9',
192
- 'terminal.ansiBrightBlack': '#6272A4',
193
- 'terminal.ansiBrightBlue': '#D6ACFF',
194
- 'terminal.ansiBrightCyan': '#A4FFFF',
195
- 'terminal.ansiBrightGreen': '#69FF94',
196
- 'terminal.ansiBrightMagenta': '#FF92DF',
197
- 'terminal.ansiBrightRed': '#FF6E6E',
198
- 'terminal.ansiBrightWhite': '#FFFFFF',
199
- 'terminal.ansiBrightYellow': '#FFFFA5',
200
- 'terminal.ansiCyan': '#8BE9FD',
201
- 'terminal.ansiGreen': '#50FA7B',
202
- 'terminal.ansiMagenta': '#FF79C6',
203
- 'terminal.ansiRed': '#FF5555',
204
- 'terminal.ansiWhite': '#F8F8F2',
205
- 'terminal.ansiYellow': '#F1FA8C',
206
- 'terminal.background': '#282A36',
207
- 'terminal.foreground': '#F8F8F2',
208
- 'textLink.activeForeground': '#BD93F9',
209
- 'textLink.foreground': '#8BE9FD',
210
- 'titleBar.activeBackground': '#21222C',
211
- 'titleBar.activeForeground': '#F8F8F2',
212
- 'titleBar.inactiveBackground': '#191A21',
213
- 'titleBar.inactiveForeground': '#6272A4',
214
- 'walkThrough.embeddedEditorBackground': '#21222C',
215
- },
216
- displayName: 'Dracula Theme',
217
- fg: '#F8F8F2',
218
- name: 'dracula',
219
- semanticHighlighting: true,
220
- settings: [
221
- {
222
- settings: {
223
- background: '#282A36',
224
- foreground: '#F8F8F2',
225
- },
226
- },
227
- {
228
- scope: ['emphasis'],
229
- settings: {
230
- fontStyle: 'italic',
231
- },
232
- },
233
- {
234
- scope: ['strong'],
235
- settings: {
236
- fontStyle: 'bold',
237
- },
238
- },
239
- {
240
- scope: ['header'],
241
- settings: {
242
- foreground: '#BD93F9',
243
- },
244
- },
245
- {
246
- scope: ['meta.diff', 'meta.diff.header'],
247
- settings: {
248
- foreground: '#6272A4',
249
- },
250
- },
251
- {
252
- scope: ['markup.inserted'],
253
- settings: {
254
- foreground: '#50FA7B',
255
- },
256
- },
257
- {
258
- scope: ['markup.deleted'],
259
- settings: {
260
- foreground: '#FF5555',
261
- },
262
- },
263
- {
264
- scope: ['markup.changed'],
265
- settings: {
266
- foreground: '#FFB86C',
267
- },
268
- },
269
- {
270
- scope: ['invalid'],
271
- settings: {
272
- fontStyle: 'underline italic',
273
- foreground: '#FF5555',
274
- },
275
- },
276
- {
277
- scope: ['invalid.deprecated'],
278
- settings: {
279
- fontStyle: 'underline italic',
280
- foreground: '#F8F8F2',
281
- },
282
- },
283
- {
284
- scope: ['entity.name.filename'],
285
- settings: {
286
- foreground: '#F1FA8C',
287
- },
288
- },
289
- {
290
- scope: ['markup.error'],
291
- settings: {
292
- foreground: '#FF5555',
293
- },
294
- },
295
- {
296
- scope: ['markup.underline'],
297
- settings: {
298
- fontStyle: 'underline',
299
- },
300
- },
301
- {
302
- scope: ['markup.bold'],
303
- settings: {
304
- fontStyle: 'bold',
305
- foreground: '#FFB86C',
306
- },
307
- },
308
- {
309
- scope: ['markup.heading'],
310
- settings: {
311
- fontStyle: 'bold',
312
- foreground: '#BD93F9',
313
- },
314
- },
315
- {
316
- scope: ['markup.italic'],
317
- settings: {
318
- fontStyle: 'italic',
319
- foreground: '#F1FA8C',
320
- },
321
- },
322
- {
323
- scope: [
324
- 'beginning.punctuation.definition.list.markdown',
325
- 'beginning.punctuation.definition.quote.markdown',
326
- 'punctuation.definition.link.restructuredtext',
327
- ],
328
- settings: {
329
- foreground: '#8BE9FD',
330
- },
331
- },
332
- {
333
- scope: ['markup.inline.raw', 'markup.raw.restructuredtext'],
334
- settings: {
335
- foreground: '#50FA7B',
336
- },
337
- },
338
- {
339
- scope: ['markup.underline.link', 'markup.underline.link.image'],
340
- settings: {
341
- foreground: '#8BE9FD',
342
- },
343
- },
344
- {
345
- scope: [
346
- 'meta.link.reference.def.restructuredtext',
347
- 'punctuation.definition.directive.restructuredtext',
348
- 'string.other.link.description',
349
- 'string.other.link.title',
350
- ],
351
- settings: {
352
- foreground: '#FF79C6',
353
- },
354
- },
355
- {
356
- scope: ['entity.name.directive.restructuredtext', 'markup.quote'],
357
- settings: {
358
- fontStyle: 'italic',
359
- foreground: '#F1FA8C',
360
- },
361
- },
362
- {
363
- scope: ['meta.separator.markdown'],
364
- settings: {
365
- foreground: '#6272A4',
366
- },
367
- },
368
- {
369
- scope: [
370
- 'fenced_code.block.language',
371
- 'markup.raw.inner.restructuredtext',
372
- 'markup.fenced_code.block.markdown punctuation.definition.markdown',
373
- ],
374
- settings: {
375
- foreground: '#50FA7B',
376
- },
377
- },
378
- {
379
- scope: ['punctuation.definition.constant.restructuredtext'],
380
- settings: {
381
- foreground: '#BD93F9',
382
- },
383
- },
384
- {
385
- scope: [
386
- 'markup.heading.markdown punctuation.definition.string.begin',
387
- 'markup.heading.markdown punctuation.definition.string.end',
388
- ],
389
- settings: {
390
- foreground: '#BD93F9',
391
- },
392
- },
393
- {
394
- scope: [
395
- 'meta.paragraph.markdown punctuation.definition.string.begin',
396
- 'meta.paragraph.markdown punctuation.definition.string.end',
397
- ],
398
- settings: {
399
- foreground: '#F8F8F2',
400
- },
401
- },
402
- {
403
- scope: [
404
- 'markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin',
405
- 'markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end',
406
- ],
407
- settings: {
408
- foreground: '#F1FA8C',
409
- },
410
- },
411
- {
412
- scope: ['entity.name.type.class', 'entity.name.class'],
413
- settings: {
414
- fontStyle: 'normal',
415
- foreground: '#8BE9FD',
416
- },
417
- },
418
- {
419
- scope: [
420
- 'keyword.expressions-and-types.swift',
421
- 'keyword.other.this',
422
- 'variable.language',
423
- 'variable.language punctuation.definition.variable.php',
424
- 'variable.other.readwrite.instance.ruby',
425
- 'variable.parameter.function.language.special',
426
- ],
427
- settings: {
428
- fontStyle: 'italic',
429
- foreground: '#BD93F9',
430
- },
431
- },
432
- {
433
- scope: ['entity.other.inherited-class'],
434
- settings: {
435
- fontStyle: 'italic',
436
- foreground: '#8BE9FD',
437
- },
438
- },
439
- {
440
- scope: ['comment', 'punctuation.definition.comment', 'unused.comment', 'wildcard.comment'],
441
- settings: {
442
- foreground: '#6272A4',
443
- },
444
- },
445
- {
446
- scope: [
447
- 'comment keyword.codetag.notation',
448
- 'comment.block.documentation keyword',
449
- 'comment.block.documentation storage.type.class',
450
- ],
451
- settings: {
452
- foreground: '#FF79C6',
453
- },
454
- },
455
- {
456
- scope: ['comment.block.documentation entity.name.type'],
457
- settings: {
458
- fontStyle: 'italic',
459
- foreground: '#8BE9FD',
460
- },
461
- },
462
- {
463
- scope: ['comment.block.documentation entity.name.type punctuation.definition.bracket'],
464
- settings: {
465
- foreground: '#8BE9FD',
466
- },
467
- },
468
- {
469
- scope: ['comment.block.documentation variable'],
470
- settings: {
471
- fontStyle: 'italic',
472
- foreground: '#FFB86C',
473
- },
474
- },
475
- {
476
- scope: ['constant', 'variable.other.constant'],
477
- settings: {
478
- foreground: '#BD93F9',
479
- },
480
- },
481
- {
482
- scope: ['constant.character.escape', 'constant.character.string.escape', 'constant.regexp'],
483
- settings: {
484
- foreground: '#FF79C6',
485
- },
486
- },
487
- {
488
- scope: ['entity.name.tag'],
489
- settings: {
490
- foreground: '#FF79C6',
491
- },
492
- },
493
- {
494
- scope: ['entity.other.attribute-name.parent-selector'],
495
- settings: {
496
- foreground: '#FF79C6',
497
- },
498
- },
499
- {
500
- scope: ['entity.other.attribute-name'],
501
- settings: {
502
- fontStyle: 'italic',
503
- foreground: '#50FA7B',
504
- },
505
- },
506
- {
507
- scope: [
508
- 'entity.name.function',
509
- 'meta.function-call.object',
510
- 'meta.function-call.php',
511
- 'meta.function-call.static',
512
- 'meta.method-call.java meta.method',
513
- 'meta.method.groovy',
514
- 'support.function.any-method.lua',
515
- 'keyword.operator.function.infix',
516
- ],
517
- settings: {
518
- foreground: '#50FA7B',
519
- },
520
- },
521
- {
522
- scope: [
523
- 'entity.name.variable.parameter',
524
- 'meta.at-rule.function variable',
525
- 'meta.at-rule.mixin variable',
526
- 'meta.function.arguments variable.other.php',
527
- 'meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql',
528
- 'variable.parameter',
529
- ],
530
- settings: {
531
- fontStyle: 'italic',
532
- foreground: '#FFB86C',
533
- },
534
- },
535
- {
536
- scope: ['meta.decorator variable.other.readwrite', 'meta.decorator variable.other.property'],
537
- settings: {
538
- fontStyle: 'italic',
539
- foreground: '#50FA7B',
540
- },
541
- },
542
- {
543
- scope: ['meta.decorator variable.other.object'],
544
- settings: {
545
- foreground: '#50FA7B',
546
- },
547
- },
548
- {
549
- scope: ['keyword', 'punctuation.definition.keyword'],
550
- settings: {
551
- foreground: '#FF79C6',
552
- },
553
- },
554
- {
555
- scope: ['keyword.control.new', 'keyword.operator.new'],
556
- settings: {
557
- fontStyle: 'bold',
558
- },
559
- },
560
- {
561
- scope: ['meta.selector'],
562
- settings: {
563
- foreground: '#FF79C6',
564
- },
565
- },
566
- {
567
- scope: ['support'],
568
- settings: {
569
- fontStyle: 'italic',
570
- foreground: '#8BE9FD',
571
- },
572
- },
573
- {
574
- scope: ['support.function.magic', 'support.variable', 'variable.other.predefined'],
575
- settings: {
576
- fontStyle: 'regular',
577
- foreground: '#BD93F9',
578
- },
579
- },
580
- {
581
- scope: ['support.function', 'support.type.property-name'],
582
- settings: {
583
- fontStyle: 'regular',
584
- },
585
- },
586
- {
587
- scope: [
588
- 'constant.other.symbol.hashkey punctuation.definition.constant.ruby',
589
- 'entity.other.attribute-name.placeholder punctuation',
590
- 'entity.other.attribute-name.pseudo-class punctuation',
591
- 'entity.other.attribute-name.pseudo-element punctuation',
592
- 'meta.group.double.toml',
593
- 'meta.group.toml',
594
- 'meta.object-binding-pattern-variable punctuation.destructuring',
595
- 'punctuation.colon.graphql',
596
- 'punctuation.definition.block.scalar.folded.yaml',
597
- 'punctuation.definition.block.scalar.literal.yaml',
598
- 'punctuation.definition.block.sequence.item.yaml',
599
- 'punctuation.definition.entity.other.inherited-class',
600
- 'punctuation.function.swift',
601
- 'punctuation.separator.dictionary.key-value',
602
- 'punctuation.separator.hash',
603
- 'punctuation.separator.inheritance',
604
- 'punctuation.separator.key-value',
605
- 'punctuation.separator.key-value.mapping.yaml',
606
- 'punctuation.separator.namespace',
607
- 'punctuation.separator.pointer-access',
608
- 'punctuation.separator.slice',
609
- 'string.unquoted.heredoc punctuation.definition.string',
610
- 'support.other.chomping-indicator.yaml',
611
- 'punctuation.separator.annotation',
612
- ],
613
- settings: {
614
- foreground: '#FF79C6',
615
- },
616
- },
617
- {
618
- scope: [
619
- 'keyword.operator.other.powershell',
620
- 'keyword.other.statement-separator.powershell',
621
- 'meta.brace.round',
622
- 'meta.function-call punctuation',
623
- 'punctuation.definition.arguments.begin',
624
- 'punctuation.definition.arguments.end',
625
- 'punctuation.definition.entity.begin',
626
- 'punctuation.definition.entity.end',
627
- 'punctuation.definition.tag.cs',
628
- 'punctuation.definition.type.begin',
629
- 'punctuation.definition.type.end',
630
- 'punctuation.section.scope.begin',
631
- 'punctuation.section.scope.end',
632
- 'punctuation.terminator.expression.php',
633
- 'storage.type.generic.java',
634
- 'string.template meta.brace',
635
- 'string.template punctuation.accessor',
636
- ],
637
- settings: {
638
- foreground: '#F8F8F2',
639
- },
640
- },
641
- {
642
- scope: [
643
- 'meta.string-contents.quoted.double punctuation.definition.variable',
644
- 'punctuation.definition.interpolation.begin',
645
- 'punctuation.definition.interpolation.end',
646
- 'punctuation.definition.template-expression.begin',
647
- 'punctuation.definition.template-expression.end',
648
- 'punctuation.section.embedded.begin',
649
- 'punctuation.section.embedded.coffee',
650
- 'punctuation.section.embedded.end',
651
- 'punctuation.section.embedded.end source.php',
652
- 'punctuation.section.embedded.end source.ruby',
653
- 'punctuation.definition.variable.makefile',
654
- ],
655
- settings: {
656
- foreground: '#FF79C6',
657
- },
658
- },
659
- {
660
- scope: [
661
- 'entity.name.function.target.makefile',
662
- 'entity.name.section.toml',
663
- 'entity.name.tag.yaml',
664
- 'variable.other.key.toml',
665
- ],
666
- settings: {
667
- foreground: '#8BE9FD',
668
- },
669
- },
670
- {
671
- scope: ['constant.other.date', 'constant.other.timestamp'],
672
- settings: {
673
- foreground: '#FFB86C',
674
- },
675
- },
676
- {
677
- scope: ['variable.other.alias.yaml'],
678
- settings: {
679
- fontStyle: 'italic underline',
680
- foreground: '#50FA7B',
681
- },
682
- },
683
- {
684
- scope: [
685
- 'storage',
686
- 'meta.implementation storage.type.objc',
687
- 'meta.interface-or-protocol storage.type.objc',
688
- 'source.groovy storage.type.def',
689
- ],
690
- settings: {
691
- fontStyle: 'regular',
692
- foreground: '#FF79C6',
693
- },
694
- },
695
- {
696
- scope: [
697
- 'entity.name.type',
698
- 'keyword.primitive-datatypes.swift',
699
- 'keyword.type.cs',
700
- 'meta.protocol-list.objc',
701
- 'meta.return-type.objc',
702
- 'source.go storage.type',
703
- 'source.groovy storage.type',
704
- 'source.java storage.type',
705
- 'source.powershell entity.other.attribute-name',
706
- 'storage.class.std.rust',
707
- 'storage.type.attribute.swift',
708
- 'storage.type.c',
709
- 'storage.type.core.rust',
710
- 'storage.type.cs',
711
- 'storage.type.groovy',
712
- 'storage.type.objc',
713
- 'storage.type.php',
714
- 'storage.type.haskell',
715
- 'storage.type.ocaml',
716
- ],
717
- settings: {
718
- fontStyle: 'italic',
719
- foreground: '#8BE9FD',
720
- },
721
- },
722
- {
723
- scope: [
724
- 'entity.name.type.type-parameter',
725
- 'meta.indexer.mappedtype.declaration entity.name.type',
726
- 'meta.type.parameters entity.name.type',
727
- ],
728
- settings: {
729
- foreground: '#FFB86C',
730
- },
731
- },
732
- {
733
- scope: ['storage.modifier'],
734
- settings: {
735
- foreground: '#FF79C6',
736
- },
737
- },
738
- {
739
- scope: [
740
- 'string.regexp',
741
- 'constant.other.character-class.set.regexp',
742
- 'constant.character.escape.backslash.regexp',
743
- ],
744
- settings: {
745
- foreground: '#F1FA8C',
746
- },
747
- },
748
- {
749
- scope: ['punctuation.definition.group.capture.regexp'],
750
- settings: {
751
- foreground: '#FF79C6',
752
- },
753
- },
754
- {
755
- scope: [
756
- 'string.regexp punctuation.definition.string.begin',
757
- 'string.regexp punctuation.definition.string.end',
758
- ],
759
- settings: {
760
- foreground: '#FF5555',
761
- },
762
- },
763
- {
764
- scope: ['punctuation.definition.character-class.regexp'],
765
- settings: {
766
- foreground: '#8BE9FD',
767
- },
768
- },
769
- {
770
- scope: ['punctuation.definition.group.regexp'],
771
- settings: {
772
- foreground: '#FFB86C',
773
- },
774
- },
775
- {
776
- scope: ['punctuation.definition.group.assertion.regexp', 'keyword.operator.negation.regexp'],
777
- settings: {
778
- foreground: '#FF5555',
779
- },
780
- },
781
- {
782
- scope: ['meta.assertion.look-ahead.regexp'],
783
- settings: {
784
- foreground: '#50FA7B',
785
- },
786
- },
787
- {
788
- scope: ['string'],
789
- settings: {
790
- foreground: '#F1FA8C',
791
- },
792
- },
793
- {
794
- scope: ['punctuation.definition.string.begin', 'punctuation.definition.string.end'],
795
- settings: {
796
- foreground: '#E9F284',
797
- },
798
- },
799
- {
800
- scope: [
801
- 'punctuation.support.type.property-name.begin',
802
- 'punctuation.support.type.property-name.end',
803
- ],
804
- settings: {
805
- foreground: '#8BE9FE',
806
- },
807
- },
808
- {
809
- scope: [
810
- 'string.quoted.docstring.multi',
811
- 'string.quoted.docstring.multi.python punctuation.definition.string.begin',
812
- 'string.quoted.docstring.multi.python punctuation.definition.string.end',
813
- 'string.quoted.docstring.multi.python constant.character.escape',
814
- ],
815
- settings: {
816
- foreground: '#6272A4',
817
- },
818
- },
819
- {
820
- scope: [
821
- 'variable',
822
- 'constant.other.key.perl',
823
- 'support.variable.property',
824
- 'variable.other.constant.js',
825
- 'variable.other.constant.ts',
826
- 'variable.other.constant.tsx',
827
- ],
828
- settings: {
829
- foreground: '#F8F8F2',
830
- },
831
- },
832
- {
833
- scope: [
834
- 'meta.import variable.other.readwrite',
835
- 'meta.variable.assignment.destructured.object.coffee variable',
836
- ],
837
- settings: {
838
- fontStyle: 'italic',
839
- foreground: '#FFB86C',
840
- },
841
- },
842
- {
843
- scope: [
844
- 'meta.import variable.other.readwrite.alias',
845
- 'meta.export variable.other.readwrite.alias',
846
- 'meta.variable.assignment.destructured.object.coffee variable variable',
847
- ],
848
- settings: {
849
- fontStyle: 'normal',
850
- foreground: '#F8F8F2',
851
- },
852
- },
853
- {
854
- scope: ['meta.selectionset.graphql variable'],
855
- settings: {
856
- foreground: '#F1FA8C',
857
- },
858
- },
859
- {
860
- scope: ['meta.selectionset.graphql meta.arguments variable'],
861
- settings: {
862
- foreground: '#F8F8F2',
863
- },
864
- },
865
- {
866
- scope: ['entity.name.fragment.graphql', 'variable.fragment.graphql'],
867
- settings: {
868
- foreground: '#8BE9FD',
869
- },
870
- },
871
- {
872
- scope: [
873
- 'constant.other.symbol.hashkey.ruby',
874
- 'keyword.operator.dereference.java',
875
- 'keyword.operator.navigation.groovy',
876
- 'meta.scope.for-loop.shell punctuation.definition.string.begin',
877
- 'meta.scope.for-loop.shell punctuation.definition.string.end',
878
- 'meta.scope.for-loop.shell string',
879
- 'storage.modifier.import',
880
- 'punctuation.section.embedded.begin.tsx',
881
- 'punctuation.section.embedded.end.tsx',
882
- 'punctuation.section.embedded.begin.jsx',
883
- 'punctuation.section.embedded.end.jsx',
884
- 'punctuation.separator.list.comma.css',
885
- 'constant.language.empty-list.haskell',
886
- ],
887
- settings: {
888
- foreground: '#F8F8F2',
889
- },
890
- },
891
- {
892
- scope: ['source.shell variable.other'],
893
- settings: {
894
- foreground: '#BD93F9',
895
- },
896
- },
897
- {
898
- scope: ['support.constant'],
899
- settings: {
900
- fontStyle: 'normal',
901
- foreground: '#BD93F9',
902
- },
903
- },
904
- {
905
- scope: ['meta.scope.prerequisites.makefile'],
906
- settings: {
907
- foreground: '#F1FA8C',
908
- },
909
- },
910
- {
911
- scope: ['meta.attribute-selector.scss'],
912
- settings: {
913
- foreground: '#F1FA8C',
914
- },
915
- },
916
- {
917
- scope: [
918
- 'punctuation.definition.attribute-selector.end.bracket.square.scss',
919
- 'punctuation.definition.attribute-selector.begin.bracket.square.scss',
920
- ],
921
- settings: {
922
- foreground: '#F8F8F2',
923
- },
924
- },
925
- {
926
- scope: ['meta.preprocessor.haskell'],
927
- settings: {
928
- foreground: '#6272A4',
929
- },
930
- },
931
- {
932
- scope: ['log.error'],
933
- settings: {
934
- fontStyle: 'bold',
935
- foreground: '#FF5555',
936
- },
937
- },
938
- {
939
- scope: ['log.warning'],
940
- settings: {
941
- fontStyle: 'bold',
942
- foreground: '#F1FA8C',
943
- },
944
- },
945
- ],
946
- type: 'dark',
947
- }