@brimveyn/aimux-config 0.3.5 → 0.4.1

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 (76) hide show
  1. package/README.md +45 -28
  2. package/package.json +4 -1
  3. package/src/actions.ts +110 -10
  4. package/src/defaults.ts +37 -8
  5. package/src/house-themes.ts +313 -0
  6. package/src/index.ts +18 -3
  7. package/src/normalize-theme.ts +260 -0
  8. package/src/resolver.ts +1 -0
  9. package/src/themes/generated/andromeeda.ts +346 -0
  10. package/src/themes/generated/aurora-x.ts +603 -0
  11. package/src/themes/generated/ayu-dark.ts +817 -0
  12. package/src/themes/generated/ayu-light.ts +817 -0
  13. package/src/themes/generated/ayu-mirage.ts +817 -0
  14. package/src/themes/generated/catppuccin-frappe.ts +2041 -0
  15. package/src/themes/generated/catppuccin-latte.ts +2041 -0
  16. package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
  17. package/src/themes/generated/catppuccin-mocha.ts +2041 -0
  18. package/src/themes/generated/dark-plus.ts +614 -0
  19. package/src/themes/generated/dracula-soft.ts +947 -0
  20. package/src/themes/generated/dracula.ts +947 -0
  21. package/src/themes/generated/everforest-dark.ts +2246 -0
  22. package/src/themes/generated/everforest-light.ts +2246 -0
  23. package/src/themes/generated/github-dark-default.ts +605 -0
  24. package/src/themes/generated/github-dark-dimmed.ts +605 -0
  25. package/src/themes/generated/github-dark-high-contrast.ts +608 -0
  26. package/src/themes/generated/github-dark.ts +519 -0
  27. package/src/themes/generated/github-light-default.ts +602 -0
  28. package/src/themes/generated/github-light-high-contrast.ts +604 -0
  29. package/src/themes/generated/github-light.ts +515 -0
  30. package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
  31. package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
  32. package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
  33. package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
  34. package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
  35. package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
  36. package/src/themes/generated/horizon-bright.ts +420 -0
  37. package/src/themes/generated/horizon.ts +418 -0
  38. package/src/themes/generated/houston.ts +1819 -0
  39. package/src/themes/generated/index.ts +140 -0
  40. package/src/themes/generated/kanagawa-dragon.ts +753 -0
  41. package/src/themes/generated/kanagawa-lotus.ts +753 -0
  42. package/src/themes/generated/kanagawa-wave.ts +753 -0
  43. package/src/themes/generated/laserwave.ts +489 -0
  44. package/src/themes/generated/light-plus.ts +639 -0
  45. package/src/themes/generated/material-theme-darker.ts +759 -0
  46. package/src/themes/generated/material-theme-lighter.ts +759 -0
  47. package/src/themes/generated/material-theme-ocean.ts +759 -0
  48. package/src/themes/generated/material-theme-palenight.ts +759 -0
  49. package/src/themes/generated/material-theme.ts +759 -0
  50. package/src/themes/generated/min-dark.ts +326 -0
  51. package/src/themes/generated/min-light.ts +331 -0
  52. package/src/themes/generated/monokai.ts +463 -0
  53. package/src/themes/generated/night-owl-light.ts +1526 -0
  54. package/src/themes/generated/night-owl.ts +1628 -0
  55. package/src/themes/generated/nord.ts +1277 -0
  56. package/src/themes/generated/one-dark-pro.ts +1920 -0
  57. package/src/themes/generated/one-light.ts +1599 -0
  58. package/src/themes/generated/plastic.ts +315 -0
  59. package/src/themes/generated/poimandres.ts +1233 -0
  60. package/src/themes/generated/red.ts +395 -0
  61. package/src/themes/generated/rose-pine-dawn.ts +696 -0
  62. package/src/themes/generated/rose-pine-moon.ts +696 -0
  63. package/src/themes/generated/rose-pine.ts +696 -0
  64. package/src/themes/generated/slack-dark.ts +594 -0
  65. package/src/themes/generated/slack-ochin.ts +461 -0
  66. package/src/themes/generated/snazzy-light.ts +1254 -0
  67. package/src/themes/generated/solarized-dark.ts +387 -0
  68. package/src/themes/generated/solarized-light.ts +379 -0
  69. package/src/themes/generated/synthwave-84.ts +751 -0
  70. package/src/themes/generated/tokyo-night.ts +1420 -0
  71. package/src/themes/generated/vesper.ts +578 -0
  72. package/src/themes/generated/vitesse-black.ts +629 -0
  73. package/src/themes/generated/vitesse-dark.ts +629 -0
  74. package/src/themes/generated/vitesse-light.ts +627 -0
  75. package/src/themes.ts +86 -238
  76. package/src/types.ts +181 -40
