@brimveyn/aimux-config 0.4.4 → 0.4.6

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 +46 -131
  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,387 +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: '#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
- }