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