@@ -0,0 +1,315 @@
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: '#21252B',
8
+ colors: {
9
+ 'activityBar.activeBorder': '#1085FF',
10
+ 'activityBar.background': '#21252B',
11
+ 'activityBar.border': '#0D1117',
12
+ 'activityBar.foreground': '#C6CCD7',
13
+ 'activityBar.inactiveForeground': '#5F6672',
14
+ 'activityBarBadge.background': '#E06C75',
15
+ 'activityBarBadge.foreground': '#ffffff',
16
+ 'breadcrumb.focusForeground': '#C6CCD7',
17
+ 'breadcrumb.foreground': '#5F6672',
18
+ 'button.background': '#E06C75',
19
+ 'button.foreground': '#ffffff',
20
+ 'button.hoverBackground': '#E48189',
21
+ 'button.secondaryBackground': '#0D1117',
22
+ 'button.secondaryForeground': '#ffffff',
23
+ 'checkbox.background': '#61AFEF',
24
+ 'checkbox.foreground': '#ffffff',
25
+ 'contrastBorder': '#0D1117',
26
+ 'debugToolBar.background': '#181A1F',
27
+ 'descriptionForeground': '#5F6672',
28
+ 'diffEditor.border': '#0D1117',
29
+ 'diffEditor.diagonalFill': '#0D1117',
30
+ 'diffEditor.insertedLineBackground': '#CBF6AC',
31
+ 'diffEditor.insertedTextBackground': '#CBF6AC',
32
+ 'diffEditor.removedLineBackground': '#FF9FA8',
33
+ 'diffEditor.removedTextBackground': '#FF9FA8',
34
+ 'dropdown.background': '#181A1F',
35
+ 'dropdown.border': '#0D1117',
36
+ 'editor.background': '#21252B',
37
+ 'editor.findMatchBackground': '#000000',
38
+ 'editor.findMatchBorder': '#1085FF',
39
+ 'editor.findMatchHighlightBackground': '#000000',
40
+ 'editor.findMatchHighlightBorder': '#C6CCD7',
41
+ 'editor.foreground': '#A9B2C3',
42
+ 'editor.lineHighlightBackground': '#A9B2C3',
43
+ 'editor.lineHighlightBorder': '#000000',
44
+ 'editor.linkedEditingBackground': '#0D1117',
45
+ 'editor.rangeHighlightBorder': '#C6CCD7',
46
+ 'editor.selectionBackground': '#A9B2C3',
47
+ 'editor.selectionHighlightBackground': '#A9B2C3',
48
+ 'editor.selectionHighlightBorder': '#C6CCD7',
49
+ 'editor.wordHighlightBackground': '#000000',
50
+ 'editor.wordHighlightBorder': '#1085FF',
51
+ 'editor.wordHighlightStrongBackground': '#000000',
52
+ 'editor.wordHighlightStrongBorder': '#1085FF',
53
+ 'editorBracketHighlight.foreground1': '#A9B2C3',
54
+ 'editorBracketHighlight.foreground2': '#61AFEF',
55
+ 'editorBracketHighlight.foreground3': '#E5C07B',
56
+ 'editorBracketHighlight.foreground4': '#E06C75',
57
+ 'editorBracketHighlight.foreground5': '#98C379',
58
+ 'editorBracketHighlight.foreground6': '#B57EDC',
59
+ 'editorBracketHighlight.unexpectedBracket.foreground': '#D74E42',
60
+ 'editorBracketMatch.background': '#000000',
61
+ 'editorBracketMatch.border': '#1085FF',
62
+ 'editorCursor.foreground': '#A9B2C3',
63
+ 'editorError.foreground': '#D74E42',
64
+ 'editorGroup.border': '#0D1117',
65
+ 'editorGroup.emptyBackground': '#181A1F',
66
+ 'editorGroupHeader.tabsBackground': '#181A1F',
67
+ 'editorGutter.addedBackground': '#98C379',
68
+ 'editorGutter.deletedBackground': '#E06C75',
69
+ 'editorGutter.modifiedBackground': '#D19A66',
70
+ 'editorHoverWidget.background': '#181A1F',
71
+ 'editorHoverWidget.border': '#1085FF',
72
+ 'editorIndentGuide.activeBackground': '#A9B2C3',
73
+ 'editorIndentGuide.background': '#0D1117',
74
+ 'editorInfo.foreground': '#1085FF',
75
+ 'editorInlayHint.background': '#000000',
76
+ 'editorInlayHint.foreground': '#5F6672',
77
+ 'editorLightBulb.foreground': '#E9D16C',
78
+ 'editorLightBulbAutoFix.foreground': '#1085FF',
79
+ 'editorLineNumber.activeForeground': '#C6CCD7',
80
+ 'editorLineNumber.foreground': '#5F6672',
81
+ 'editorOverviewRuler.addedForeground': '#98C379',
82
+ 'editorOverviewRuler.border': '#0D1117',
83
+ 'editorOverviewRuler.deletedForeground': '#E06C75',
84
+ 'editorOverviewRuler.errorForeground': '#D74E42',
85
+ 'editorOverviewRuler.findMatchForeground': '#1085FF',
86
+ 'editorOverviewRuler.infoForeground': '#1085FF',
87
+ 'editorOverviewRuler.modifiedForeground': '#D19A66',
88
+ 'editorOverviewRuler.warningForeground': '#E9D16C',
89
+ 'editorRuler.foreground': '#0D1117',
90
+ 'editorStickyScroll.background': '#181A1F',
91
+ 'editorStickyScrollHover.background': '#21252B',
92
+ 'editorSuggestWidget.background': '#181A1F',
93
+ 'editorSuggestWidget.border': '#1085FF',
94
+ 'editorSuggestWidget.selectedBackground': '#A9B2C3',
95
+ 'editorWarning.foreground': '#E9D16C',
96
+ 'editorWhitespace.foreground': '#A9B2C3',
97
+ 'editorWidget.background': '#181A1F',
98
+ 'errorForeground': '#D74E42',
99
+ 'focusBorder': '#1085FF',
100
+ 'foreground': '#A9B2C3',
101
+ 'gitDecoration.addedResourceForeground': '#98C379',
102
+ 'gitDecoration.deletedResourceForeground': '#E06C75',
103
+ 'gitDecoration.ignoredResourceForeground': '#5F6672',
104
+ 'gitDecoration.modifiedResourceForeground': '#D19A66',
105
+ 'gitDecoration.untrackedResourceForeground': '#98C379',
106
+ 'input.background': '#0D1117',
107
+ 'input.border': '#1085FF',
108
+ 'input.foreground': '#A9B2C3',
109
+ 'inputOption.activeBorder': '#1085FF',
110
+ 'inputValidation.errorBackground': '#D74E42',
111
+ 'inputValidation.errorBorder': '#D74E42',
112
+ 'inputValidation.infoBackground': '#1085FF',
113
+ 'inputValidation.infoBorder': '#1085FF',
114
+ 'inputValidation.infoForeground': '#0D1117',
115
+ 'inputValidation.warningBackground': '#E9D16C',
116
+ 'inputValidation.warningBorder': '#E9D16C',
117
+ 'inputValidation.warningForeground': '#0D1117',
118
+ 'list.activeSelectionBackground': '#A9B2C3',
119
+ 'list.activeSelectionForeground': '#ffffff',
120
+ 'list.errorForeground': '#D74E42',
121
+ 'list.focusBackground': '#A9B2C3',
122
+ 'list.hoverBackground': '#A9B2C3',
123
+ 'list.inactiveFocusOutline': '#5F6672',
124
+ 'list.inactiveSelectionBackground': '#A9B2C3',
125
+ 'list.inactiveSelectionForeground': '#C6CCD7',
126
+ 'list.warningForeground': '#E9D16C',
127
+ 'minimap.findMatchHighlight': '#1085FF',
128
+ 'minimap.selectionHighlight': '#C6CCD7',
129
+ 'minimapGutter.addedBackground': '#98C379',
130
+ 'minimapGutter.deletedBackground': '#E06C75',
131
+ 'minimapGutter.modifiedBackground': '#D19A66',
132
+ 'notificationCenter.border': '#0D1117',
133
+ 'notificationCenterHeader.background': '#181A1F',
134
+ 'notificationToast.border': '#0D1117',
135
+ 'notifications.background': '#181A1F',
136
+ 'notifications.border': '#0D1117',
137
+ 'panel.background': '#181A1F',
138
+ 'panel.border': '#0D1117',
139
+ 'panelTitle.inactiveForeground': '#5F6672',
140
+ 'peekView.border': '#1085FF',
141
+ 'peekViewEditor.background': '#181A1F',
142
+ 'peekViewEditor.matchHighlightBackground': '#A9B2C3',
143
+ 'peekViewResult.background': '#181A1F',
144
+ 'peekViewResult.matchHighlightBackground': '#A9B2C3',
145
+ 'peekViewResult.selectionBackground': '#A9B2C3',
146
+ 'peekViewResult.selectionForeground': '#C6CCD7',
147
+ 'peekViewTitle.background': '#181A1F',
148
+ 'sash.hoverBorder': '#A9B2C3',
149
+ 'scrollbar.shadow': '#000000',
150
+ 'scrollbarSlider.activeBackground': '#A9B2C3',
151
+ 'scrollbarSlider.background': '#A9B2C3',
152
+ 'scrollbarSlider.hoverBackground': '#A9B2C3',
153
+ 'sideBar.background': '#181A1F',
154
+ 'sideBar.border': '#0D1117',
155
+ 'sideBar.foreground': '#C6CCD7',
156
+ 'sideBarSectionHeader.background': '#21252B',
157
+ 'sideBarSectionHeader.foreground': '#C6CCD7',
158
+ 'statusBar.background': '#21252B',
159
+ 'statusBar.border': '#0D1117',
160
+ 'statusBar.debuggingBackground': '#21252B',
161
+ 'statusBar.debuggingBorder': '#56B6C2',
162
+ 'statusBar.debuggingForeground': '#A9B2C3',
163
+ 'statusBar.focusBorder': '#A9B2C3',
164
+ 'statusBar.foreground': '#A9B2C3',
165
+ 'statusBar.noFolderBackground': '#181A1F',
166
+ 'statusBarItem.activeBackground': '#0D1117',
167
+ 'statusBarItem.errorBackground': '#21252B',
168
+ 'statusBarItem.errorForeground': '#D74E42',
169
+ 'statusBarItem.focusBorder': '#A9B2C3',
170
+ 'statusBarItem.hoverBackground': '#181A1F',
171
+ 'statusBarItem.hoverForeground': '#A9B2C3',
172
+ 'statusBarItem.remoteBackground': '#21252B',
173
+ 'statusBarItem.remoteForeground': '#B57EDC',
174
+ 'statusBarItem.warningBackground': '#21252B',
175
+ 'statusBarItem.warningForeground': '#E9D16C',
176
+ 'tab.activeBackground': '#21252B',
177
+ 'tab.activeBorderTop': '#1085FF',
178
+ 'tab.activeForeground': '#C6CCD7',
179
+ 'tab.border': '#0D1117',
180
+ 'tab.inactiveBackground': '#181A1F',
181
+ 'tab.inactiveForeground': '#5F6672',
182
+ 'tab.lastPinnedBorder': '#A9B2C3',
183
+ 'terminal.ansiBlack': '#5F6672',
184
+ 'terminal.ansiBlue': '#61AFEF',
185
+ 'terminal.ansiBrightBlack': '#5F6672',
186
+ 'terminal.ansiBrightBlue': '#61AFEF',
187
+ 'terminal.ansiBrightCyan': '#56B6C2',
188
+ 'terminal.ansiBrightGreen': '#98C379',
189
+ 'terminal.ansiBrightMagenta': '#B57EDC',
190
+ 'terminal.ansiBrightRed': '#E06C75',
191
+ 'terminal.ansiBrightWhite': '#A9B2C3',
192
+ 'terminal.ansiBrightYellow': '#E5C07B',
193
+ 'terminal.ansiCyan': '#56B6C2',
194
+ 'terminal.ansiGreen': '#98C379',
195
+ 'terminal.ansiMagenta': '#B57EDC',
196
+ 'terminal.ansiRed': '#E06C75',
197
+ 'terminal.ansiWhite': '#A9B2C3',
198
+ 'terminal.ansiYellow': '#E5C07B',
199
+ 'terminal.foreground': '#A9B2C3',
200
+ 'textLink.activeForeground': '#61AFEF',
201
+ 'textLink.foreground': '#61AFEF',
202
+ 'titleBar.activeBackground': '#21252B',
203
+ 'titleBar.activeForeground': '#C6CCD7',
204
+ 'titleBar.border': '#0D1117',
205
+ 'titleBar.inactiveBackground': '#21252B',
206
+ 'titleBar.inactiveForeground': '#5F6672',
207
+ 'toolbar.hoverBackground': '#A9B2C3',
208
+ 'widget.shadow': '#000000',
209
+ },
210
+ displayName: 'Plastic',
211
+ fg: '#A9B2C3',
212
+ name: 'plastic',
213
+ semanticHighlighting: true,
214
+ settings: [
215
+ {
216
+ settings: {
217
+ background: '#21252B',
218
+ foreground: '#A9B2C3',
219
+ },
220
+ },
221
+ {
222
+ scope: ['comment', 'punctuation.definition.comment', 'source.diff'],
223
+ settings: {
224
+ foreground: '#5F6672',
225
+ },
226
+ },
227
+ {
228
+ scope: [
229
+ 'entity.name.function',
230
+ 'support.function',
231
+ 'meta.diff.range',
232
+ 'punctuation.definition.range.diff',
233
+ ],
234
+ settings: {
235
+ foreground: '#B57EDC',
236
+ },
237
+ },
238
+ {
239
+ scope: [
240
+ 'keyword',
241
+ 'punctuation.definition.keyword',
242
+ 'variable.language',
243
+ 'markup.deleted',
244
+ 'meta.diff.header.from-file',
245
+ 'punctuation.definition.deleted',
246
+ 'punctuation.definition.from-file.diff',
247
+ ],
248
+ settings: {
249
+ foreground: '#E06C75',
250
+ },
251
+ },
252
+ {
253
+ scope: ['constant', 'support.constant'],
254
+ settings: {
255
+ foreground: '#56B6C2',
256
+ },
257
+ },
258
+ {
259
+ scope: ['storage', 'support.class', 'entity.name.namespace', 'meta.diff.header'],
260
+ settings: {
261
+ foreground: '#61AFEF',
262
+ },
263
+ },
264
+ {
265
+ scope: [
266
+ 'markup.inline.raw.string',
267
+ 'string',
268
+ 'markup.inserted',
269
+ 'punctuation.definition.inserted',
270
+ 'meta.diff.header.to-file',
271
+ 'punctuation.definition.to-file.diff',
272
+ ],
273
+ settings: {
274
+ foreground: '#98C379',
275
+ },
276
+ },
277
+ {
278
+ scope: ['entity.name.section', 'entity.name.tag', 'entity.name.type', 'support.type'],
279
+ settings: {
280
+ foreground: '#E5C07B',
281
+ },
282
+ },
283
+ {
284
+ scope: ['support.type.property-name', 'support.variable', 'variable'],
285
+ settings: {
286
+ foreground: '#C6CCD7',
287
+ },
288
+ },
289
+ {
290
+ scope: ['entity.other', 'punctuation.definition.entity', 'support.other'],
291
+ settings: {
292
+ foreground: '#D19A66',
293
+ },
294
+ },
295
+ {
296
+ scope: ['meta.brace', 'punctuation'],
297
+ settings: {
298
+ foreground: '#A9B2C3',
299
+ },
300
+ },
301
+ {
302
+ scope: ['markup.bold', 'punctuation.definition.bold', 'entity.other.attribute-name.id'],
303
+ settings: {
304
+ fontStyle: 'bold',
305
+ },
306
+ },
307
+ {
308
+ scope: ['comment', 'markup.italic', 'punctuation.definition.italic'],
309
+ settings: {
310
+ fontStyle: 'italic',
311
+ },
312
+ },
313
+ ],
314
+ type: 'dark',
315
+ }