@brimveyn/aimux-config 0.4.0 → 0.4.1

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 +39 -0
  3. package/src/defaults.ts +2 -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 +17 -3
  74. package/src/themes.generated.ts +0 -59794
@@ -0,0 +1,463 @@
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: '#272822',
8
+ colors: {
9
+ 'activityBar.background': '#272822',
10
+ 'activityBar.foreground': '#f8f8f2',
11
+ 'badge.background': '#75715E',
12
+ 'badge.foreground': '#f8f8f2',
13
+ 'button.background': '#75715E',
14
+ 'contrastBorder': '#34352f',
15
+ 'debugToolBar.background': '#1e1f1c',
16
+ 'descriptionForeground': '#90908a',
17
+ 'diffEditor.insertedLineBackground': '#384124',
18
+ 'diffEditor.insertedTextBackground': '#4b6616',
19
+ 'diffEditor.removedLineBackground': '#43282d',
20
+ 'diffEditor.removedTextBackground': '#90274A',
21
+ 'dropdown.background': '#414339',
22
+ 'dropdown.listBackground': '#1e1f1c',
23
+ 'editor.background': '#272822',
24
+ 'editor.foreground': '#f8f8f2',
25
+ 'editor.lineHighlightBackground': '#3e3d32',
26
+ 'editor.selectionBackground': '#878b91',
27
+ 'editor.selectionHighlightBackground': '#575b61',
28
+ 'editor.wordHighlightBackground': '#4a4a76',
29
+ 'editor.wordHighlightStrongBackground': '#6a6a96',
30
+ 'editorCursor.foreground': '#f8f8f0',
31
+ 'editorError.foreground': '#C4265E',
32
+ 'editorGroup.border': '#34352f',
33
+ 'editorGroup.dropBackground': '#414339',
34
+ 'editorGroupHeader.tabsBackground': '#1e1f1c',
35
+ 'editorHoverWidget.background': '#414339',
36
+ 'editorHoverWidget.border': '#75715E',
37
+ 'editorIndentGuide.activeBackground': '#767771',
38
+ 'editorIndentGuide.background': '#464741',
39
+ 'editorLineNumber.activeForeground': '#c2c2bf',
40
+ 'editorLineNumber.foreground': '#90908a',
41
+ 'editorSuggestWidget.background': '#272822',
42
+ 'editorSuggestWidget.border': '#75715E',
43
+ 'editorWarning.foreground': '#B3B42B',
44
+ 'editorWhitespace.foreground': '#464741',
45
+ 'editorWidget.background': '#1e1f1c',
46
+ 'errorForeground': '#C4265E',
47
+ 'focusBorder': '#99947c',
48
+ 'foreground': '#f8f8f2',
49
+ 'gitDecoration.addedResourceForeground': '#86B42B',
50
+ 'gitDecoration.deletedResourceForeground': '#C4265E',
51
+ 'gitDecoration.modifiedResourceForeground': '#B3B42B',
52
+ 'gitDecoration.untrackedResourceForeground': '#86B42B',
53
+ 'input.background': '#414339',
54
+ 'input.border': '#99947c',
55
+ 'input.foreground': '#f8f8f2',
56
+ 'inputOption.activeBorder': '#75715E',
57
+ 'inputValidation.errorBackground': '#90274A',
58
+ 'inputValidation.errorBorder': '#f92672',
59
+ 'inputValidation.infoBackground': '#546190',
60
+ 'inputValidation.infoBorder': '#819aff',
61
+ 'inputValidation.warningBackground': '#848528',
62
+ 'inputValidation.warningBorder': '#e2e22e',
63
+ 'list.activeSelectionBackground': '#75715E',
64
+ 'list.activeSelectionForeground': '#f8f8f2',
65
+ 'list.dropBackground': '#414339',
66
+ 'list.highlightForeground': '#f8f8f2',
67
+ 'list.hoverBackground': '#3e3d32',
68
+ 'list.inactiveSelectionBackground': '#414339',
69
+ 'menu.background': '#1e1f1c',
70
+ 'menu.foreground': '#cccccc',
71
+ 'minimap.selectionHighlight': '#878b91',
72
+ 'panel.background': '#272822',
73
+ 'panel.border': '#414339',
74
+ 'panelTitle.activeBorder': '#75715E',
75
+ 'panelTitle.activeForeground': '#f8f8f2',
76
+ 'panelTitle.inactiveForeground': '#75715E',
77
+ 'peekView.border': '#75715E',
78
+ 'peekViewEditor.background': '#272822',
79
+ 'peekViewEditor.matchHighlightBackground': '#75715E',
80
+ 'peekViewResult.background': '#1e1f1c',
81
+ 'peekViewResult.matchHighlightBackground': '#75715E',
82
+ 'peekViewResult.selectionBackground': '#414339',
83
+ 'peekViewTitle.background': '#1e1f1c',
84
+ 'pickerGroup.foreground': '#75715E',
85
+ 'ports.iconRunningProcessForeground': '#ccccc7',
86
+ 'progressBar.background': '#75715E',
87
+ 'quickInputList.focusBackground': '#414339',
88
+ 'selection.background': '#878b91',
89
+ 'settings.focusedRowBackground': '#414339',
90
+ 'sideBar.background': '#1e1f1c',
91
+ 'sideBar.foreground': '#f8f8f2',
92
+ 'sideBarSectionHeader.background': '#272822',
93
+ 'sideBarSectionHeader.foreground': '#afafa9',
94
+ 'statusBar.background': '#414339',
95
+ 'statusBar.debuggingBackground': '#75715E',
96
+ 'statusBar.noFolderBackground': '#414339',
97
+ 'statusBarItem.remoteBackground': '#AC6218',
98
+ 'tab.border': '#1e1f1c',
99
+ 'tab.inactiveBackground': '#34352f',
100
+ 'tab.inactiveForeground': '#ccccc7',
101
+ 'tab.lastPinnedBorder': '#414339',
102
+ 'terminal.ansiBlack': '#333333',
103
+ 'terminal.ansiBlue': '#6A7EC8',
104
+ 'terminal.ansiBrightBlack': '#666666',
105
+ 'terminal.ansiBrightBlue': '#819aff',
106
+ 'terminal.ansiBrightCyan': '#66D9EF',
107
+ 'terminal.ansiBrightGreen': '#A6E22E',
108
+ 'terminal.ansiBrightMagenta': '#AE81FF',
109
+ 'terminal.ansiBrightRed': '#f92672',
110
+ 'terminal.ansiBrightWhite': '#f8f8f2',
111
+ 'terminal.ansiBrightYellow': '#e2e22e',
112
+ 'terminal.ansiCyan': '#56ADBC',
113
+ 'terminal.ansiGreen': '#86B42B',
114
+ 'terminal.ansiMagenta': '#8C6BC8',
115
+ 'terminal.ansiRed': '#C4265E',
116
+ 'terminal.ansiWhite': '#e3e3dd',
117
+ 'terminal.ansiYellow': '#B3B42B',
118
+ 'textLink.activeForeground': '#6A7EC8',
119
+ 'textLink.foreground': '#6A7EC8',
120
+ 'titleBar.activeBackground': '#1e1f1c',
121
+ 'widget.shadow': '#000000',
122
+ },
123
+ displayName: 'Monokai',
124
+ fg: '#f8f8f2',
125
+ name: 'monokai',
126
+ semanticHighlighting: true,
127
+ settings: [
128
+ {
129
+ settings: {
130
+ foreground: '#F8F8F2',
131
+ },
132
+ },
133
+ {
134
+ scope: [
135
+ 'meta.embedded',
136
+ 'source.groovy.embedded',
137
+ 'string meta.image.inline.markdown',
138
+ 'variable.legacy.builtin.python',
139
+ ],
140
+ settings: {
141
+ foreground: '#F8F8F2',
142
+ },
143
+ },
144
+ {
145
+ scope: 'comment',
146
+ settings: {
147
+ foreground: '#88846f',
148
+ },
149
+ },
150
+ {
151
+ scope: 'string',
152
+ settings: {
153
+ foreground: '#E6DB74',
154
+ },
155
+ },
156
+ {
157
+ scope: ['punctuation.definition.template-expression', 'punctuation.section.embedded'],
158
+ settings: {
159
+ foreground: '#F92672',
160
+ },
161
+ },
162
+ {
163
+ scope: ['meta.template.expression'],
164
+ settings: {
165
+ foreground: '#F8F8F2',
166
+ },
167
+ },
168
+ {
169
+ scope: 'constant.numeric',
170
+ settings: {
171
+ foreground: '#AE81FF',
172
+ },
173
+ },
174
+ {
175
+ scope: 'constant.language',
176
+ settings: {
177
+ foreground: '#AE81FF',
178
+ },
179
+ },
180
+ {
181
+ scope: 'constant.character, constant.other',
182
+ settings: {
183
+ foreground: '#AE81FF',
184
+ },
185
+ },
186
+ {
187
+ scope: 'variable',
188
+ settings: {
189
+ fontStyle: '',
190
+ foreground: '#F8F8F2',
191
+ },
192
+ },
193
+ {
194
+ scope: 'keyword',
195
+ settings: {
196
+ foreground: '#F92672',
197
+ },
198
+ },
199
+ {
200
+ scope: 'storage',
201
+ settings: {
202
+ fontStyle: '',
203
+ foreground: '#F92672',
204
+ },
205
+ },
206
+ {
207
+ scope: 'storage.type',
208
+ settings: {
209
+ fontStyle: 'italic',
210
+ foreground: '#66D9EF',
211
+ },
212
+ },
213
+ {
214
+ scope:
215
+ 'entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution',
216
+ settings: {
217
+ fontStyle: 'underline',
218
+ foreground: '#A6E22E',
219
+ },
220
+ },
221
+ {
222
+ scope: ['entity.other.inherited-class', 'punctuation.separator.namespace.ruby'],
223
+ settings: {
224
+ fontStyle: 'italic underline',
225
+ foreground: '#A6E22E',
226
+ },
227
+ },
228
+ {
229
+ scope: 'entity.name.function',
230
+ settings: {
231
+ fontStyle: '',
232
+ foreground: '#A6E22E',
233
+ },
234
+ },
235
+ {
236
+ scope: 'variable.parameter',
237
+ settings: {
238
+ fontStyle: 'italic',
239
+ foreground: '#FD971F',
240
+ },
241
+ },
242
+ {
243
+ scope: 'entity.name.tag',
244
+ settings: {
245
+ fontStyle: '',
246
+ foreground: '#F92672',
247
+ },
248
+ },
249
+ {
250
+ scope: 'entity.other.attribute-name',
251
+ settings: {
252
+ fontStyle: '',
253
+ foreground: '#A6E22E',
254
+ },
255
+ },
256
+ {
257
+ scope: 'support.function',
258
+ settings: {
259
+ fontStyle: '',
260
+ foreground: '#66D9EF',
261
+ },
262
+ },
263
+ {
264
+ scope: 'support.constant',
265
+ settings: {
266
+ fontStyle: '',
267
+ foreground: '#66D9EF',
268
+ },
269
+ },
270
+ {
271
+ scope: 'support.type, support.class',
272
+ settings: {
273
+ fontStyle: 'italic',
274
+ foreground: '#66D9EF',
275
+ },
276
+ },
277
+ {
278
+ scope: 'support.other.variable',
279
+ settings: {
280
+ fontStyle: '',
281
+ },
282
+ },
283
+ {
284
+ scope: 'invalid',
285
+ settings: {
286
+ fontStyle: '',
287
+ foreground: '#F44747',
288
+ },
289
+ },
290
+ {
291
+ scope: 'invalid.deprecated',
292
+ settings: {
293
+ foreground: '#F44747',
294
+ },
295
+ },
296
+ {
297
+ scope: 'meta.structure.dictionary.json string.quoted.double.json',
298
+ settings: {
299
+ foreground: '#CFCFC2',
300
+ },
301
+ },
302
+ {
303
+ scope: 'meta.diff, meta.diff.header',
304
+ settings: {
305
+ foreground: '#75715E',
306
+ },
307
+ },
308
+ {
309
+ scope: 'markup.deleted',
310
+ settings: {
311
+ foreground: '#F92672',
312
+ },
313
+ },
314
+ {
315
+ scope: 'markup.inserted',
316
+ settings: {
317
+ foreground: '#A6E22E',
318
+ },
319
+ },
320
+ {
321
+ scope: 'markup.changed',
322
+ settings: {
323
+ foreground: '#E6DB74',
324
+ },
325
+ },
326
+ {
327
+ scope: 'constant.numeric.line-number.find-in-files - match',
328
+ settings: {
329
+ foreground: '#AE81FFA0',
330
+ },
331
+ },
332
+ {
333
+ scope: 'entity.name.filename.find-in-files',
334
+ settings: {
335
+ foreground: '#E6DB74',
336
+ },
337
+ },
338
+ {
339
+ scope: 'markup.quote',
340
+ settings: {
341
+ foreground: '#F92672',
342
+ },
343
+ },
344
+ {
345
+ scope: 'markup.list',
346
+ settings: {
347
+ foreground: '#E6DB74',
348
+ },
349
+ },
350
+ {
351
+ scope: 'markup.bold, markup.italic',
352
+ settings: {
353
+ foreground: '#66D9EF',
354
+ },
355
+ },
356
+ {
357
+ scope: 'markup.inline.raw',
358
+ settings: {
359
+ fontStyle: '',
360
+ foreground: '#FD971F',
361
+ },
362
+ },
363
+ {
364
+ scope: 'markup.heading',
365
+ settings: {
366
+ foreground: '#A6E22E',
367
+ },
368
+ },
369
+ {
370
+ scope: 'markup.heading.setext',
371
+ settings: {
372
+ fontStyle: 'bold',
373
+ foreground: '#A6E22E',
374
+ },
375
+ },
376
+ {
377
+ scope: 'markup.heading.markdown',
378
+ settings: {
379
+ fontStyle: 'bold',
380
+ },
381
+ },
382
+ {
383
+ scope: 'markup.quote.markdown',
384
+ settings: {
385
+ fontStyle: 'italic',
386
+ foreground: '#75715E',
387
+ },
388
+ },
389
+ {
390
+ scope: 'markup.bold.markdown',
391
+ settings: {
392
+ fontStyle: 'bold',
393
+ },
394
+ },
395
+ {
396
+ scope: 'string.other.link.title.markdown,string.other.link.description.markdown',
397
+ settings: {
398
+ foreground: '#AE81FF',
399
+ },
400
+ },
401
+ {
402
+ scope: 'markup.underline.link.markdown,markup.underline.link.image.markdown',
403
+ settings: {
404
+ foreground: '#E6DB74',
405
+ },
406
+ },
407
+ {
408
+ scope: 'markup.italic.markdown',
409
+ settings: {
410
+ fontStyle: 'italic',
411
+ },
412
+ },
413
+ {
414
+ scope: 'markup.strikethrough',
415
+ settings: {
416
+ fontStyle: 'strikethrough',
417
+ },
418
+ },
419
+ {
420
+ scope: 'markup.list.unnumbered.markdown, markup.list.numbered.markdown',
421
+ settings: {
422
+ foreground: '#f8f8f2',
423
+ },
424
+ },
425
+ {
426
+ scope: ['punctuation.definition.list.begin.markdown'],
427
+ settings: {
428
+ foreground: '#A6E22E',
429
+ },
430
+ },
431
+ {
432
+ scope: 'token.info-token',
433
+ settings: {
434
+ foreground: '#6796e6',
435
+ },
436
+ },
437
+ {
438
+ scope: 'token.warn-token',
439
+ settings: {
440
+ foreground: '#cd9731',
441
+ },
442
+ },
443
+ {
444
+ scope: 'token.error-token',
445
+ settings: {
446
+ foreground: '#f44747',
447
+ },
448
+ },
449
+ {
450
+ scope: 'token.debug-token',
451
+ settings: {
452
+ foreground: '#b267e6',
453
+ },
454
+ },
455
+ {
456
+ scope: 'variable.language',
457
+ settings: {
458
+ foreground: '#FD971F',
459
+ },
460
+ },
461
+ ],
462
+ type: 'dark',
463
+ }