@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,395 @@
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: '#390000',
8
+ colors: {
9
+ 'activityBar.background': '#580000',
10
+ 'badge.background': '#cc3333',
11
+ 'button.background': '#833',
12
+ 'contrastBorder': '#ff6666',
13
+ 'debugToolBar.background': '#660000',
14
+ 'descriptionForeground': '#ff7777',
15
+ 'diffEditor.insertedLineBackground': '#482624',
16
+ 'diffEditor.removedLineBackground': '#5a191e',
17
+ 'dropdown.background': '#580000',
18
+ 'editor.background': '#390000',
19
+ 'editor.foreground': '#F8F8F8',
20
+ 'editor.hoverHighlightBackground': '#ff0000',
21
+ 'editor.lineHighlightBackground': '#ff0000',
22
+ 'editor.selectionBackground': '#750000',
23
+ 'editor.selectionHighlightBackground': '#f55000',
24
+ 'editorCursor.foreground': '#970000',
25
+ 'editorError.foreground': '#ffeaea',
26
+ 'editorGroup.border': '#ff6666',
27
+ 'editorGroupHeader.tabsBackground': '#330000',
28
+ 'editorHoverWidget.background': '#300000',
29
+ 'editorLineNumber.activeForeground': '#ffbbbb',
30
+ 'editorLineNumber.foreground': '#ff7777',
31
+ 'editorLink.activeForeground': '#FFD0AA',
32
+ 'editorSuggestWidget.background': '#300000',
33
+ 'editorSuggestWidget.border': '#220000',
34
+ 'editorWarning.foreground': '#f6c177',
35
+ 'editorWhitespace.foreground': '#c10000',
36
+ 'editorWidget.background': '#300000',
37
+ 'errorForeground': '#ffeaea',
38
+ 'extensionButton.prominentBackground': '#cc3333',
39
+ 'extensionButton.prominentHoverBackground': '#cc3333',
40
+ 'focusBorder': '#ff6666',
41
+ 'foreground': '#F8F8F8',
42
+ 'gitDecoration.addedResourceForeground': '#8bd5ca',
43
+ 'gitDecoration.deletedResourceForeground': '#f38ba8',
44
+ 'gitDecoration.modifiedResourceForeground': '#f6c177',
45
+ 'gitDecoration.untrackedResourceForeground': '#8bd5ca',
46
+ 'input.background': '#580000',
47
+ 'input.border': '#ff6666',
48
+ 'input.foreground': '#F8F8F8',
49
+ 'inputOption.activeBorder': '#cc0000',
50
+ 'inputValidation.infoBackground': '#550000',
51
+ 'inputValidation.infoBorder': '#DB7E58',
52
+ 'list.activeSelectionBackground': '#880000',
53
+ 'list.activeSelectionForeground': '#F8F8F8',
54
+ 'list.dropBackground': '#662222',
55
+ 'list.highlightForeground': '#ff4444',
56
+ 'list.hoverBackground': '#800000',
57
+ 'list.inactiveSelectionBackground': '#770000',
58
+ 'minimap.selectionHighlight': '#750000',
59
+ 'panel.background': '#390000',
60
+ 'panel.border': '#ff6666',
61
+ 'peekView.border': '#ff0000',
62
+ 'peekViewEditor.background': '#300000',
63
+ 'peekViewResult.background': '#400000',
64
+ 'peekViewTitle.background': '#550000',
65
+ 'pickerGroup.border': '#ff0000',
66
+ 'pickerGroup.foreground': '#cc9999',
67
+ 'ports.iconRunningProcessForeground': '#DB7E58',
68
+ 'progressBar.background': '#cc3333',
69
+ 'quickInputList.focusBackground': '#660000',
70
+ 'selection.background': '#ff7777',
71
+ 'sideBar.background': '#330000',
72
+ 'sideBar.foreground': '#F8F8F8',
73
+ 'sideBarSectionHeader.background': '#330000',
74
+ 'sideBarSectionHeader.foreground': '#b5a1a1',
75
+ 'statusBar.background': '#700000',
76
+ 'statusBar.noFolderBackground': '#700000',
77
+ 'statusBarItem.remoteBackground': '#c33',
78
+ 'tab.activeBackground': '#490000',
79
+ 'tab.inactiveBackground': '#300a0a',
80
+ 'tab.lastPinnedBorder': '#ff0000',
81
+ 'terminal.ansiBlue': '#7cd1b8',
82
+ 'terminal.ansiCyan': '#7cd1b8',
83
+ 'terminal.ansiGreen': '#8bd5ca',
84
+ 'terminal.ansiMagenta': '#F8F8F8',
85
+ 'terminal.ansiRed': '#f38ba8',
86
+ 'terminal.ansiYellow': '#f6c177',
87
+ 'textLink.activeForeground': '#F8F8F8',
88
+ 'textLink.foreground': '#FFD0AA',
89
+ 'titleBar.activeBackground': '#770000',
90
+ 'titleBar.inactiveBackground': '#772222',
91
+ },
92
+ displayName: 'Red',
93
+ fg: '#F8F8F8',
94
+ name: 'red',
95
+ semanticHighlighting: true,
96
+ settings: [
97
+ {
98
+ settings: {
99
+ foreground: '#F8F8F8',
100
+ },
101
+ },
102
+ {
103
+ scope: [
104
+ 'meta.embedded',
105
+ 'source.groovy.embedded',
106
+ 'string meta.image.inline.markdown',
107
+ 'variable.legacy.builtin.python',
108
+ ],
109
+ settings: {
110
+ foreground: '#F8F8F8',
111
+ },
112
+ },
113
+ {
114
+ scope: 'comment',
115
+ settings: {
116
+ fontStyle: 'italic',
117
+ foreground: '#e7c0c0ff',
118
+ },
119
+ },
120
+ {
121
+ scope: 'constant',
122
+ settings: {
123
+ fontStyle: '',
124
+ foreground: '#994646ff',
125
+ },
126
+ },
127
+ {
128
+ scope: 'keyword',
129
+ settings: {
130
+ fontStyle: '',
131
+ foreground: '#f12727ff',
132
+ },
133
+ },
134
+ {
135
+ scope: 'entity',
136
+ settings: {
137
+ fontStyle: '',
138
+ foreground: '#fec758ff',
139
+ },
140
+ },
141
+ {
142
+ scope: 'storage',
143
+ settings: {
144
+ fontStyle: 'bold',
145
+ foreground: '#ff6262ff',
146
+ },
147
+ },
148
+ {
149
+ scope: 'string',
150
+ settings: {
151
+ fontStyle: '',
152
+ foreground: '#cd8d8dff',
153
+ },
154
+ },
155
+ {
156
+ scope: 'support',
157
+ settings: {
158
+ fontStyle: '',
159
+ foreground: '#9df39fff',
160
+ },
161
+ },
162
+ {
163
+ scope: 'variable',
164
+ settings: {
165
+ fontStyle: 'italic',
166
+ foreground: '#fb9a4bff',
167
+ },
168
+ },
169
+ {
170
+ scope: 'invalid',
171
+ settings: {
172
+ foreground: '#ffffffff',
173
+ },
174
+ },
175
+ {
176
+ scope: ['entity.other.inherited-class', 'punctuation.separator.namespace.ruby'],
177
+ settings: {
178
+ fontStyle: 'underline',
179
+ foreground: '#aa5507ff',
180
+ },
181
+ },
182
+ {
183
+ scope: 'constant.character',
184
+ settings: {
185
+ foreground: '#ec0d1e',
186
+ },
187
+ },
188
+ {
189
+ scope: ['string constant', 'constant.character.escape'],
190
+ settings: {
191
+ fontStyle: '',
192
+ foreground: '#ffe862ff',
193
+ },
194
+ },
195
+ {
196
+ scope: 'string.regexp',
197
+ settings: {
198
+ foreground: '#ffb454ff',
199
+ },
200
+ },
201
+ {
202
+ scope: 'string variable',
203
+ settings: {
204
+ foreground: '#edef7dff',
205
+ },
206
+ },
207
+ {
208
+ scope: 'support.function',
209
+ settings: {
210
+ fontStyle: '',
211
+ foreground: '#ffb454ff',
212
+ },
213
+ },
214
+ {
215
+ scope: ['support.constant', 'support.variable'],
216
+ settings: {
217
+ fontStyle: '',
218
+ foreground: '#eb939aff',
219
+ },
220
+ },
221
+ {
222
+ scope: [
223
+ 'declaration.sgml.html declaration.doctype',
224
+ 'declaration.sgml.html declaration.doctype entity',
225
+ 'declaration.sgml.html declaration.doctype string',
226
+ 'declaration.xml-processing',
227
+ 'declaration.xml-processing entity',
228
+ 'declaration.xml-processing string',
229
+ ],
230
+ settings: {
231
+ fontStyle: '',
232
+ foreground: '#73817dff',
233
+ },
234
+ },
235
+ {
236
+ scope: ['declaration.tag', 'declaration.tag entity', 'meta.tag', 'meta.tag entity'],
237
+ settings: {
238
+ fontStyle: '',
239
+ foreground: '#ec0d1eff',
240
+ },
241
+ },
242
+ {
243
+ scope: 'meta.selector.css entity.name.tag',
244
+ settings: {
245
+ fontStyle: '',
246
+ foreground: '#aa5507ff',
247
+ },
248
+ },
249
+ {
250
+ scope: 'meta.selector.css entity.other.attribute-name.id',
251
+ settings: {
252
+ foreground: '#fec758ff',
253
+ },
254
+ },
255
+ {
256
+ scope: 'meta.selector.css entity.other.attribute-name.class',
257
+ settings: {
258
+ fontStyle: '',
259
+ foreground: '#41a83eff',
260
+ },
261
+ },
262
+ {
263
+ scope: 'support.type.property-name.css',
264
+ settings: {
265
+ fontStyle: '',
266
+ foreground: '#96dd3bff',
267
+ },
268
+ },
269
+ {
270
+ scope: [
271
+ 'meta.property-group support.constant.property-value.css',
272
+ 'meta.property-value support.constant.property-value.css',
273
+ ],
274
+ settings: {
275
+ fontStyle: 'italic',
276
+ foreground: '#ffe862ff',
277
+ },
278
+ },
279
+ {
280
+ scope: [
281
+ 'meta.property-value support.constant.named-color.css',
282
+ 'meta.property-value constant',
283
+ ],
284
+ settings: {
285
+ fontStyle: '',
286
+ foreground: '#ffe862ff',
287
+ },
288
+ },
289
+ {
290
+ scope: 'meta.preprocessor.at-rule keyword.control.at-rule',
291
+ settings: {
292
+ foreground: '#fd6209ff',
293
+ },
294
+ },
295
+ {
296
+ scope: 'meta.constructor.argument.css',
297
+ settings: {
298
+ fontStyle: '',
299
+ foreground: '#ec9799ff',
300
+ },
301
+ },
302
+ {
303
+ scope: ['meta.diff', 'meta.diff.header'],
304
+ settings: {
305
+ fontStyle: 'italic',
306
+ foreground: '#f8f8f8ff',
307
+ },
308
+ },
309
+ {
310
+ scope: 'markup.deleted',
311
+ settings: {
312
+ foreground: '#ec9799ff',
313
+ },
314
+ },
315
+ {
316
+ scope: 'markup.changed',
317
+ settings: {
318
+ foreground: '#f8f8f8ff',
319
+ },
320
+ },
321
+ {
322
+ scope: 'markup.inserted',
323
+ settings: {
324
+ foreground: '#41a83eff',
325
+ },
326
+ },
327
+ {
328
+ scope: 'markup.quote',
329
+ settings: {
330
+ foreground: '#f12727ff',
331
+ },
332
+ },
333
+ {
334
+ scope: 'markup.list',
335
+ settings: {
336
+ foreground: '#ff6262ff',
337
+ },
338
+ },
339
+ {
340
+ scope: ['markup.bold', 'markup.italic'],
341
+ settings: {
342
+ foreground: '#fb9a4bff',
343
+ },
344
+ },
345
+ {
346
+ scope: 'markup.bold',
347
+ settings: {
348
+ fontStyle: 'bold',
349
+ },
350
+ },
351
+ {
352
+ scope: 'markup.italic',
353
+ settings: {
354
+ fontStyle: 'italic',
355
+ },
356
+ },
357
+ {
358
+ scope: 'markup.strikethrough',
359
+ settings: {
360
+ fontStyle: 'strikethrough',
361
+ },
362
+ },
363
+ {
364
+ scope: 'markup.inline.raw',
365
+ settings: {
366
+ fontStyle: '',
367
+ foreground: '#cd8d8dff',
368
+ },
369
+ },
370
+ {
371
+ scope: [
372
+ 'markup.heading',
373
+ 'markup.heading.setext',
374
+ 'punctuation.definition.heading',
375
+ 'entity.name.section',
376
+ ],
377
+ settings: {
378
+ fontStyle: 'bold',
379
+ foreground: '#fec758ff',
380
+ },
381
+ },
382
+ {
383
+ scope: [
384
+ 'punctuation.definition.template-expression.begin',
385
+ 'punctuation.definition.template-expression.end',
386
+ 'punctuation.section.embedded',
387
+ '.format.placeholder',
388
+ ],
389
+ settings: {
390
+ foreground: '#ec0d1e',
391
+ },
392
+ },
393
+ ],
394
+ type: 'dark',
395
+ }