@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,387 @@
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: '#002B36',
8
+ colors: {
9
+ 'activityBar.background': '#003847',
10
+ 'badge.background': '#047aa6',
11
+ 'button.background': '#2AA198',
12
+ 'contrastBorder': '#00212B',
13
+ 'debugExceptionWidget.background': '#00212B',
14
+ 'debugExceptionWidget.border': '#AB395B',
15
+ 'debugToolBar.background': '#00212B',
16
+ 'descriptionForeground': '#3b5a61',
17
+ 'diffEditor.insertedLineBackground': '#183f2c',
18
+ 'diffEditor.removedLineBackground': '#282c35',
19
+ 'dropdown.background': '#00212B',
20
+ 'dropdown.border': '#2AA198',
21
+ 'editor.background': '#002B36',
22
+ 'editor.foreground': '#839496',
23
+ 'editor.lineHighlightBackground': '#073642',
24
+ 'editor.selectionBackground': '#274642',
25
+ 'editor.selectionHighlightBackground': '#005A6F',
26
+ 'editor.wordHighlightBackground': '#004454',
27
+ 'editor.wordHighlightStrongBackground': '#005A6F',
28
+ 'editorBracketHighlight.foreground1': '#cdcdcd',
29
+ 'editorBracketHighlight.foreground2': '#b58900',
30
+ 'editorBracketHighlight.foreground3': '#d33682',
31
+ 'editorCursor.foreground': '#D30102',
32
+ 'editorError.foreground': '#ffeaea',
33
+ 'editorGroup.border': '#00212B',
34
+ 'editorGroup.dropBackground': '#2AA198',
35
+ 'editorGroupHeader.tabsBackground': '#004052',
36
+ 'editorHoverWidget.background': '#004052',
37
+ 'editorIndentGuide.activeBackground': '#C3E1E1',
38
+ 'editorIndentGuide.background': '#93A1A1',
39
+ 'editorLineNumber.activeForeground': '#949494',
40
+ 'editorLineNumber.foreground': '#3b5a61',
41
+ 'editorMarkerNavigationError.background': '#AB395B',
42
+ 'editorMarkerNavigationWarning.background': '#5B7E7A',
43
+ 'editorWarning.foreground': '#b58900',
44
+ 'editorWhitespace.foreground': '#93A1A1',
45
+ 'editorWidget.background': '#00212B',
46
+ 'errorForeground': '#ffeaea',
47
+ 'focusBorder': '#2AA198',
48
+ 'foreground': '#839496',
49
+ 'gitDecoration.addedResourceForeground': '#859900',
50
+ 'gitDecoration.deletedResourceForeground': '#dc322f',
51
+ 'gitDecoration.modifiedResourceForeground': '#b58900',
52
+ 'gitDecoration.untrackedResourceForeground': '#859900',
53
+ 'input.background': '#003847',
54
+ 'input.border': '#2AA198',
55
+ 'input.foreground': '#93A1A1',
56
+ 'input.placeholderForeground': '#93A1A1',
57
+ 'inputOption.activeBorder': '#2AA198',
58
+ 'inputValidation.errorBackground': '#571b26',
59
+ 'inputValidation.errorBorder': '#a92049',
60
+ 'inputValidation.infoBackground': '#052730',
61
+ 'inputValidation.infoBorder': '#363b5f',
62
+ 'inputValidation.warningBackground': '#5d5938',
63
+ 'inputValidation.warningBorder': '#9d8a5e',
64
+ 'list.activeSelectionBackground': '#005A6F',
65
+ 'list.activeSelectionForeground': '#839496',
66
+ 'list.dropBackground': '#004454',
67
+ 'list.highlightForeground': '#1ebcc5',
68
+ 'list.hoverBackground': '#004454',
69
+ 'list.inactiveSelectionBackground': '#004454',
70
+ 'minimap.selectionHighlight': '#274642',
71
+ 'panel.background': '#002B36',
72
+ 'panel.border': '#2b2b4a',
73
+ 'peekView.border': '#2b2b4a',
74
+ 'peekViewEditor.background': '#10192c',
75
+ 'peekViewEditor.matchHighlightBackground': '#7744AA',
76
+ 'peekViewResult.background': '#00212B',
77
+ 'peekViewTitle.background': '#00212B',
78
+ 'pickerGroup.border': '#2AA198',
79
+ 'pickerGroup.foreground': '#2AA198',
80
+ 'ports.iconRunningProcessForeground': '#369432',
81
+ 'progressBar.background': '#047aa6',
82
+ 'quickInputList.focusBackground': '#005A6F',
83
+ 'selection.background': '#2AA198',
84
+ 'sideBar.background': '#00212B',
85
+ 'sideBar.foreground': '#839496',
86
+ 'sideBarSectionHeader.background': '#00212B',
87
+ 'sideBarSectionHeader.foreground': '#556f74',
88
+ 'sideBarTitle.foreground': '#93A1A1',
89
+ 'statusBar.background': '#00212B',
90
+ 'statusBar.debuggingBackground': '#00212B',
91
+ 'statusBar.foreground': '#93A1A1',
92
+ 'statusBar.noFolderBackground': '#00212B',
93
+ 'statusBarItem.prominentBackground': '#003847',
94
+ 'statusBarItem.prominentHoverBackground': '#003847',
95
+ 'statusBarItem.remoteBackground': '#2AA198',
96
+ 'tab.activeBackground': '#002B37',
97
+ 'tab.activeForeground': '#d6dbdb',
98
+ 'tab.border': '#003847',
99
+ 'tab.inactiveBackground': '#004052',
100
+ 'tab.inactiveForeground': '#93A1A1',
101
+ 'tab.lastPinnedBorder': '#2AA198',
102
+ 'terminal.ansiBlack': '#073642',
103
+ 'terminal.ansiBlue': '#268bd2',
104
+ 'terminal.ansiBrightBlack': '#002b36',
105
+ 'terminal.ansiBrightBlue': '#839496',
106
+ 'terminal.ansiBrightCyan': '#93a1a1',
107
+ 'terminal.ansiBrightGreen': '#586e75',
108
+ 'terminal.ansiBrightMagenta': '#6c71c4',
109
+ 'terminal.ansiBrightRed': '#cb4b16',
110
+ 'terminal.ansiBrightWhite': '#fdf6e3',
111
+ 'terminal.ansiBrightYellow': '#657b83',
112
+ 'terminal.ansiCyan': '#2aa198',
113
+ 'terminal.ansiGreen': '#859900',
114
+ 'terminal.ansiMagenta': '#d33682',
115
+ 'terminal.ansiRed': '#dc322f',
116
+ 'terminal.ansiWhite': '#eee8d5',
117
+ 'terminal.ansiYellow': '#b58900',
118
+ 'textLink.activeForeground': '#268bd2',
119
+ 'textLink.foreground': '#268bd2',
120
+ 'titleBar.activeBackground': '#002C39',
121
+ },
122
+ displayName: 'Solarized Dark',
123
+ fg: '#839496',
124
+ name: 'solarized-dark',
125
+ semanticHighlighting: true,
126
+ settings: [
127
+ {
128
+ settings: {
129
+ foreground: '#839496',
130
+ },
131
+ },
132
+ {
133
+ scope: [
134
+ 'meta.embedded',
135
+ 'source.groovy.embedded',
136
+ 'string meta.image.inline.markdown',
137
+ 'variable.legacy.builtin.python',
138
+ ],
139
+ settings: {
140
+ foreground: '#839496',
141
+ },
142
+ },
143
+ {
144
+ scope: 'comment',
145
+ settings: {
146
+ fontStyle: 'italic',
147
+ foreground: '#586E75',
148
+ },
149
+ },
150
+ {
151
+ scope: 'string',
152
+ settings: {
153
+ foreground: '#2AA198',
154
+ },
155
+ },
156
+ {
157
+ scope: 'string.regexp',
158
+ settings: {
159
+ foreground: '#DC322F',
160
+ },
161
+ },
162
+ {
163
+ scope: 'constant.numeric',
164
+ settings: {
165
+ foreground: '#D33682',
166
+ },
167
+ },
168
+ {
169
+ scope: ['variable.language', 'variable.other'],
170
+ settings: {
171
+ foreground: '#268BD2',
172
+ },
173
+ },
174
+ {
175
+ scope: 'keyword',
176
+ settings: {
177
+ foreground: '#859900',
178
+ },
179
+ },
180
+ {
181
+ scope: 'storage',
182
+ settings: {
183
+ fontStyle: 'bold',
184
+ foreground: '#93A1A1',
185
+ },
186
+ },
187
+ {
188
+ scope: [
189
+ 'entity.name.class',
190
+ 'entity.name.type',
191
+ 'entity.name.namespace',
192
+ 'entity.name.scope-resolution',
193
+ ],
194
+ settings: {
195
+ fontStyle: '',
196
+ foreground: '#CB4B16',
197
+ },
198
+ },
199
+ {
200
+ scope: 'entity.name.function',
201
+ settings: {
202
+ foreground: '#268BD2',
203
+ },
204
+ },
205
+ {
206
+ scope: 'punctuation.definition.variable',
207
+ settings: {
208
+ foreground: '#859900',
209
+ },
210
+ },
211
+ {
212
+ scope: ['punctuation.section.embedded.begin', 'punctuation.section.embedded.end'],
213
+ settings: {
214
+ foreground: '#DC322F',
215
+ },
216
+ },
217
+ {
218
+ scope: ['constant.language', 'meta.preprocessor'],
219
+ settings: {
220
+ foreground: '#B58900',
221
+ },
222
+ },
223
+ {
224
+ scope: ['support.function.construct', 'keyword.other.new'],
225
+ settings: {
226
+ foreground: '#CB4B16',
227
+ },
228
+ },
229
+ {
230
+ scope: ['constant.character', 'constant.other'],
231
+ settings: {
232
+ foreground: '#CB4B16',
233
+ },
234
+ },
235
+ {
236
+ scope: ['entity.other.inherited-class', 'punctuation.separator.namespace.ruby'],
237
+ settings: {
238
+ foreground: '#6C71C4',
239
+ },
240
+ },
241
+ {
242
+ scope: 'variable.parameter',
243
+ settings: {},
244
+ },
245
+ {
246
+ scope: 'entity.name.tag',
247
+ settings: {
248
+ foreground: '#268BD2',
249
+ },
250
+ },
251
+ {
252
+ scope: 'punctuation.definition.tag',
253
+ settings: {
254
+ foreground: '#586E75',
255
+ },
256
+ },
257
+ {
258
+ scope: 'entity.other.attribute-name',
259
+ settings: {
260
+ foreground: '#93A1A1',
261
+ },
262
+ },
263
+ {
264
+ scope: 'support.function',
265
+ settings: {
266
+ foreground: '#268BD2',
267
+ },
268
+ },
269
+ {
270
+ scope: 'punctuation.separator.continuation',
271
+ settings: {
272
+ foreground: '#DC322F',
273
+ },
274
+ },
275
+ {
276
+ scope: ['support.constant', 'support.variable'],
277
+ settings: {},
278
+ },
279
+ {
280
+ scope: ['support.type', 'support.class'],
281
+ settings: {
282
+ foreground: '#859900',
283
+ },
284
+ },
285
+ {
286
+ scope: 'support.type.exception',
287
+ settings: {
288
+ foreground: '#CB4B16',
289
+ },
290
+ },
291
+ {
292
+ scope: 'support.other.variable',
293
+ settings: {},
294
+ },
295
+ {
296
+ scope: 'invalid',
297
+ settings: {
298
+ foreground: '#DC322F',
299
+ },
300
+ },
301
+ {
302
+ scope: ['meta.diff', 'meta.diff.header'],
303
+ settings: {
304
+ fontStyle: 'italic',
305
+ foreground: '#268BD2',
306
+ },
307
+ },
308
+ {
309
+ scope: 'markup.deleted',
310
+ settings: {
311
+ fontStyle: '',
312
+ foreground: '#DC322F',
313
+ },
314
+ },
315
+ {
316
+ scope: 'markup.changed',
317
+ settings: {
318
+ fontStyle: '',
319
+ foreground: '#CB4B16',
320
+ },
321
+ },
322
+ {
323
+ scope: 'markup.inserted',
324
+ settings: {
325
+ foreground: '#859900',
326
+ },
327
+ },
328
+ {
329
+ scope: 'markup.quote',
330
+ settings: {
331
+ foreground: '#859900',
332
+ },
333
+ },
334
+ {
335
+ scope: 'markup.list',
336
+ settings: {
337
+ foreground: '#B58900',
338
+ },
339
+ },
340
+ {
341
+ scope: ['markup.bold', 'markup.italic'],
342
+ settings: {
343
+ foreground: '#D33682',
344
+ },
345
+ },
346
+ {
347
+ scope: 'markup.bold',
348
+ settings: {
349
+ fontStyle: 'bold',
350
+ },
351
+ },
352
+ {
353
+ scope: 'markup.italic',
354
+ settings: {
355
+ fontStyle: 'italic',
356
+ },
357
+ },
358
+ {
359
+ scope: 'markup.strikethrough',
360
+ settings: {
361
+ fontStyle: 'strikethrough',
362
+ },
363
+ },
364
+ {
365
+ scope: 'markup.inline.raw',
366
+ settings: {
367
+ fontStyle: '',
368
+ foreground: '#2AA198',
369
+ },
370
+ },
371
+ {
372
+ scope: 'markup.heading',
373
+ settings: {
374
+ fontStyle: 'bold',
375
+ foreground: '#268BD2',
376
+ },
377
+ },
378
+ {
379
+ scope: 'markup.heading.setext',
380
+ settings: {
381
+ fontStyle: '',
382
+ foreground: '#268BD2',
383
+ },
384
+ },
385
+ ],
386
+ type: 'dark',
387
+ }