@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,461 @@
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: '#FFF',
8
+ colors: {
9
+ 'activityBar.background': '#161F26',
10
+ 'activityBar.dropBackground': '#FFF',
11
+ 'activityBar.foreground': '#FFF',
12
+ 'activityBarBadge.background': '#8AE773',
13
+ 'activityBarBadge.foreground': '#FFF',
14
+ 'badge.background': '#8AE773',
15
+ 'breadcrumb.focusForeground': '#475663',
16
+ 'breadcrumb.foreground': '#161F26',
17
+ 'button.background': '#475663',
18
+ 'button.foreground': '#FFF',
19
+ 'button.hoverBackground': '#161F26',
20
+ 'contrastBorder': '#ffffff',
21
+ 'debugExceptionWidget.background': '#AED4FB',
22
+ 'debugExceptionWidget.border': '#161F26',
23
+ 'debugToolBar.background': '#161F26',
24
+ 'descriptionForeground': '#b9b9b9',
25
+ 'diffEditor.insertedLineBackground': '#fcf1d9',
26
+ 'diffEditor.removedLineBackground': '#ffffff',
27
+ 'dropdown.background': '#FFF',
28
+ 'dropdown.border': '#DCDEDF',
29
+ 'dropdown.foreground': '#DCDEDF',
30
+ 'dropdown.listBackground': '#FFF',
31
+ 'editor.background': '#FFF',
32
+ 'editor.findMatchBackground': '#AED4FB',
33
+ 'editor.foreground': '#000',
34
+ 'editor.lineHighlightBackground': '#EEEEEE',
35
+ 'editor.selectionBackground': '#AED4FB',
36
+ 'editor.wordHighlightBackground': '#AED4FB',
37
+ 'editor.wordHighlightStrongBackground': '#EEEEEE',
38
+ 'editorActiveLineNumber.foreground': '#475663',
39
+ 'editorCursor.foreground': '#000',
40
+ 'editorError.foreground': '#e53935',
41
+ 'editorGroup.border': '#2D3E4C',
42
+ 'editorGroup.emptyBackground': '#2D3E4C',
43
+ 'editorGroup.focusedEmptyBorder': '#2D3E4C',
44
+ 'editorGroupHeader.tabsBackground': '#2D3E4C',
45
+ 'editorHint.border': '#F9F9F9',
46
+ 'editorHint.foreground': '#F9F9F9',
47
+ 'editorIndentGuide.activeBackground': '#dbdbdb',
48
+ 'editorIndentGuide.background': '#F3F3F3',
49
+ 'editorLineNumber.foreground': '#b9b9b9',
50
+ 'editorMarkerNavigation.background': '#F9F9F9',
51
+ 'editorMarkerNavigationError.background': '#F44C5E',
52
+ 'editorMarkerNavigationInfo.background': '#6182b8',
53
+ 'editorMarkerNavigationWarning.background': '#F6B555',
54
+ 'editorPane.background': '#2D3E4C',
55
+ 'editorSuggestWidget.foreground': '#2D3E4C',
56
+ 'editorSuggestWidget.highlightForeground': '#2D3E4C',
57
+ 'editorSuggestWidget.selectedBackground': '#b9b9b9',
58
+ 'editorWarning.foreground': '#ffb62c',
59
+ 'editorWidget.background': '#F9F9F9',
60
+ 'editorWidget.border': '#dbdbdb',
61
+ 'errorForeground': '#e53935',
62
+ 'extensionButton.prominentBackground': '#475663',
63
+ 'extensionButton.prominentForeground': '#F6F6F6',
64
+ 'extensionButton.prominentHoverBackground': '#161F26',
65
+ 'focusBorder': '#161F26',
66
+ 'foreground': '#616161',
67
+ 'gitDecoration.addedResourceForeground': '#ECB22E',
68
+ 'gitDecoration.conflictingResourceForeground': '#FFF',
69
+ 'gitDecoration.deletedResourceForeground': '#FFF',
70
+ 'gitDecoration.ignoredResourceForeground': '#877583',
71
+ 'gitDecoration.modifiedResourceForeground': '#ECB22E',
72
+ 'gitDecoration.untrackedResourceForeground': '#ECB22E',
73
+ 'input.background': '#FFF',
74
+ 'input.border': '#161F26',
75
+ 'input.foreground': '#000',
76
+ 'input.placeholderForeground': '#a0a0a0',
77
+ 'inputOption.activeBorder': '#3E313C',
78
+ 'inputValidation.errorBackground': '#F44C5E',
79
+ 'inputValidation.errorForeground': '#FFF',
80
+ 'inputValidation.infoBackground': '#6182b8',
81
+ 'inputValidation.infoForeground': '#FFF',
82
+ 'inputValidation.warningBackground': '#F6B555',
83
+ 'inputValidation.warningForeground': '#000',
84
+ 'list.activeSelectionBackground': '#5899C5',
85
+ 'list.activeSelectionForeground': '#fff',
86
+ 'list.focusBackground': '#d5e1ea',
87
+ 'list.focusForeground': '#fff',
88
+ 'list.highlightForeground': '#2D3E4C',
89
+ 'list.hoverBackground': '#d5e1ea',
90
+ 'list.hoverForeground': '#fff',
91
+ 'list.inactiveFocusBackground': '#161F26',
92
+ 'list.inactiveSelectionBackground': '#5899C5',
93
+ 'list.inactiveSelectionForeground': '#fff',
94
+ 'list.invalidItemForeground': '#fff',
95
+ 'menu.background': '#161F26',
96
+ 'menu.foreground': '#F9FAFA',
97
+ 'menu.separatorBackground': '#F9FAFA',
98
+ 'notificationCenter.border': '#161F26',
99
+ 'notificationCenterHeader.foreground': '#FFF',
100
+ 'notificationLink.foreground': '#FFF',
101
+ 'notificationToast.border': '#161F26',
102
+ 'notifications.background': '#161F26',
103
+ 'notifications.border': '#161F26',
104
+ 'notifications.foreground': '#FFF',
105
+ 'panel.background': '#FFF',
106
+ 'panel.border': '#2D3E4C',
107
+ 'panelTitle.activeForeground': '#161F26',
108
+ 'progressBar.background': '#8AE773',
109
+ 'scrollbar.shadow': '#ffffff',
110
+ 'scrollbarSlider.activeBackground': '#161F26',
111
+ 'scrollbarSlider.background': '#161F26',
112
+ 'scrollbarSlider.hoverBackground': '#161F26',
113
+ 'settings.dropdownBorder': '#161F26',
114
+ 'settings.dropdownForeground': '#161F26',
115
+ 'settings.headerForeground': '#161F26',
116
+ 'sideBar.background': '#2D3E4C',
117
+ 'sideBar.foreground': '#DCDEDF',
118
+ 'sideBarSectionHeader.background': '#161F26',
119
+ 'sideBarSectionHeader.foreground': '#FFF',
120
+ 'sideBarTitle.foreground': '#FFF',
121
+ 'statusBar.background': '#5899C5',
122
+ 'statusBar.debuggingBackground': '#8AE773',
123
+ 'statusBar.foreground': '#FFF',
124
+ 'statusBar.noFolderBackground': '#161F26',
125
+ 'tab.activeBackground': '#FFF',
126
+ 'tab.activeForeground': '#000',
127
+ 'tab.border': '#F3F3F3',
128
+ 'tab.inactiveBackground': '#F3F3F3',
129
+ 'tab.inactiveForeground': '#686868',
130
+ 'terminal.ansiBlack': '#000000',
131
+ 'terminal.ansiBlue': '#6182b8',
132
+ 'terminal.ansiBrightBlack': '#90a4ae',
133
+ 'terminal.ansiBrightBlue': '#6182b8',
134
+ 'terminal.ansiBrightCyan': '#39adb5',
135
+ 'terminal.ansiBrightGreen': '#91b859',
136
+ 'terminal.ansiBrightMagenta': '#7c4dff',
137
+ 'terminal.ansiBrightRed': '#e53935',
138
+ 'terminal.ansiBrightWhite': '#ffffff',
139
+ 'terminal.ansiBrightYellow': '#ffb62c',
140
+ 'terminal.ansiCyan': '#39adb5',
141
+ 'terminal.ansiGreen': '#91b859',
142
+ 'terminal.ansiMagenta': '#7c4dff',
143
+ 'terminal.ansiRed': '#e53935',
144
+ 'terminal.ansiWhite': '#ffffff',
145
+ 'terminal.ansiYellow': '#ffb62c',
146
+ 'terminal.border': '#2D3E4C',
147
+ 'terminal.foreground': '#161F26',
148
+ 'terminal.selectionBackground': '#000',
149
+ 'textLink.activeForeground': '#6182b8',
150
+ 'textLink.foreground': '#6182b8',
151
+ 'textPreformat.foreground': '#161F26',
152
+ 'titleBar.activeBackground': '#2D3E4C',
153
+ 'titleBar.activeForeground': '#FFF',
154
+ 'titleBar.border': '#2D3E4C',
155
+ 'titleBar.inactiveBackground': '#161F26',
156
+ 'titleBar.inactiveForeground': '#685C66',
157
+ 'welcomePage.buttonBackground': '#F3F3F3',
158
+ 'welcomePage.buttonHoverBackground': '#ECECEC',
159
+ 'widget.shadow': '#161F26',
160
+ },
161
+ displayName: 'Slack Ochin',
162
+ fg: '#000',
163
+ name: 'slack-ochin',
164
+ settings: [
165
+ {
166
+ settings: {
167
+ foreground: '#002339',
168
+ },
169
+ },
170
+ {
171
+ scope: ['meta.paragraph.markdown', 'string.other.link.description.title.markdown'],
172
+ settings: {
173
+ foreground: '#110000',
174
+ },
175
+ },
176
+ {
177
+ scope: ['entity.name.section.markdown', 'punctuation.definition.heading.markdown'],
178
+ settings: {
179
+ foreground: '#034c7c',
180
+ },
181
+ },
182
+ {
183
+ scope: [
184
+ 'punctuation.definition.string.begin.markdown',
185
+ 'punctuation.definition.string.end.markdown',
186
+ 'markup.quote.markdown',
187
+ ],
188
+ settings: {
189
+ foreground: '#00AC8F',
190
+ },
191
+ },
192
+ {
193
+ scope: ['markup.quote.markdown'],
194
+ settings: {
195
+ fontStyle: 'italic',
196
+ foreground: '#003494',
197
+ },
198
+ },
199
+ {
200
+ scope: ['markup.bold.markdown', 'punctuation.definition.bold.markdown'],
201
+ settings: {
202
+ fontStyle: 'bold',
203
+ foreground: '#4e76b5',
204
+ },
205
+ },
206
+ {
207
+ scope: ['markup.italic.markdown', 'punctuation.definition.italic.markdown'],
208
+ settings: {
209
+ fontStyle: 'italic',
210
+ foreground: '#C792EA',
211
+ },
212
+ },
213
+ {
214
+ scope: ['markup.inline.raw.string.markdown', 'markup.fenced_code.block.markdown'],
215
+ settings: {
216
+ fontStyle: 'italic',
217
+ foreground: '#0460b1',
218
+ },
219
+ },
220
+ {
221
+ scope: ['punctuation.definition.metadata.markdown'],
222
+ settings: {
223
+ foreground: '#00AC8F',
224
+ },
225
+ },
226
+ {
227
+ scope: ['markup.underline.link.image.markdown', 'markup.underline.link.markdown'],
228
+ settings: {
229
+ foreground: '#924205',
230
+ },
231
+ },
232
+ {
233
+ scope: 'comment',
234
+ settings: {
235
+ fontStyle: 'italic',
236
+ foreground: '#357b42',
237
+ },
238
+ },
239
+ {
240
+ scope: 'string',
241
+ settings: {
242
+ foreground: '#a44185',
243
+ },
244
+ },
245
+ {
246
+ scope: 'constant.numeric',
247
+ settings: {
248
+ foreground: '#174781',
249
+ },
250
+ },
251
+ {
252
+ scope: 'constant',
253
+ settings: {
254
+ foreground: '#174781',
255
+ },
256
+ },
257
+ {
258
+ scope: 'language.method',
259
+ settings: {
260
+ foreground: '#174781',
261
+ },
262
+ },
263
+ {
264
+ scope: ['constant.character', 'constant.other'],
265
+ settings: {
266
+ foreground: '#174781',
267
+ },
268
+ },
269
+ {
270
+ scope: 'variable',
271
+ settings: {
272
+ fontStyle: '',
273
+ foreground: '#2f86d2',
274
+ },
275
+ },
276
+ {
277
+ scope: 'variable.language.this',
278
+ settings: {
279
+ fontStyle: '',
280
+ foreground: '#000000',
281
+ },
282
+ },
283
+ {
284
+ scope: 'keyword',
285
+ settings: {
286
+ fontStyle: '',
287
+ foreground: '#7b30d0',
288
+ },
289
+ },
290
+ {
291
+ scope: 'storage',
292
+ settings: {
293
+ fontStyle: '',
294
+ foreground: '#da5221',
295
+ },
296
+ },
297
+ {
298
+ scope: 'storage.type',
299
+ settings: {
300
+ fontStyle: '',
301
+ foreground: '#0991b6',
302
+ },
303
+ },
304
+ {
305
+ scope: 'entity.name.class',
306
+ settings: {
307
+ foreground: '#1172c7',
308
+ },
309
+ },
310
+ {
311
+ scope: 'entity.other.inherited-class',
312
+ settings: {
313
+ fontStyle: '',
314
+ foreground: '#b02767',
315
+ },
316
+ },
317
+ {
318
+ scope: 'entity.name.function',
319
+ settings: {
320
+ fontStyle: '',
321
+ foreground: '#7eb233',
322
+ },
323
+ },
324
+ {
325
+ scope: 'variable.parameter',
326
+ settings: {
327
+ fontStyle: '',
328
+ foreground: '#b1108e',
329
+ },
330
+ },
331
+ {
332
+ scope: 'entity.name.tag',
333
+ settings: {
334
+ fontStyle: '',
335
+ foreground: '#0444ac',
336
+ },
337
+ },
338
+ {
339
+ scope: 'text.html.basic',
340
+ settings: {
341
+ fontStyle: '',
342
+ foreground: '#0071ce',
343
+ },
344
+ },
345
+ {
346
+ scope: 'entity.name.type',
347
+ settings: {
348
+ foreground: '#0444ac',
349
+ },
350
+ },
351
+ {
352
+ scope: 'entity.other.attribute-name',
353
+ settings: {
354
+ fontStyle: 'italic',
355
+ foreground: '#df8618',
356
+ },
357
+ },
358
+ {
359
+ scope: 'support.function',
360
+ settings: {
361
+ fontStyle: '',
362
+ foreground: '#1ab394',
363
+ },
364
+ },
365
+ {
366
+ scope: 'support.constant',
367
+ settings: {
368
+ fontStyle: '',
369
+ foreground: '#174781',
370
+ },
371
+ },
372
+ {
373
+ scope: ['support.type', 'support.class'],
374
+ settings: {
375
+ foreground: '#dc3eb7',
376
+ },
377
+ },
378
+ {
379
+ scope: 'support.other.variable',
380
+ settings: {
381
+ foreground: '#224555',
382
+ },
383
+ },
384
+ {
385
+ scope: 'invalid',
386
+ settings: {
387
+ fontStyle: ' italic bold underline',
388
+ foreground: '#207bb8',
389
+ },
390
+ },
391
+ {
392
+ scope: 'invalid.deprecated',
393
+ settings: {
394
+ fontStyle: ' bold italic underline',
395
+ foreground: '#207bb8',
396
+ },
397
+ },
398
+ {
399
+ scope: 'source.json support',
400
+ settings: {
401
+ foreground: '#6dbdfa',
402
+ },
403
+ },
404
+ {
405
+ scope: ['source.json string', 'source.json punctuation.definition.string'],
406
+ settings: {
407
+ foreground: '#00820f',
408
+ },
409
+ },
410
+ {
411
+ scope: 'markup.list',
412
+ settings: {
413
+ foreground: '#207bb8',
414
+ },
415
+ },
416
+ {
417
+ scope: ['markup.heading punctuation.definition.heading', 'entity.name.section'],
418
+ settings: {
419
+ fontStyle: '',
420
+ foreground: '#4FB4D8',
421
+ },
422
+ },
423
+ {
424
+ scope: [
425
+ 'text.html.markdown meta.paragraph meta.link.inline',
426
+ 'text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.begin.markdown',
427
+ 'text.html.markdown meta.paragraph meta.link.inline punctuation.definition.string.end.markdown',
428
+ ],
429
+ settings: {
430
+ foreground: '#87429A',
431
+ },
432
+ },
433
+ {
434
+ scope: 'markup.quote',
435
+ settings: {
436
+ foreground: '#87429A',
437
+ },
438
+ },
439
+ {
440
+ scope: 'markup.bold',
441
+ settings: {
442
+ fontStyle: 'bold',
443
+ foreground: '#08134A',
444
+ },
445
+ },
446
+ {
447
+ scope: ['markup.italic', 'punctuation.definition.italic'],
448
+ settings: {
449
+ fontStyle: 'italic',
450
+ foreground: '#174781',
451
+ },
452
+ },
453
+ {
454
+ scope: 'meta.link',
455
+ settings: {
456
+ foreground: '#87429A',
457
+ },
458
+ },
459
+ ],
460
+ type: 'light',
461
+ }