@brimveyn/aimux-config 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +47 -0
  3. package/src/defaults.ts +3 -0
  4. package/src/index.ts +9 -1
  5. package/src/normalize-theme.ts +260 -0
  6. package/src/themes/generated/andromeeda.ts +346 -0
  7. package/src/themes/generated/aurora-x.ts +603 -0
  8. package/src/themes/generated/ayu-dark.ts +817 -0
  9. package/src/themes/generated/ayu-light.ts +817 -0
  10. package/src/themes/generated/ayu-mirage.ts +817 -0
  11. package/src/themes/generated/catppuccin-frappe.ts +2041 -0
  12. package/src/themes/generated/catppuccin-latte.ts +2041 -0
  13. package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
  14. package/src/themes/generated/catppuccin-mocha.ts +2041 -0
  15. package/src/themes/generated/dark-plus.ts +614 -0
  16. package/src/themes/generated/dracula-soft.ts +947 -0
  17. package/src/themes/generated/dracula.ts +947 -0
  18. package/src/themes/generated/everforest-dark.ts +2246 -0
  19. package/src/themes/generated/everforest-light.ts +2246 -0
  20. package/src/themes/generated/github-dark-default.ts +605 -0
  21. package/src/themes/generated/github-dark-dimmed.ts +605 -0
  22. package/src/themes/generated/github-dark-high-contrast.ts +608 -0
  23. package/src/themes/generated/github-dark.ts +519 -0
  24. package/src/themes/generated/github-light-default.ts +602 -0
  25. package/src/themes/generated/github-light-high-contrast.ts +604 -0
  26. package/src/themes/generated/github-light.ts +515 -0
  27. package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
  28. package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
  29. package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
  30. package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
  31. package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
  32. package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
  33. package/src/themes/generated/horizon-bright.ts +420 -0
  34. package/src/themes/generated/horizon.ts +418 -0
  35. package/src/themes/generated/houston.ts +1819 -0
  36. package/src/themes/generated/index.ts +140 -0
  37. package/src/themes/generated/kanagawa-dragon.ts +753 -0
  38. package/src/themes/generated/kanagawa-lotus.ts +753 -0
  39. package/src/themes/generated/kanagawa-wave.ts +753 -0
  40. package/src/themes/generated/laserwave.ts +489 -0
  41. package/src/themes/generated/light-plus.ts +639 -0
  42. package/src/themes/generated/material-theme-darker.ts +759 -0
  43. package/src/themes/generated/material-theme-lighter.ts +759 -0
  44. package/src/themes/generated/material-theme-ocean.ts +759 -0
  45. package/src/themes/generated/material-theme-palenight.ts +759 -0
  46. package/src/themes/generated/material-theme.ts +759 -0
  47. package/src/themes/generated/min-dark.ts +326 -0
  48. package/src/themes/generated/min-light.ts +331 -0
  49. package/src/themes/generated/monokai.ts +463 -0
  50. package/src/themes/generated/night-owl-light.ts +1526 -0
  51. package/src/themes/generated/night-owl.ts +1628 -0
  52. package/src/themes/generated/nord.ts +1277 -0
  53. package/src/themes/generated/one-dark-pro.ts +1920 -0
  54. package/src/themes/generated/one-light.ts +1599 -0
  55. package/src/themes/generated/plastic.ts +315 -0
  56. package/src/themes/generated/poimandres.ts +1233 -0
  57. package/src/themes/generated/red.ts +395 -0
  58. package/src/themes/generated/rose-pine-dawn.ts +696 -0
  59. package/src/themes/generated/rose-pine-moon.ts +696 -0
  60. package/src/themes/generated/rose-pine.ts +696 -0
  61. package/src/themes/generated/slack-dark.ts +594 -0
  62. package/src/themes/generated/slack-ochin.ts +461 -0
  63. package/src/themes/generated/snazzy-light.ts +1254 -0
  64. package/src/themes/generated/solarized-dark.ts +387 -0
  65. package/src/themes/generated/solarized-light.ts +379 -0
  66. package/src/themes/generated/synthwave-84.ts +751 -0
  67. package/src/themes/generated/tokyo-night.ts +1420 -0
  68. package/src/themes/generated/vesper.ts +578 -0
  69. package/src/themes/generated/vitesse-black.ts +629 -0
  70. package/src/themes/generated/vitesse-dark.ts +629 -0
  71. package/src/themes/generated/vitesse-light.ts +627 -0
  72. package/src/themes.ts +57 -10
  73. package/src/types.ts +29 -4
  74. package/src/themes.generated.ts +0 -59794
