@brimveyn/aimux-config 0.4.3 → 0.4.5

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 (78) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +11 -8
  3. package/src/defaults.ts +3 -2
  4. package/src/house-themes.ts +44 -302
  5. package/src/index.ts +20 -16
  6. package/src/palette-to-shiki.ts +134 -0
  7. package/src/palette-utils.ts +92 -0
  8. package/src/resolver.ts +0 -1
  9. package/src/themes/opencode.ts +1460 -0
  10. package/src/themes.ts +18 -88
  11. package/src/types.ts +42 -130
  12. package/src/normalize-theme.ts +0 -260
  13. package/src/themes/generated/andromeeda.ts +0 -346
  14. package/src/themes/generated/aurora-x.ts +0 -603
  15. package/src/themes/generated/ayu-dark.ts +0 -817
  16. package/src/themes/generated/ayu-light.ts +0 -817
  17. package/src/themes/generated/ayu-mirage.ts +0 -817
  18. package/src/themes/generated/catppuccin-frappe.ts +0 -2041
  19. package/src/themes/generated/catppuccin-latte.ts +0 -2041
  20. package/src/themes/generated/catppuccin-macchiato.ts +0 -2041
  21. package/src/themes/generated/catppuccin-mocha.ts +0 -2041
  22. package/src/themes/generated/dark-plus.ts +0 -614
  23. package/src/themes/generated/dracula-soft.ts +0 -947
  24. package/src/themes/generated/dracula.ts +0 -947
  25. package/src/themes/generated/everforest-dark.ts +0 -2246
  26. package/src/themes/generated/everforest-light.ts +0 -2246
  27. package/src/themes/generated/github-dark-default.ts +0 -605
  28. package/src/themes/generated/github-dark-dimmed.ts +0 -605
  29. package/src/themes/generated/github-dark-high-contrast.ts +0 -608
  30. package/src/themes/generated/github-dark.ts +0 -519
  31. package/src/themes/generated/github-light-default.ts +0 -602
  32. package/src/themes/generated/github-light-high-contrast.ts +0 -604
  33. package/src/themes/generated/github-light.ts +0 -515
  34. package/src/themes/generated/gruvbox-dark-hard.ts +0 -1124
  35. package/src/themes/generated/gruvbox-dark-medium.ts +0 -1124
  36. package/src/themes/generated/gruvbox-dark-soft.ts +0 -1124
  37. package/src/themes/generated/gruvbox-light-hard.ts +0 -1124
  38. package/src/themes/generated/gruvbox-light-medium.ts +0 -1124
  39. package/src/themes/generated/gruvbox-light-soft.ts +0 -1124
  40. package/src/themes/generated/horizon-bright.ts +0 -420
  41. package/src/themes/generated/horizon.ts +0 -418
  42. package/src/themes/generated/houston.ts +0 -1819
  43. package/src/themes/generated/index.ts +0 -140
  44. package/src/themes/generated/kanagawa-dragon.ts +0 -753
  45. package/src/themes/generated/kanagawa-lotus.ts +0 -753
  46. package/src/themes/generated/kanagawa-wave.ts +0 -753
  47. package/src/themes/generated/laserwave.ts +0 -489
  48. package/src/themes/generated/light-plus.ts +0 -639
  49. package/src/themes/generated/material-theme-darker.ts +0 -759
  50. package/src/themes/generated/material-theme-lighter.ts +0 -759
  51. package/src/themes/generated/material-theme-ocean.ts +0 -759
  52. package/src/themes/generated/material-theme-palenight.ts +0 -759
  53. package/src/themes/generated/material-theme.ts +0 -759
  54. package/src/themes/generated/min-dark.ts +0 -326
  55. package/src/themes/generated/min-light.ts +0 -331
  56. package/src/themes/generated/monokai.ts +0 -463
  57. package/src/themes/generated/night-owl-light.ts +0 -1526
  58. package/src/themes/generated/night-owl.ts +0 -1628
  59. package/src/themes/generated/nord.ts +0 -1277
  60. package/src/themes/generated/one-dark-pro.ts +0 -1920
  61. package/src/themes/generated/one-light.ts +0 -1599
  62. package/src/themes/generated/plastic.ts +0 -315
  63. package/src/themes/generated/poimandres.ts +0 -1233
  64. package/src/themes/generated/red.ts +0 -395
  65. package/src/themes/generated/rose-pine-dawn.ts +0 -696
  66. package/src/themes/generated/rose-pine-moon.ts +0 -696
  67. package/src/themes/generated/rose-pine.ts +0 -696
  68. package/src/themes/generated/slack-dark.ts +0 -594
  69. package/src/themes/generated/slack-ochin.ts +0 -461
  70. package/src/themes/generated/snazzy-light.ts +0 -1254
  71. package/src/themes/generated/solarized-dark.ts +0 -387
  72. package/src/themes/generated/solarized-light.ts +0 -379
  73. package/src/themes/generated/synthwave-84.ts +0 -751
  74. package/src/themes/generated/tokyo-night.ts +0 -1420
  75. package/src/themes/generated/vesper.ts +0 -578
  76. package/src/themes/generated/vitesse-black.ts +0 -629
  77. package/src/themes/generated/vitesse-dark.ts +0 -629
  78. package/src/themes/generated/vitesse-light.ts +0 -627
