@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,817 +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: '#fcfcfc',
8
- colors: {
9
- 'actionBar.toggledBackground': '#6b7d8f',
10
- 'activityBar.activeBorder': '#f29718',
11
- 'activityBar.background': '#f8f9fa',
12
- 'activityBar.border': '#6b7d8f',
13
- 'activityBar.foreground': '#828e9f',
14
- 'activityBar.inactiveForeground': '#828e9f',
15
- 'activityBarBadge.background': '#f29718',
16
- 'activityBarBadge.foreground': '#7e4b01',
17
- 'activityBarTop.activeBorder': '#f29718',
18
- 'activityBarTop.foreground': '#788597',
19
- 'badge.background': '#f29718',
20
- 'badge.foreground': '#ea9216',
21
- 'button.background': '#f29718',
22
- 'button.border': '#7e4b01',
23
- 'button.foreground': '#7e4b01',
24
- 'button.hoverBackground': '#ea9216',
25
- 'button.secondaryBackground': '#828e9f',
26
- 'button.secondaryForeground': '#5c6166',
27
- 'button.secondaryHoverBackground': '#828e9f',
28
- 'button.separator': '#7e4b01',
29
- 'chat.checkpointSeparator': '#adaeb1',
30
- 'chat.editedFileForeground': '#478acc',
31
- 'chat.requestBackground': '#f8f9fa',
32
- 'chat.requestBorder': '#6b7d8f',
33
- 'chat.requestBubbleBackground': '#6b7d8f',
34
- 'chat.requestBubbleHoverBackground': '#6b7d8f',
35
- 'chat.slashCommandBackground': '#55b4d4',
36
- 'chat.slashCommandForeground': '#55b4d4',
37
- 'commandCenter.activeBackground': '#6b7d8f',
38
- 'commandCenter.activeBorder': '#6b7d8f',
39
- 'commandCenter.activeForeground': '#828e9f',
40
- 'commandCenter.background': '#fcfcfc',
41
- 'commandCenter.border': '#6b7d8f',
42
- 'commandCenter.foreground': '#828e9f',
43
- 'commandCenter.inactiveBorder': '#6b7d8f',
44
- 'contrastBorder': '#6b7d8f',
45
- 'debugConsoleInputIcon.foreground': '#f29718',
46
- 'debugExceptionWidget.background': '#fafafa',
47
- 'debugExceptionWidget.border': '#6b7d8f',
48
- 'debugIcon.breakpointDisabledForeground': '#f2a191',
49
- 'debugIcon.breakpointForeground': '#f2a191',
50
- 'debugToolBar.background': '#fafafa',
51
- 'descriptionForeground': '#828e9f',
52
- 'diffEditor.diagonalFill': '#6b7d8f',
53
- 'diffEditor.insertedLineBackground': '#e2f1db',
54
- 'diffEditor.insertedTextBackground': '#6cbf43',
55
- 'diffEditor.removedLineBackground': '#fde3e6',
56
- 'diffEditor.removedTextBackground': '#ff7383',
57
- 'disabledForeground': '#828e9f',
58
- 'dropdown.background': '#fafafa',
59
- 'dropdown.border': '#6b7d8f',
60
- 'dropdown.foreground': '#828e9f',
61
- 'editor.background': '#fcfcfc',
62
- 'editor.findMatchBackground': '#ffe294',
63
- 'editor.findMatchHighlightBackground': '#ffe294',
64
- 'editor.foreground': '#5c6166',
65
- 'editor.inactiveSelectionBackground': '#035bd6',
66
- 'editor.lineHighlightBackground': '#828e9f',
67
- 'editor.rangeHighlightBackground': '#ffe294',
68
- 'editor.selectionBackground': '#035bd6',
69
- 'editor.selectionHighlightBackground': '#6cbf43',
70
- 'editor.selectionHighlightBorder': '#6cbf43',
71
- 'editor.snippetTabstopHighlightBackground': '#6cbf43',
72
- 'editor.wordHighlightBackground': '#478acc',
73
- 'editor.wordHighlightBorder': '#478acc',
74
- 'editor.wordHighlightStrongBackground': '#6cbf43',
75
- 'editor.wordHighlightStrongBorder': '#6cbf43',
76
- 'editorBracketMatch.background': '#828e9f',
77
- 'editorBracketMatch.border': '#828e9f',
78
- 'editorCodeLens.foreground': '#adaeb1',
79
- 'editorCursor.foreground': '#f29718',
80
- 'editorError.foreground': '#e65050',
81
- 'editorGroup.background': '#fafafa',
82
- 'editorGroup.border': '#6b7d8f',
83
- 'editorGroupHeader.noTabsBackground': '#f8f9fa',
84
- 'editorGroupHeader.tabsBackground': '#f8f9fa',
85
- 'editorGroupHeader.tabsBorder': '#6b7d8f',
86
- 'editorGutter.addedBackground': '#6cbf43',
87
- 'editorGutter.deletedBackground': '#ff7383',
88
- 'editorGutter.modifiedBackground': '#478acc',
89
- 'editorHoverWidget.background': '#fafafa',
90
- 'editorHoverWidget.border': '#6b7d8f',
91
- 'editorIndentGuide.activeBackground': '#828e9f',
92
- 'editorIndentGuide.background': '#828e9f',
93
- 'editorInlayHint.foreground': '#5c6166',
94
- 'editorLineNumber.activeForeground': '#828e9f',
95
- 'editorLineNumber.foreground': '#828e9f',
96
- 'editorLink.activeForeground': '#f29718',
97
- 'editorMarkerNavigation.background': '#fafafa',
98
- 'editorOverviewRuler.addedForeground': '#6cbf43',
99
- 'editorOverviewRuler.border': '#6b7d8f',
100
- 'editorOverviewRuler.bracketMatchForeground': '#828e9f',
101
- 'editorOverviewRuler.deletedForeground': '#ff7383',
102
- 'editorOverviewRuler.errorForeground': '#e65050',
103
- 'editorOverviewRuler.findMatchForeground': '#ffe294',
104
- 'editorOverviewRuler.modifiedForeground': '#478acc',
105
- 'editorOverviewRuler.warningForeground': '#f29718',
106
- 'editorOverviewRuler.wordHighlightForeground': '#478acc',
107
- 'editorOverviewRuler.wordHighlightStrongForeground': '#6cbf43',
108
- 'editorRuler.foreground': '#828e9f',
109
- 'editorStickyScroll.border': '#6b7d8f',
110
- 'editorStickyScroll.shadow': '#6b7d8f',
111
- 'editorStickyScrollHover.background': '#6b7d8f',
112
- 'editorSuggestWidget.background': '#fafafa',
113
- 'editorSuggestWidget.border': '#6b7d8f',
114
- 'editorSuggestWidget.highlightForeground': '#f29718',
115
- 'editorSuggestWidget.selectedBackground': '#6b7d8f',
116
- 'editorWarning.foreground': '#f29718',
117
- 'editorWhitespace.foreground': '#828e9f',
118
- 'editorWidget.background': '#fafafa',
119
- 'editorWidget.border': '#6b7d8f',
120
- 'editorWidget.resizeBorder': '#fafafa',
121
- 'errorForeground': '#e65050',
122
- 'extensionButton.prominentBackground': '#f29718',
123
- 'extensionButton.prominentForeground': '#7e4b01',
124
- 'extensionButton.prominentHoverBackground': '#ee9417',
125
- 'focusBorder': '#f29718',
126
- 'foreground': '#828e9f',
127
- 'gitDecoration.addedResourceForeground': '#6cbf43',
128
- 'gitDecoration.deletedResourceForeground': '#ff7383',
129
- 'gitDecoration.ignoredResourceForeground': '#828e9f',
130
- 'gitDecoration.modifiedResourceForeground': '#478acc',
131
- 'gitDecoration.submoduleResourceForeground': '#a37acc',
132
- 'gitDecoration.untrackedResourceForeground': '#6cbf43',
133
- 'icon.foreground': '#828e9f',
134
- 'inlineChat.background': '#fafafa',
135
- 'inlineChat.border': '#6b7d8f',
136
- 'inlineChat.foreground': '#5c6166',
137
- 'inlineChat.shadow': '#6b7d8f',
138
- 'inlineChatDiff.inserted': '#6cbf43',
139
- 'inlineChatDiff.removed': '#ff7383',
140
- 'inlineChatInput.background': '#fcfcfc',
141
- 'inlineChatInput.border': '#6b7d8f',
142
- 'inlineChatInput.focusBorder': '#f29718',
143
- 'inlineChatInput.placeholderForeground': '#828e9f',
144
- 'inlineEdit.gutterIndicator.background': '#6b7d8f',
145
- 'inlineEdit.gutterIndicator.primaryBackground': '#f29718',
146
- 'inlineEdit.gutterIndicator.primaryBorder': '#f29718',
147
- 'inlineEdit.gutterIndicator.primaryForeground': '#f29718',
148
- 'inlineEdit.gutterIndicator.secondaryBackground': '#828e9f',
149
- 'inlineEdit.gutterIndicator.secondaryBorder': '#828e9f',
150
- 'inlineEdit.gutterIndicator.secondaryForeground': '#828e9f',
151
- 'inlineEdit.gutterIndicator.successfulBackground': '#6cbf43',
152
- 'inlineEdit.gutterIndicator.successfulBorder': '#6cbf43',
153
- 'inlineEdit.gutterIndicator.successfulForeground': '#6cbf43',
154
- 'inlineEdit.modifiedBackground': '#6cbf43',
155
- 'inlineEdit.modifiedBorder': '#6cbf43',
156
- 'inlineEdit.modifiedChangedLineBackground': '#6cbf43',
157
- 'inlineEdit.modifiedChangedTextBackground': '#6cbf43',
158
- 'inlineEdit.originalBackground': '#ff7383',
159
- 'inlineEdit.originalBorder': '#ff7383',
160
- 'inlineEdit.originalChangedLineBackground': '#ff7383',
161
- 'inlineEdit.originalChangedTextBackground': '#ff7383',
162
- 'input.background': '#fcfcfc',
163
- 'input.border': '#828e9f',
164
- 'input.foreground': '#5c6166',
165
- 'input.placeholderForeground': '#828e9f',
166
- 'inputOption.activeBackground': '#f29718',
167
- 'inputOption.activeBorder': '#f29718',
168
- 'inputOption.activeForeground': '#f29718',
169
- 'inputOption.hoverBackground': '#828e9f',
170
- 'inputValidation.errorBackground': '#fcfcfc',
171
- 'inputValidation.errorBorder': '#e65050',
172
- 'inputValidation.infoBackground': '#f8f9fa',
173
- 'inputValidation.infoBorder': '#55b4d4',
174
- 'inputValidation.warningBackground': '#f8f9fa',
175
- 'inputValidation.warningBorder': '#eba400',
176
- 'keybindingLabel.background': '#828e9f',
177
- 'keybindingLabel.border': '#5c6166',
178
- 'keybindingLabel.bottomBorder': '#5c6166',
179
- 'keybindingLabel.foreground': '#5c6166',
180
- 'list.activeSelectionBackground': '#6b7d8f',
181
- 'list.activeSelectionForeground': '#5c6166',
182
- 'list.deemphasizedForeground': '#e65050',
183
- 'list.errorForeground': '#e65050',
184
- 'list.filterMatchBackground': '#fad778',
185
- 'list.filterMatchBorder': '#ffe294',
186
- 'list.focusBackground': '#6b7d8f',
187
- 'list.focusForeground': '#5c6166',
188
- 'list.focusOutline': '#6b7d8f',
189
- 'list.highlightForeground': '#f29718',
190
- 'list.hoverBackground': '#6b7d8f',
191
- 'list.inactiveSelectionBackground': '#6b7d8f',
192
- 'list.inactiveSelectionForeground': '#828e9f',
193
- 'list.invalidItemForeground': '#828e9f',
194
- 'listFilterWidget.background': '#fafafa',
195
- 'listFilterWidget.noMatchesOutline': '#e65050',
196
- 'listFilterWidget.outline': '#f29718',
197
- 'menu.background': '#ffffff',
198
- 'menu.border': '#6b7d8f',
199
- 'menu.foreground': '#828e9f',
200
- 'menu.selectionBackground': '#6b7d8f',
201
- 'menu.selectionBorder': '#6b7d8f',
202
- 'menu.separatorBackground': '#6b7d8f',
203
- 'minimap.background': '#fcfcfc',
204
- 'minimap.errorHighlight': '#e65050',
205
- 'minimap.findMatchHighlight': '#ffe294',
206
- 'minimap.selectionHighlight': '#035bd6',
207
- 'minimapGutter.addedBackground': '#6cbf43',
208
- 'minimapGutter.deletedBackground': '#ff7383',
209
- 'minimapGutter.modifiedBackground': '#478acc',
210
- 'multiDiffEditor.background': '#f8f9fa',
211
- 'multiDiffEditor.border': '#6b7d8f',
212
- 'multiDiffEditor.headerBackground': '#fafafa',
213
- 'panel.background': '#f8f9fa',
214
- 'panel.border': '#6b7d8f',
215
- 'panelStickyScroll.border': '#6b7d8f',
216
- 'panelStickyScroll.shadow': '#6b7d8f',
217
- 'panelTitle.activeBorder': '#f29718',
218
- 'panelTitle.activeForeground': '#5c6166',
219
- 'panelTitle.inactiveForeground': '#828e9f',
220
- 'peekView.border': '#6b7d8f',
221
- 'peekViewEditor.background': '#fafafa',
222
- 'peekViewEditor.matchHighlightBackground': '#ffe294',
223
- 'peekViewEditor.matchHighlightBorder': '#fad778',
224
- 'peekViewResult.background': '#fafafa',
225
- 'peekViewResult.fileForeground': '#5c6166',
226
- 'peekViewResult.lineForeground': '#828e9f',
227
- 'peekViewResult.matchHighlightBackground': '#ffe294',
228
- 'peekViewResult.selectionBackground': '#6b7d8f',
229
- 'peekViewTitle.background': '#6b7d8f',
230
- 'peekViewTitleDescription.foreground': '#828e9f',
231
- 'peekViewTitleLabel.foreground': '#5c6166',
232
- 'pickerGroup.border': '#6b7d8f',
233
- 'pickerGroup.foreground': '#828e9f',
234
- 'profileBadge.background': '#f29718',
235
- 'profileBadge.foreground': '#7e4b01',
236
- 'progressBar.background': '#f29718',
237
- 'scrollbar.shadow': '#6b7d8f',
238
- 'scrollbarSlider.activeBackground': '#828e9f',
239
- 'scrollbarSlider.background': '#828e9f',
240
- 'scrollbarSlider.hoverBackground': '#828e9f',
241
- 'selection.background': '#035bd6',
242
- 'settings.headerForeground': '#5c6166',
243
- 'settings.modifiedItemIndicator': '#478acc',
244
- 'sideBar.background': '#f8f9fa',
245
- 'sideBar.border': '#6b7d8f',
246
- 'sideBar.foreground': '#5c6166',
247
- 'sideBarSectionHeader.background': '#f8f9fa',
248
- 'sideBarSectionHeader.border': '#6b7d8f',
249
- 'sideBarSectionHeader.foreground': '#828e9f',
250
- 'sideBarStickyScroll.border': '#6b7d8f',
251
- 'sideBarStickyScroll.shadow': '#6b7d8f',
252
- 'sideBarTitle.foreground': '#828e9f',
253
- 'statusBar.background': '#f8f9fa',
254
- 'statusBar.border': '#6b7d8f',
255
- 'statusBar.debuggingBackground': '#f2a191',
256
- 'statusBar.debuggingForeground': '#fcfcfc',
257
- 'statusBar.foreground': '#828e9f',
258
- 'statusBar.noFolderBackground': '#fafafa',
259
- 'statusBarItem.activeBackground': '#828e9f',
260
- 'statusBarItem.hoverBackground': '#828e9f',
261
- 'statusBarItem.prominentBackground': '#6b7d8f',
262
- 'statusBarItem.prominentHoverBackground': '#000000',
263
- 'statusBarItem.remoteBackground': '#f29718',
264
- 'statusBarItem.remoteForeground': '#7e4b01',
265
- 'symbolIcon.arrayForeground': '#22a4e6',
266
- 'symbolIcon.booleanForeground': '#a37acc',
267
- 'symbolIcon.classForeground': '#22a4e6',
268
- 'symbolIcon.colorForeground': '#e59645',
269
- 'symbolIcon.constantForeground': '#a37acc',
270
- 'symbolIcon.constructorForeground': '#eba400',
271
- 'symbolIcon.enumeratorForeground': '#22a4e6',
272
- 'symbolIcon.enumeratorMemberForeground': '#a37acc',
273
- 'symbolIcon.eventForeground': '#e59645',
274
- 'symbolIcon.fieldForeground': '#f07171',
275
- 'symbolIcon.fileForeground': '#828e9f',
276
- 'symbolIcon.folderForeground': '#828e9f',
277
- 'symbolIcon.functionForeground': '#eba400',
278
- 'symbolIcon.interfaceForeground': '#22a4e6',
279
- 'symbolIcon.keyForeground': '#55b4d4',
280
- 'symbolIcon.keywordForeground': '#fa8532',
281
- 'symbolIcon.methodForeground': '#eba400',
282
- 'symbolIcon.moduleForeground': '#86b300',
283
- 'symbolIcon.namespaceForeground': '#86b300',
284
- 'symbolIcon.nullForeground': '#a37acc',
285
- 'symbolIcon.numberForeground': '#a37acc',
286
- 'symbolIcon.objectForeground': '#22a4e6',
287
- 'symbolIcon.operatorForeground': '#f2a191',
288
- 'symbolIcon.packageForeground': '#86b300',
289
- 'symbolIcon.propertyForeground': '#f07171',
290
- 'symbolIcon.referenceForeground': '#22a4e6',
291
- 'symbolIcon.snippetForeground': '#e59645',
292
- 'symbolIcon.stringForeground': '#86b300',
293
- 'symbolIcon.structForeground': '#22a4e6',
294
- 'symbolIcon.textForeground': '#5c6166',
295
- 'symbolIcon.typeParameterForeground': '#22a4e6',
296
- 'symbolIcon.unitForeground': '#a37acc',
297
- 'symbolIcon.variableForeground': '#5c6166',
298
- 'tab.activeBackground': '#fcfcfc',
299
- 'tab.activeBorder': '#fcfcfc',
300
- 'tab.activeBorderTop': '#f29718',
301
- 'tab.activeForeground': '#5c6166',
302
- 'tab.border': '#6b7d8f',
303
- 'tab.inactiveBackground': '#f8f9fa',
304
- 'tab.inactiveForeground': '#828e9f',
305
- 'tab.unfocusedActiveBorderTop': '#828e9f',
306
- 'tab.unfocusedActiveForeground': '#828e9f',
307
- 'tab.unfocusedInactiveForeground': '#828e9f',
308
- 'terminal.ansiBlack': '#000000',
309
- 'terminal.ansiBlue': '#21a1e2',
310
- 'terminal.ansiBrightBlack': '#686868',
311
- 'terminal.ansiBrightBlue': '#22a4e6',
312
- 'terminal.ansiBrightCyan': '#4cbf99',
313
- 'terminal.ansiBrightGreen': '#86b300',
314
- 'terminal.ansiBrightMagenta': '#a37acc',
315
- 'terminal.ansiBrightRed': '#f07171',
316
- 'terminal.ansiBrightWhite': '#d1d1d1',
317
- 'terminal.ansiBrightYellow': '#eba400',
318
- 'terminal.ansiCyan': '#4abc96',
319
- 'terminal.ansiGreen': '#6cbf43',
320
- 'terminal.ansiMagenta': '#a176cb',
321
- 'terminal.ansiRed': '#f06b6c',
322
- 'terminal.ansiWhite': '#c7c7c7',
323
- 'terminal.ansiYellow': '#e7a100',
324
- 'terminal.background': '#f8f9fa',
325
- 'terminal.foreground': '#5c6166',
326
- 'terminalCommandGuide.foreground': '#828e9f',
327
- 'terminalStickyScroll.border': '#6b7d8f',
328
- 'terminalStickyScroll.shadow': '#6b7d8f',
329
- 'terminalStickyScrollHover.background': '#6b7d8f',
330
- 'textBlockQuote.background': '#fafafa',
331
- 'textLink.activeForeground': '#f29718',
332
- 'textLink.foreground': '#f29718',
333
- 'textPreformat.foreground': '#5c6166',
334
- 'titleBar.activeBackground': '#f8f9fa',
335
- 'titleBar.activeForeground': '#828e9f',
336
- 'titleBar.border': '#6b7d8f',
337
- 'titleBar.inactiveBackground': '#f8f9fa',
338
- 'titleBar.inactiveForeground': '#828e9f',
339
- 'toolbar.hoverBackground': '#6b7d8f',
340
- 'tree.indentGuidesStroke': '#828e9f',
341
- 'walkThrough.embeddedEditorBackground': '#fafafa',
342
- 'welcomePage.buttonBackground': '#f29718',
343
- 'welcomePage.progress.background': '#828e9f',
344
- 'welcomePage.tileBackground': '#f8f9fa',
345
- 'welcomePage.tileShadow': '#6b7d8f',
346
- 'widget.border': '#6b7d8f',
347
- 'widget.shadow': '#6b7d8f',
348
- },
349
- displayName: 'Ayu Light',
350
- fg: '#5c6166',
351
- name: 'ayu-light',
352
- semanticHighlighting: true,
353
- semanticTokenColors: {
354
- 'class': '#22a4e6',
355
- 'class.defaultLibrary': '#55b4d4',
356
- 'comment': '#adaeb1',
357
- 'enum': '#22a4e6',
358
- 'enum.defaultLibrary': '#55b4d4',
359
- 'enumMember': '#4cbf99',
360
- 'event': '#f2a191',
361
- 'function': '#eba400',
362
- 'interface': '#55b4d4',
363
- 'interface.defaultLibrary': {
364
- foreground: '#55b4d4',
365
- italic: true,
366
- },
367
- 'keyword': '#fa8532',
368
- 'macro': '#e59645',
369
- 'method': '#eba400',
370
- 'number': '#a37acc',
371
- 'operator': '#f2a191',
372
- 'regexp': '#4cbf99',
373
- 'string': '#86b300',
374
- 'struct': '#22a4e6',
375
- 'struct.defaultLibrary': '#55b4d4',
376
- 'type': '#22a4e6',
377
- 'type.defaultLibrary': '#55b4d4',
378
- },
379
- settings: [
380
- {
381
- settings: {
382
- background: '#f8f9fa',
383
- foreground: '#5c6166',
384
- },
385
- },
386
- {
387
- scope: ['comment'],
388
- settings: {
389
- fontStyle: 'italic',
390
- foreground: '#adaeb1',
391
- },
392
- },
393
- {
394
- scope: ['string', 'constant.other.symbol'],
395
- settings: {
396
- foreground: '#86b300',
397
- },
398
- },
399
- {
400
- scope: ['string.regexp', 'constant.character', 'constant.other'],
401
- settings: {
402
- foreground: '#4cbf99',
403
- },
404
- },
405
- {
406
- scope: ['constant.numeric'],
407
- settings: {
408
- foreground: '#a37acc',
409
- },
410
- },
411
- {
412
- scope: ['constant.language'],
413
- settings: {
414
- foreground: '#a37acc',
415
- },
416
- },
417
- {
418
- scope: ['variable', 'variable.parameter.function-call'],
419
- settings: {
420
- foreground: '#5c6166',
421
- },
422
- },
423
- {
424
- scope: ['variable.member'],
425
- settings: {
426
- foreground: '#f07171',
427
- },
428
- },
429
- {
430
- scope: ['variable.language'],
431
- settings: {
432
- fontStyle: 'italic',
433
- foreground: '#55b4d4',
434
- },
435
- },
436
- {
437
- scope: ['storage'],
438
- settings: {
439
- foreground: '#fa8532',
440
- },
441
- },
442
- {
443
- scope: ['keyword'],
444
- settings: {
445
- foreground: '#fa8532',
446
- },
447
- },
448
- {
449
- scope: ['keyword.operator'],
450
- settings: {
451
- foreground: '#f2a191',
452
- },
453
- },
454
- {
455
- scope: ['punctuation.separator', 'punctuation.terminator'],
456
- settings: {
457
- foreground: '#5c6166b3',
458
- },
459
- },
460
- {
461
- scope: ['punctuation.section'],
462
- settings: {
463
- foreground: '#5c6166',
464
- },
465
- },
466
- {
467
- scope: ['punctuation.accessor'],
468
- settings: {
469
- foreground: '#f2a191',
470
- },
471
- },
472
- {
473
- scope: ['punctuation.definition.template-expression'],
474
- settings: {
475
- foreground: '#fa8532',
476
- },
477
- },
478
- {
479
- scope: ['punctuation.section.embedded'],
480
- settings: {
481
- foreground: '#fa8532',
482
- },
483
- },
484
- {
485
- scope: ['meta.embedded'],
486
- settings: {
487
- foreground: '#5c6166',
488
- },
489
- },
490
- {
491
- scope: ['source.java storage.type', 'source.haskell storage.type', 'source.c storage.type'],
492
- settings: {
493
- foreground: '#22a4e6',
494
- },
495
- },
496
- {
497
- scope: ['entity.other.inherited-class'],
498
- settings: {
499
- foreground: '#55b4d4',
500
- },
501
- },
502
- {
503
- scope: ['storage.type.function'],
504
- settings: {
505
- foreground: '#fa8532',
506
- },
507
- },
508
- {
509
- scope: ['source.java storage.type.primitive'],
510
- settings: {
511
- foreground: '#55b4d4',
512
- },
513
- },
514
- {
515
- scope: ['entity.name.function'],
516
- settings: {
517
- foreground: '#eba400',
518
- },
519
- },
520
- {
521
- scope: ['variable.parameter', 'meta.parameter'],
522
- settings: {
523
- foreground: '#a37acc',
524
- },
525
- },
526
- {
527
- scope: [
528
- 'variable.function',
529
- 'variable.annotation',
530
- 'meta.function-call.generic',
531
- 'support.function.go',
532
- ],
533
- settings: {
534
- foreground: '#eba400',
535
- },
536
- },
537
- {
538
- scope: ['support.function', 'support.macro'],
539
- settings: {
540
- foreground: '#f07171',
541
- },
542
- },
543
- {
544
- scope: ['entity.name.import', 'entity.name.package'],
545
- settings: {
546
- foreground: '#86b300',
547
- },
548
- },
549
- {
550
- scope: ['entity.name'],
551
- settings: {
552
- foreground: '#22a4e6',
553
- },
554
- },
555
- {
556
- scope: ['entity.name.tag', 'meta.tag.sgml'],
557
- settings: {
558
- foreground: '#55b4d4',
559
- },
560
- },
561
- {
562
- scope: ['support.class.component'],
563
- settings: {
564
- foreground: '#22a4e6',
565
- },
566
- },
567
- {
568
- scope: [
569
- 'punctuation.definition.tag.end',
570
- 'punctuation.definition.tag.begin',
571
- 'punctuation.definition.tag',
572
- ],
573
- settings: {
574
- foreground: '#55b4d480',
575
- },
576
- },
577
- {
578
- scope: ['entity.other.attribute-name'],
579
- settings: {
580
- foreground: '#eba400',
581
- },
582
- },
583
- {
584
- scope: ['entity.other.attribute-name.pseudo-class'],
585
- settings: {
586
- foreground: '#4cbf99',
587
- },
588
- },
589
- {
590
- scope: ['support.constant'],
591
- settings: {
592
- fontStyle: 'italic',
593
- foreground: '#f2a191',
594
- },
595
- },
596
- {
597
- scope: ['support.type', 'support.class', 'source.go storage.type'],
598
- settings: {
599
- foreground: '#55b4d4',
600
- },
601
- },
602
- {
603
- scope: [
604
- 'meta.decorator variable.other',
605
- 'meta.decorator punctuation.decorator',
606
- 'storage.type.annotation',
607
- 'entity.name.function.decorator',
608
- ],
609
- settings: {
610
- foreground: '#e59645',
611
- },
612
- },
613
- {
614
- scope: ['invalid'],
615
- settings: {
616
- foreground: '#e65050',
617
- },
618
- },
619
- {
620
- scope: ['meta.diff', 'meta.diff.header'],
621
- settings: {
622
- foreground: '#c594c5',
623
- },
624
- },
625
- {
626
- scope: ['source.ruby variable.other.readwrite'],
627
- settings: {
628
- foreground: '#eba400',
629
- },
630
- },
631
- {
632
- scope: [
633
- 'source.css entity.name.tag',
634
- 'source.sass entity.name.tag',
635
- 'source.scss entity.name.tag',
636
- 'source.less entity.name.tag',
637
- 'source.stylus entity.name.tag',
638
- ],
639
- settings: {
640
- foreground: '#22a4e6',
641
- },
642
- },
643
- {
644
- scope: [
645
- 'source.css support.type',
646
- 'source.sass support.type',
647
- 'source.scss support.type',
648
- 'source.less support.type',
649
- 'source.stylus support.type',
650
- ],
651
- settings: {
652
- foreground: '#adaeb1',
653
- },
654
- },
655
- {
656
- scope: ['support.type.property-name'],
657
- settings: {
658
- fontStyle: 'normal',
659
- foreground: '#55b4d4',
660
- },
661
- },
662
- {
663
- scope: ['constant.numeric.line-number.find-in-files - match'],
664
- settings: {
665
- foreground: '#adaeb1',
666
- },
667
- },
668
- {
669
- scope: ['constant.numeric.line-number.match'],
670
- settings: {
671
- foreground: '#fa8532',
672
- },
673
- },
674
- {
675
- scope: ['entity.name.filename.find-in-files'],
676
- settings: {
677
- foreground: '#86b300',
678
- },
679
- },
680
- {
681
- scope: ['message.error'],
682
- settings: {
683
- foreground: '#e65050',
684
- },
685
- },
686
- {
687
- scope: ['markup.heading', 'markup.heading entity.name'],
688
- settings: {
689
- fontStyle: 'bold',
690
- foreground: '#86b300',
691
- },
692
- },
693
- {
694
- scope: ['markup.underline.link', 'string.other.link'],
695
- settings: {
696
- foreground: '#55b4d4',
697
- },
698
- },
699
- {
700
- scope: ['markup.italic', 'emphasis'],
701
- settings: {
702
- fontStyle: 'italic',
703
- foreground: '#f07171',
704
- },
705
- },
706
- {
707
- scope: ['markup.bold'],
708
- settings: {
709
- fontStyle: 'bold',
710
- foreground: '#f07171',
711
- },
712
- },
713
- {
714
- scope: ['markup.underline'],
715
- settings: {
716
- fontStyle: 'underline',
717
- },
718
- },
719
- {
720
- scope: ['markup.italic markup.bold', 'markup.bold markup.italic'],
721
- settings: {
722
- fontStyle: 'bold italic',
723
- },
724
- },
725
- {
726
- scope: ['markup.raw'],
727
- settings: {
728
- background: '#5c616605',
729
- },
730
- },
731
- {
732
- scope: ['markup.raw.inline'],
733
- settings: {
734
- background: '#5c61660f',
735
- },
736
- },
737
- {
738
- scope: ['meta.separator'],
739
- settings: {
740
- background: '#5c61660f',
741
- fontStyle: 'bold',
742
- foreground: '#adaeb1',
743
- },
744
- },
745
- {
746
- scope: ['markup.quote'],
747
- settings: {
748
- fontStyle: 'italic',
749
- foreground: '#4cbf99',
750
- },
751
- },
752
- {
753
- scope: ['markup.list punctuation.definition.list.begin'],
754
- settings: {
755
- foreground: '#eba400',
756
- },
757
- },
758
- {
759
- scope: ['markup.inserted'],
760
- settings: {
761
- foreground: '#6cbf43',
762
- },
763
- },
764
- {
765
- scope: ['markup.changed'],
766
- settings: {
767
- foreground: '#478acc',
768
- },
769
- },
770
- {
771
- scope: ['markup.deleted'],
772
- settings: {
773
- foreground: '#ff7383',
774
- },
775
- },
776
- {
777
- scope: ['markup.strike'],
778
- settings: {
779
- foreground: '#e59645',
780
- },
781
- },
782
- {
783
- scope: ['markup.strong'],
784
- settings: {
785
- fontStyle: 'bold',
786
- },
787
- },
788
- {
789
- scope: ['markup.table'],
790
- settings: {
791
- background: '#5c61660f',
792
- foreground: '#55b4d4',
793
- },
794
- },
795
- {
796
- scope: ['text.html.markdown markup.inline.raw'],
797
- settings: {
798
- foreground: '#f2a191',
799
- },
800
- },
801
- {
802
- scope: ['text.html.markdown meta.dummy.line-break'],
803
- settings: {
804
- background: '#adaeb1',
805
- foreground: '#adaeb1',
806
- },
807
- },
808
- {
809
- scope: ['punctuation.definition.markdown'],
810
- settings: {
811
- background: '#5c6166',
812
- foreground: '#adaeb1',
813
- },
814
- },
815
- ],
816
- type: 'light',
817
- }