@@ -0,0 +1,420 @@
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: '#FDF0ED',
8
+ colors: {
9
+ 'activityBar.background': '#FDF0ED',
10
+ 'activityBar.dropBackground': '#F9CEC3',
11
+ 'activityBar.foreground': '#06060C',
12
+ 'activityBarBadge.background': '#E84A72',
13
+ 'activityBarBadge.foreground': '#06060C',
14
+ 'badge.background': '#F9CBBE',
15
+ 'badge.foreground': '#06060C',
16
+ 'breadcrumbPicker.background': '#FADAD1',
17
+ 'button.background': '#F9CBBE',
18
+ 'button.foreground': '#06060C',
19
+ 'contrastBorder': '#1A1C23',
20
+ 'debugToolBar.background': '#FDF0ED',
21
+ 'descriptionForeground': '#06060C',
22
+ 'diffEditor.insertedLineBackground': '#d5e6d9',
23
+ 'diffEditor.insertedTextBackground': '#07DA8C',
24
+ 'diffEditor.removedLineBackground': '#fbd0d3',
25
+ 'diffEditor.removedTextBackground': '#F43E5C',
26
+ 'dropdown.background': '#FADAD1',
27
+ 'dropdown.listBackground': '#F9CBBE',
28
+ 'editor.background': '#FDF0ED',
29
+ 'editor.findMatchBackground': '#F9CEC3',
30
+ 'editor.findMatchHighlightBackground': '#F9CEC3',
31
+ 'editor.findRangeHighlightBackground': '#F9CEC3',
32
+ 'editor.foreground': '#333333',
33
+ 'editor.hoverHighlightBackground': '#F9CEC3',
34
+ 'editor.lineHighlightBackground': '#F9CBBE',
35
+ 'editor.rangeHighlightBackground': '#F9CBBE',
36
+ 'editor.selectionBackground': '#F9CBBE',
37
+ 'editor.selectionHighlightBackground': '#F9CEC3',
38
+ 'editor.wordHighlightBackground': '#F9CEC3',
39
+ 'editor.wordHighlightStrongBackground': '#F9CEC3',
40
+ 'editorBracketMatch.background': '#F9CEC3',
41
+ 'editorBracketMatch.border': '#F9CEC3',
42
+ 'editorCodeLens.foreground': '#F9CEC3',
43
+ 'editorCursor.background': '#FDF0ED',
44
+ 'editorCursor.foreground': '#E84A72',
45
+ 'editorError.foreground': '#F43E5C',
46
+ 'editorGroup.border': '#1A1C23',
47
+ 'editorGroup.dropBackground': '#F9CEC3',
48
+ 'editorGroupHeader.tabsBackground': '#FDF0ED',
49
+ 'editorGutter.addedBackground': '#07DA8C',
50
+ 'editorGutter.deletedBackground': '#F43E5C',
51
+ 'editorGutter.modifiedBackground': '#1EAEAE',
52
+ 'editorIndentGuide.activeBackground': '#F9CBBE',
53
+ 'editorIndentGuide.background': '#F9CBBE',
54
+ 'editorLineNumber.activeForeground': '#06060C',
55
+ 'editorLineNumber.foreground': '#06060C',
56
+ 'editorOverviewRuler.addedForeground': '#07DA8C',
57
+ 'editorOverviewRuler.border': '#F9CBBE',
58
+ 'editorOverviewRuler.bracketMatchForeground': '#06060C',
59
+ 'editorOverviewRuler.deletedForeground': '#F43E5C',
60
+ 'editorOverviewRuler.errorForeground': '#F43E5C',
61
+ 'editorOverviewRuler.findMatchForeground': '#F9CEC3',
62
+ 'editorOverviewRuler.modifiedForeground': '#1EAEAE',
63
+ 'editorOverviewRuler.warningForeground': '#1EB980',
64
+ 'editorRuler.foreground': '#F9CEC3',
65
+ 'editorSuggestWidget.highlightForeground': '#E84A72',
66
+ 'editorUnnecessaryCode.opacity': '#000000',
67
+ 'editorWarning.foreground': '#1EB980',
68
+ 'editorWidget.background': '#FADAD1',
69
+ 'editorWidget.border': '#FADAD1',
70
+ 'errorForeground': '#F43E5C',
71
+ 'extensionButton.prominentBackground': '#E84A72',
72
+ 'extensionButton.prominentHoverBackground': '#E73665',
73
+ 'focusBorder': '#1A1C23',
74
+ 'foreground': '#06060C',
75
+ 'gitDecoration.addedResourceForeground': '#1EB980',
76
+ 'gitDecoration.deletedResourceForeground': '#F43E5C',
77
+ 'gitDecoration.ignoredResourceForeground': '#06060C',
78
+ 'gitDecoration.modifiedResourceForeground': '#AF5427',
79
+ 'gitDecoration.untrackedResourceForeground': '#1EB980',
80
+ 'input.background': '#F9CBBE',
81
+ 'input.border': '#1A1C23',
82
+ 'input.foreground': '#333333',
83
+ 'inputOption.activeBorder': '#E73665',
84
+ 'inputValidation.errorBackground': '#F43E5C',
85
+ 'inputValidation.errorBorder': '#F43E5C',
86
+ 'list.activeSelectionBackground': '#F9CBBE',
87
+ 'list.activeSelectionForeground': '#06060C',
88
+ 'list.dropBackground': '#F9CEC3',
89
+ 'list.errorForeground': '#F43E5C',
90
+ 'list.focusBackground': '#F9CBBE',
91
+ 'list.focusForeground': '#06060C',
92
+ 'list.highlightForeground': '#E84A72',
93
+ 'list.hoverBackground': '#F9CBBE',
94
+ 'list.hoverForeground': '#06060C',
95
+ 'list.inactiveFocusBackground': '#F9CBBE',
96
+ 'list.inactiveSelectionBackground': '#F9CBBE',
97
+ 'list.inactiveSelectionForeground': '#06060C',
98
+ 'list.warningForeground': '#1EB980',
99
+ 'panel.background': '#FDF0ED',
100
+ 'panel.border': '#1A1C23',
101
+ 'panelTitle.activeBorder': '#E84A72',
102
+ 'peekView.border': '#1A1C23',
103
+ 'peekViewEditor.background': '#FADAD1',
104
+ 'peekViewEditor.matchHighlightBackground': '#F9CEC3',
105
+ 'peekViewResult.background': '#FADAD1',
106
+ 'peekViewResult.matchHighlightBackground': '#F9CEC3',
107
+ 'peekViewResult.selectionBackground': '#F9CBBE',
108
+ 'peekViewTitle.background': '#FADAD1',
109
+ 'pickerGroup.foreground': '#E84A72',
110
+ 'progressBar.background': '#E84A72',
111
+ 'scrollbar.shadow': '#16161C',
112
+ 'scrollbarSlider.activeBackground': '#F9CEC3',
113
+ 'scrollbarSlider.background': '#F9CEC3',
114
+ 'scrollbarSlider.hoverBackground': '#F9CEC3',
115
+ 'selection.background': '#AF5427',
116
+ 'sideBar.background': '#FDF0ED',
117
+ 'sideBar.dropBackground': '#F9CEC3',
118
+ 'sideBar.foreground': '#06060C',
119
+ 'sideBarSectionHeader.background': '#FDF0ED',
120
+ 'sideBarSectionHeader.foreground': '#06060C',
121
+ 'statusBar.background': '#FDF0ED',
122
+ 'statusBar.debuggingBackground': '#AF5427',
123
+ 'statusBar.debuggingForeground': '#06060C',
124
+ 'statusBar.foreground': '#06060C',
125
+ 'statusBar.noFolderBackground': '#FDF0ED',
126
+ 'statusBarItem.hoverBackground': '#F9CBBE',
127
+ 'statusBarItem.prominentBackground': '#F9CBBE',
128
+ 'statusBarItem.prominentHoverBackground': '#F9CEC3',
129
+ 'tab.activeBorder': '#E84A72',
130
+ 'tab.border': '#FDF0ED',
131
+ 'tab.inactiveBackground': '#FDF0ED',
132
+ 'terminal.ansiBlue': '#26BBD9',
133
+ 'terminal.ansiBrightBlue': '#3FC4DE',
134
+ 'terminal.ansiBrightCyan': '#6BE4E6',
135
+ 'terminal.ansiBrightGreen': '#3FDAA4',
136
+ 'terminal.ansiBrightMagenta': '#F075B5',
137
+ 'terminal.ansiBrightRed': '#EC6A88',
138
+ 'terminal.ansiBrightYellow': '#FBC3A7',
139
+ 'terminal.ansiCyan': '#59E1E3',
140
+ 'terminal.ansiGreen': '#29D398',
141
+ 'terminal.ansiMagenta': '#EE64AC',
142
+ 'terminal.ansiRed': '#E95678',
143
+ 'terminal.ansiYellow': '#FAB795',
144
+ 'terminal.foreground': '#06060C',
145
+ 'terminal.selectionBackground': '#F9CEC3',
146
+ 'terminalCursor.background': '#06060C',
147
+ 'terminalCursor.foreground': '#F9CEC3',
148
+ 'textLink.activeForeground': '#E73665',
149
+ 'textLink.foreground': '#E84A72',
150
+ 'titleBar.activeBackground': '#FDF0ED',
151
+ 'titleBar.inactiveBackground': '#FDF0ED',
152
+ 'walkThrough.embeddedEditorBackground': '#FADAD1',
153
+ 'widget.shadow': '#16161C',
154
+ },
155
+ displayName: 'Horizon Bright',
156
+ fg: '#333333',
157
+ name: 'horizon-bright',
158
+ semanticHighlighting: true,
159
+ settings: [
160
+ {
161
+ settings: {
162
+ background: '#FDF0ED',
163
+ foreground: '#333333',
164
+ },
165
+ },
166
+ {
167
+ scope: 'comment',
168
+ settings: {
169
+ fontStyle: 'italic',
170
+ foreground: '#33333380',
171
+ },
172
+ },
173
+ {
174
+ scope: 'constant',
175
+ settings: {
176
+ foreground: '#DC3318',
177
+ },
178
+ },
179
+ {
180
+ scope: 'constant.character.escape',
181
+ settings: {
182
+ foreground: '#1D8991',
183
+ },
184
+ },
185
+ {
186
+ scope: 'entity.name',
187
+ settings: {
188
+ foreground: '#F77D26',
189
+ },
190
+ },
191
+ {
192
+ scope: 'entity.name.function',
193
+ settings: {
194
+ foreground: '#1D8991',
195
+ },
196
+ },
197
+ {
198
+ scope: 'entity.name.tag',
199
+ settings: {
200
+ fontStyle: 'normal',
201
+ foreground: '#DA103F',
202
+ },
203
+ },
204
+ {
205
+ scope: ['entity.name.type', 'storage.type.cs'],
206
+ settings: {
207
+ foreground: '#F77D26',
208
+ },
209
+ },
210
+ {
211
+ scope: 'entity.other.attribute-name',
212
+ settings: {
213
+ fontStyle: 'normal',
214
+ foreground: '#DC3318',
215
+ },
216
+ },
217
+ {
218
+ scope: 'entity.other.inherited-class',
219
+ settings: {
220
+ foreground: '#F6661E',
221
+ },
222
+ },
223
+ {
224
+ scope: 'entity.other.attribute-name.id',
225
+ settings: {
226
+ foreground: '#1D8991',
227
+ },
228
+ },
229
+ {
230
+ scope: [
231
+ 'entity.other.attribute-name.pseudo-element',
232
+ 'entity.other.attribute-name.pseudo-class',
233
+ ],
234
+ settings: {
235
+ foreground: '#F6661E',
236
+ },
237
+ },
238
+ {
239
+ scope: ['entity.name.variable', 'variable'],
240
+ settings: {
241
+ foreground: '#DA103F',
242
+ },
243
+ },
244
+ {
245
+ scope: 'keyword',
246
+ settings: {
247
+ fontStyle: 'normal',
248
+ foreground: '#8A31B9',
249
+ },
250
+ },
251
+ {
252
+ scope: 'keyword.operator',
253
+ settings: {
254
+ foreground: '#333333',
255
+ },
256
+ },
257
+ {
258
+ scope: [
259
+ 'keyword.operator.new',
260
+ 'keyword.operator.expression',
261
+ 'keyword.operator.logical',
262
+ 'keyword.operator.delete',
263
+ ],
264
+ settings: {
265
+ foreground: '#8A31B9',
266
+ },
267
+ },
268
+ {
269
+ scope: 'keyword.other.unit',
270
+ settings: {
271
+ foreground: '#DC3318',
272
+ },
273
+ },
274
+ {
275
+ scope: 'markup.quote',
276
+ settings: {
277
+ fontStyle: 'italic',
278
+ foreground: '#F6661EB3',
279
+ },
280
+ },
281
+ {
282
+ scope: ['markup.heading', 'entity.name.section'],
283
+ settings: {
284
+ foreground: '#DA103F',
285
+ },
286
+ },
287
+ {
288
+ scope: 'markup.bold',
289
+ settings: {
290
+ fontStyle: 'bold',
291
+ foreground: '#8A31B9',
292
+ },
293
+ },
294
+ {
295
+ scope: 'markup.italic',
296
+ settings: {
297
+ fontStyle: 'italic',
298
+ foreground: '#1D8991',
299
+ },
300
+ },
301
+ {
302
+ scope: ['markup.inline.raw', 'markup.fenced_code.block'],
303
+ settings: {
304
+ foreground: '#DC3318',
305
+ },
306
+ },
307
+ {
308
+ scope: 'markup.underline.link',
309
+ settings: {
310
+ foreground: '#F6661E',
311
+ },
312
+ },
313
+ {
314
+ scope: 'storage',
315
+ settings: {
316
+ fontStyle: 'normal',
317
+ foreground: '#8A31B9',
318
+ },
319
+ },
320
+ {
321
+ scope: ['string.quoted', 'string.template'],
322
+ settings: {
323
+ foreground: '#F6661E',
324
+ },
325
+ },
326
+ {
327
+ scope: 'string.regexp',
328
+ settings: {
329
+ foreground: '#DC3318',
330
+ },
331
+ },
332
+ {
333
+ scope: 'string.other.link',
334
+ settings: {
335
+ foreground: '#DC3318',
336
+ },
337
+ },
338
+ {
339
+ scope: 'support',
340
+ settings: {
341
+ foreground: '#F77D26',
342
+ },
343
+ },
344
+ {
345
+ scope: 'support.function',
346
+ settings: {
347
+ foreground: '#1D8991',
348
+ },
349
+ },
350
+ {
351
+ scope: 'support.variable',
352
+ settings: {
353
+ foreground: '#DA103F',
354
+ },
355
+ },
356
+ {
357
+ scope: ['support.type.property-name', 'meta.object-literal.key'],
358
+ settings: {
359
+ foreground: '#DA103F',
360
+ },
361
+ },
362
+ {
363
+ scope: 'support.type.property-name.css',
364
+ settings: {
365
+ foreground: '#333333',
366
+ },
367
+ },
368
+ {
369
+ scope: ['variable.language'],
370
+ settings: {
371
+ fontStyle: 'italic',
372
+ foreground: '#F77D26',
373
+ },
374
+ },
375
+ {
376
+ scope: 'variable.parameter',
377
+ settings: {
378
+ fontStyle: 'italic',
379
+ },
380
+ },
381
+ {
382
+ scope: 'string.template meta.embedded',
383
+ settings: {
384
+ foreground: '#333333',
385
+ },
386
+ },
387
+ {
388
+ scope: 'punctuation.definition.tag',
389
+ settings: {
390
+ fontStyle: 'normal',
391
+ foreground: '#DA103FB3',
392
+ },
393
+ },
394
+ {
395
+ scope: 'punctuation.separator',
396
+ settings: {
397
+ foreground: '#333333',
398
+ },
399
+ },
400
+ {
401
+ scope: 'punctuation.definition.template-expression',
402
+ settings: {
403
+ foreground: '#8A31B9',
404
+ },
405
+ },
406
+ {
407
+ scope: 'punctuation.section.embedded',
408
+ settings: {
409
+ foreground: '#8A31B9',
410
+ },
411
+ },
412
+ {
413
+ scope: 'punctuation.definition.list',
414
+ settings: {
415
+ foreground: '#DC3318',
416
+ },
417
+ },
418
+ ],
419
+ type: 'light',
420
+ }