@@ -1,418 +0,0 @@
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: '#1C1E26',
8
- colors: {
9
- 'activityBar.background': '#1C1E26',
10
- 'activityBar.dropBackground': '#6C6F93',
11
- 'activityBar.foreground': '#D5D8DA',
12
- 'activityBarBadge.background': '#E95378',
13
- 'activityBarBadge.foreground': '#06060C',
14
- 'badge.background': '#2E303E',
15
- 'badge.foreground': '#D5D8DA',
16
- 'breadcrumbPicker.background': '#232530',
17
- 'button.background': '#2E303E',
18
- 'contrastBorder': '#1A1C23',
19
- 'debugToolBar.background': '#1C1E26',
20
- 'descriptionForeground': '#D5D8DA',
21
- 'diffEditor.insertedLineBackground': '#1e3f3a',
22
- 'diffEditor.insertedTextBackground': '#09F7A0',
23
- 'diffEditor.removedLineBackground': '#432430',
24
- 'diffEditor.removedTextBackground': '#F43E5C',
25
- 'dropdown.background': '#232530',
26
- 'dropdown.listBackground': '#2E303E',
27
- 'editor.background': '#1C1E26',
28
- 'editor.findMatchBackground': '#6C6F93',
29
- 'editor.findMatchHighlightBackground': '#6C6F93',
30
- 'editor.findRangeHighlightBackground': '#6C6F93',
31
- 'editor.foreground': '#bbbbbb',
32
- 'editor.hoverHighlightBackground': '#6C6F93',
33
- 'editor.lineHighlightBackground': '#2E303E',
34
- 'editor.rangeHighlightBackground': '#2E303E',
35
- 'editor.selectionBackground': '#2E303E',
36
- 'editor.selectionHighlightBackground': '#6C6F93',
37
- 'editor.wordHighlightBackground': '#6C6F93',
38
- 'editor.wordHighlightStrongBackground': '#6C6F93',
39
- 'editorBracketMatch.background': '#6C6F93',
40
- 'editorBracketMatch.border': '#6C6F93',
41
- 'editorCodeLens.foreground': '#6C6F93',
42
- 'editorCursor.background': '#1C1E26',
43
- 'editorCursor.foreground': '#E95378',
44
- 'editorError.foreground': '#F43E5C',
45
- 'editorGroup.border': '#1A1C23',
46
- 'editorGroup.dropBackground': '#6C6F93',
47
- 'editorGroupHeader.tabsBackground': '#1C1E26',
48
- 'editorGutter.addedBackground': '#09F7A0',
49
- 'editorGutter.deletedBackground': '#F43E5C',
50
- 'editorGutter.modifiedBackground': '#21BFC2',
51
- 'editorIndentGuide.activeBackground': '#2E303E',
52
- 'editorIndentGuide.background': '#2E303E',
53
- 'editorLineNumber.activeForeground': '#D5D8DA',
54
- 'editorLineNumber.foreground': '#D5D8DA',
55
- 'editorOverviewRuler.addedForeground': '#09F7A0',
56
- 'editorOverviewRuler.border': '#2E303E',
57
- 'editorOverviewRuler.bracketMatchForeground': '#D5D8DA',
58
- 'editorOverviewRuler.deletedForeground': '#F43E5C',
59
- 'editorOverviewRuler.errorForeground': '#F43E5C',
60
- 'editorOverviewRuler.findMatchForeground': '#6C6F93',
61
- 'editorOverviewRuler.modifiedForeground': '#21BFC2',
62
- 'editorOverviewRuler.warningForeground': '#27D797',
63
- 'editorRuler.foreground': '#6C6F93',
64
- 'editorSuggestWidget.highlightForeground': '#E95378',
65
- 'editorWarning.foreground': '#27D797',
66
- 'editorWidget.background': '#232530',
67
- 'editorWidget.border': '#232530',
68
- 'errorForeground': '#F43E5C',
69
- 'extensionButton.prominentBackground': '#E95378',
70
- 'extensionButton.prominentHoverBackground': '#E9436D',
71
- 'focusBorder': '#1A1C23',
72
- 'foreground': '#D5D8DA',
73
- 'gitDecoration.addedResourceForeground': '#27D797',
74
- 'gitDecoration.deletedResourceForeground': '#F43E5C',
75
- 'gitDecoration.ignoredResourceForeground': '#D5D8DA',
76
- 'gitDecoration.modifiedResourceForeground': '#FAB38E',
77
- 'gitDecoration.untrackedResourceForeground': '#27D797',
78
- 'input.background': '#2E303E',
79
- 'input.border': '#1A1C23',
80
- 'input.foreground': '#bbbbbb',
81
- 'inputOption.activeBorder': '#E9436D',
82
- 'inputValidation.errorBackground': '#F43E5C',
83
- 'inputValidation.errorBorder': '#F43E5C',
84
- 'list.activeSelectionBackground': '#2E303E',
85
- 'list.activeSelectionForeground': '#D5D8DA',
86
- 'list.dropBackground': '#6C6F93',
87
- 'list.errorForeground': '#F43E5C',
88
- 'list.focusBackground': '#2E303E',
89
- 'list.focusForeground': '#D5D8DA',
90
- 'list.highlightForeground': '#E95378',
91
- 'list.hoverBackground': '#2E303E',
92
- 'list.hoverForeground': '#D5D8DA',
93
- 'list.inactiveFocusBackground': '#2E303E',
94
- 'list.inactiveSelectionBackground': '#2E303E',
95
- 'list.inactiveSelectionForeground': '#D5D8DA',
96
- 'list.warningForeground': '#27D797',
97
- 'panel.background': '#1C1E26',
98
- 'panel.border': '#1A1C23',
99
- 'panelTitle.activeBorder': '#E95378',
100
- 'peekView.border': '#1A1C23',
101
- 'peekViewEditor.background': '#232530',
102
- 'peekViewEditor.matchHighlightBackground': '#6C6F93',
103
- 'peekViewResult.background': '#232530',
104
- 'peekViewResult.matchHighlightBackground': '#6C6F93',
105
- 'peekViewResult.selectionBackground': '#2E303E',
106
- 'peekViewTitle.background': '#232530',
107
- 'pickerGroup.foreground': '#E95378',
108
- 'progressBar.background': '#E95378',
109
- 'scrollbar.shadow': '#16161C',
110
- 'scrollbarSlider.activeBackground': '#6C6F93',
111
- 'scrollbarSlider.background': '#6C6F93',
112
- 'scrollbarSlider.hoverBackground': '#6C6F93',
113
- 'selection.background': '#6C6F93',
114
- 'sideBar.background': '#1C1E26',
115
- 'sideBar.dropBackground': '#6C6F93',
116
- 'sideBar.foreground': '#D5D8DA',
117
- 'sideBarSectionHeader.background': '#1C1E26',
118
- 'sideBarSectionHeader.foreground': '#D5D8DA',
119
- 'statusBar.background': '#1C1E26',
120
- 'statusBar.debuggingBackground': '#FAB38E',
121
- 'statusBar.debuggingForeground': '#06060C',
122
- 'statusBar.foreground': '#D5D8DA',
123
- 'statusBar.noFolderBackground': '#1C1E26',
124
- 'statusBarItem.hoverBackground': '#2E303E',
125
- 'statusBarItem.prominentBackground': '#2E303E',
126
- 'statusBarItem.prominentHoverBackground': '#6C6F93',
127
- 'tab.activeBorder': '#E95378',
128
- 'tab.border': '#1C1E26',
129
- 'tab.inactiveBackground': '#1C1E26',
130
- 'terminal.ansiBlue': '#26BBD9',
131
- 'terminal.ansiBrightBlue': '#3FC4DE',
132
- 'terminal.ansiBrightCyan': '#6BE4E6',
133
- 'terminal.ansiBrightGreen': '#3FDAA4',
134
- 'terminal.ansiBrightMagenta': '#F075B5',
135
- 'terminal.ansiBrightRed': '#EC6A88',
136
- 'terminal.ansiBrightYellow': '#FBC3A7',
137
- 'terminal.ansiCyan': '#59E1E3',
138
- 'terminal.ansiGreen': '#29D398',
139
- 'terminal.ansiMagenta': '#EE64AC',
140
- 'terminal.ansiRed': '#E95678',
141
- 'terminal.ansiYellow': '#FAB795',
142
- 'terminal.foreground': '#D5D8DA',
143
- 'terminal.selectionBackground': '#6C6F93',
144
- 'terminalCursor.background': '#D5D8DA',
145
- 'terminalCursor.foreground': '#6C6F93',
146
- 'textLink.activeForeground': '#E9436D',
147
- 'textLink.foreground': '#E95378',
148
- 'titleBar.activeBackground': '#1C1E26',
149
- 'titleBar.inactiveBackground': '#1C1E26',
150
- 'walkThrough.embeddedEditorBackground': '#232530',
151
- 'widget.shadow': '#16161C',
152
- },
153
- displayName: 'Horizon',
154
- fg: '#bbbbbb',
155
- name: 'horizon',
156
- semanticHighlighting: true,
157
- settings: [
158
- {
159
- settings: {
160
- background: '#1C1E26',
161
- foreground: '#bbbbbb',
162
- },
163
- },
164
- {
165
- scope: 'comment',
166
- settings: {
167
- fontStyle: 'italic',
168
- foreground: '#BBBBBB4D',
169
- },
170
- },
171
- {
172
- scope: 'constant',
173
- settings: {
174
- foreground: '#F09483E6',
175
- },
176
- },
177
- {
178
- scope: 'constant.character.escape',
179
- settings: {
180
- foreground: '#25B0BCE6',
181
- },
182
- },
183
- {
184
- scope: 'entity.name',
185
- settings: {
186
- foreground: '#FAC29AE6',
187
- },
188
- },
189
- {
190
- scope: 'entity.name.function',
191
- settings: {
192
- foreground: '#25B0BCE6',
193
- },
194
- },
195
- {
196
- scope: 'entity.name.tag',
197
- settings: {
198
- fontStyle: 'normal',
199
- foreground: '#E95678E6',
200
- },
201
- },
202
- {
203
- scope: ['entity.name.type', 'storage.type.cs'],
204
- settings: {
205
- foreground: '#FAC29AE6',
206
- },
207
- },
208
- {
209
- scope: 'entity.other.attribute-name',
210
- settings: {
211
- fontStyle: 'normal',
212
- foreground: '#F09483E6',
213
- },
214
- },
215
- {
216
- scope: 'entity.other.inherited-class',
217
- settings: {
218
- foreground: '#FAB795E6',
219
- },
220
- },
221
- {
222
- scope: 'entity.other.attribute-name.id',
223
- settings: {
224
- foreground: '#25B0BCE6',
225
- },
226
- },
227
- {
228
- scope: [
229
- 'entity.other.attribute-name.pseudo-element',
230
- 'entity.other.attribute-name.pseudo-class',
231
- ],
232
- settings: {
233
- foreground: '#FAB795E6',
234
- },
235
- },
236
- {
237
- scope: ['entity.name.variable', 'variable'],
238
- settings: {
239
- foreground: '#E95678E6',
240
- },
241
- },
242
- {
243
- scope: 'keyword',
244
- settings: {
245
- fontStyle: 'normal',
246
- foreground: '#B877DBE6',
247
- },
248
- },
249
- {
250
- scope: 'keyword.operator',
251
- settings: {
252
- foreground: '#BBBBBB',
253
- },
254
- },
255
- {
256
- scope: [
257
- 'keyword.operator.new',
258
- 'keyword.operator.expression',
259
- 'keyword.operator.logical',
260
- 'keyword.operator.delete',
261
- ],
262
- settings: {
263
- foreground: '#B877DBE6',
264
- },
265
- },
266
- {
267
- scope: 'keyword.other.unit',
268
- settings: {
269
- foreground: '#F09483E6',
270
- },
271
- },
272
- {
273
- scope: 'markup.quote',
274
- settings: {
275
- fontStyle: 'italic',
276
- foreground: '#FAB795B3',
277
- },
278
- },
279
- {
280
- scope: ['markup.heading', 'entity.name.section'],
281
- settings: {
282
- foreground: '#E95678E6',
283
- },
284
- },
285
- {
286
- scope: 'markup.bold',
287
- settings: {
288
- fontStyle: 'bold',
289
- foreground: '#B877DBE6',
290
- },
291
- },
292
- {
293
- scope: 'markup.italic',
294
- settings: {
295
- fontStyle: 'italic',
296
- foreground: '#25B0BCE6',
297
- },
298
- },
299
- {
300
- scope: ['markup.inline.raw', 'markup.fenced_code.block'],
301
- settings: {
302
- foreground: '#F09483E6',
303
- },
304
- },
305
- {
306
- scope: 'markup.underline.link',
307
- settings: {
308
- foreground: '#FAB795E6',
309
- },
310
- },
311
- {
312
- scope: 'storage',
313
- settings: {
314
- fontStyle: 'normal',
315
- foreground: '#B877DBE6',
316
- },
317
- },
318
- {
319
- scope: ['string.quoted', 'string.template'],
320
- settings: {
321
- foreground: '#FAB795E6',
322
- },
323
- },
324
- {
325
- scope: 'string.regexp',
326
- settings: {
327
- foreground: '#F09483E6',
328
- },
329
- },
330
- {
331
- scope: 'string.other.link',
332
- settings: {
333
- foreground: '#F09483E6',
334
- },
335
- },
336
- {
337
- scope: 'support',
338
- settings: {
339
- foreground: '#FAC29AE6',
340
- },
341
- },
342
- {
343
- scope: 'support.function',
344
- settings: {
345
- foreground: '#25B0BCE6',
346
- },
347
- },
348
- {
349
- scope: 'support.variable',
350
- settings: {
351
- foreground: '#E95678E6',
352
- },
353
- },
354
- {
355
- scope: ['support.type.property-name', 'meta.object-literal.key'],
356
- settings: {
357
- foreground: '#E95678E6',
358
- },
359
- },
360
- {
361
- scope: 'support.type.property-name.css',
362
- settings: {
363
- foreground: '#BBBBBB',
364
- },
365
- },
366
- {
367
- scope: ['variable.language'],
368
- settings: {
369
- fontStyle: 'italic',
370
- foreground: '#FAC29AE6',
371
- },
372
- },
373
- {
374
- scope: 'variable.parameter',
375
- settings: {
376
- fontStyle: 'italic',
377
- },
378
- },
379
- {
380
- scope: 'string.template meta.embedded',
381
- settings: {
382
- foreground: '#BBBBBB',
383
- },
384
- },
385
- {
386
- scope: 'punctuation.definition.tag',
387
- settings: {
388
- fontStyle: 'normal',
389
- foreground: '#E95678B3',
390
- },
391
- },
392
- {
393
- scope: 'punctuation.separator',
394
- settings: {
395
- foreground: '#BBBBBB',
396
- },
397
- },
398
- {
399
- scope: ['punctuation.definition.template-expression', 'punctuation.quasi.element'],
400
- settings: {
401
- foreground: '#B877DBE6',
402
- },
403
- },
404
- {
405
- scope: 'punctuation.section.embedded',
406
- settings: {
407
- foreground: '#B877DBE6',
408
- },
409
- },
410
- {
411
- scope: 'punctuation.definition.list',
412
- settings: {
413
- foreground: '#F09483E6',
414
- },
415
- },
416
- ],
417
- type: 'dark',
418
- }