@brimveyn/aimux-config 0.4.4 → 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,379 +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: '#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
- }