@brimveyn/aimux-config 0.4.0 → 0.4.2

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 (74) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +47 -0
  3. package/src/defaults.ts +3 -0
  4. package/src/index.ts +9 -1
  5. package/src/normalize-theme.ts +260 -0
  6. package/src/themes/generated/andromeeda.ts +346 -0
  7. package/src/themes/generated/aurora-x.ts +603 -0
  8. package/src/themes/generated/ayu-dark.ts +817 -0
  9. package/src/themes/generated/ayu-light.ts +817 -0
  10. package/src/themes/generated/ayu-mirage.ts +817 -0
  11. package/src/themes/generated/catppuccin-frappe.ts +2041 -0
  12. package/src/themes/generated/catppuccin-latte.ts +2041 -0
  13. package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
  14. package/src/themes/generated/catppuccin-mocha.ts +2041 -0
  15. package/src/themes/generated/dark-plus.ts +614 -0
  16. package/src/themes/generated/dracula-soft.ts +947 -0
  17. package/src/themes/generated/dracula.ts +947 -0
  18. package/src/themes/generated/everforest-dark.ts +2246 -0
  19. package/src/themes/generated/everforest-light.ts +2246 -0
  20. package/src/themes/generated/github-dark-default.ts +605 -0
  21. package/src/themes/generated/github-dark-dimmed.ts +605 -0
  22. package/src/themes/generated/github-dark-high-contrast.ts +608 -0
  23. package/src/themes/generated/github-dark.ts +519 -0
  24. package/src/themes/generated/github-light-default.ts +602 -0
  25. package/src/themes/generated/github-light-high-contrast.ts +604 -0
  26. package/src/themes/generated/github-light.ts +515 -0
  27. package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
  28. package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
  29. package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
  30. package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
  31. package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
  32. package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
  33. package/src/themes/generated/horizon-bright.ts +420 -0
  34. package/src/themes/generated/horizon.ts +418 -0
  35. package/src/themes/generated/houston.ts +1819 -0
  36. package/src/themes/generated/index.ts +140 -0
  37. package/src/themes/generated/kanagawa-dragon.ts +753 -0
  38. package/src/themes/generated/kanagawa-lotus.ts +753 -0
  39. package/src/themes/generated/kanagawa-wave.ts +753 -0
  40. package/src/themes/generated/laserwave.ts +489 -0
  41. package/src/themes/generated/light-plus.ts +639 -0
  42. package/src/themes/generated/material-theme-darker.ts +759 -0
  43. package/src/themes/generated/material-theme-lighter.ts +759 -0
  44. package/src/themes/generated/material-theme-ocean.ts +759 -0
  45. package/src/themes/generated/material-theme-palenight.ts +759 -0
  46. package/src/themes/generated/material-theme.ts +759 -0
  47. package/src/themes/generated/min-dark.ts +326 -0
  48. package/src/themes/generated/min-light.ts +331 -0
  49. package/src/themes/generated/monokai.ts +463 -0
  50. package/src/themes/generated/night-owl-light.ts +1526 -0
  51. package/src/themes/generated/night-owl.ts +1628 -0
  52. package/src/themes/generated/nord.ts +1277 -0
  53. package/src/themes/generated/one-dark-pro.ts +1920 -0
  54. package/src/themes/generated/one-light.ts +1599 -0
  55. package/src/themes/generated/plastic.ts +315 -0
  56. package/src/themes/generated/poimandres.ts +1233 -0
  57. package/src/themes/generated/red.ts +395 -0
  58. package/src/themes/generated/rose-pine-dawn.ts +696 -0
  59. package/src/themes/generated/rose-pine-moon.ts +696 -0
  60. package/src/themes/generated/rose-pine.ts +696 -0
  61. package/src/themes/generated/slack-dark.ts +594 -0
  62. package/src/themes/generated/slack-ochin.ts +461 -0
  63. package/src/themes/generated/snazzy-light.ts +1254 -0
  64. package/src/themes/generated/solarized-dark.ts +387 -0
  65. package/src/themes/generated/solarized-light.ts +379 -0
  66. package/src/themes/generated/synthwave-84.ts +751 -0
  67. package/src/themes/generated/tokyo-night.ts +1420 -0
  68. package/src/themes/generated/vesper.ts +578 -0
  69. package/src/themes/generated/vitesse-black.ts +629 -0
  70. package/src/themes/generated/vitesse-dark.ts +629 -0
  71. package/src/themes/generated/vitesse-light.ts +627 -0
  72. package/src/themes.ts +57 -10
  73. package/src/types.ts +29 -4
  74. package/src/themes.generated.ts +0 -59794
@@ -0,0 +1,696 @@
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: '#faf4ed',
8
+ colors: {
9
+ 'activityBar.activeBorder': '#575279',
10
+ 'activityBar.background': '#faf4ed',
11
+ 'activityBar.dropBorder': '#f2e9e1',
12
+ 'activityBar.foreground': '#575279',
13
+ 'activityBar.inactiveForeground': '#797593',
14
+ 'activityBarBadge.background': '#d7827e',
15
+ 'activityBarBadge.foreground': '#faf4ed',
16
+ 'badge.background': '#d7827e',
17
+ 'badge.foreground': '#faf4ed',
18
+ 'banner.background': '#fffaf3',
19
+ 'banner.foreground': '#575279',
20
+ 'banner.iconForeground': '#797593',
21
+ 'breadcrumb.activeSelectionForeground': '#d7827e',
22
+ 'breadcrumb.background': '#faf4ed',
23
+ 'breadcrumb.focusForeground': '#797593',
24
+ 'breadcrumb.foreground': '#9893a5',
25
+ 'breadcrumbPicker.background': '#fffaf3',
26
+ 'button.background': '#d7827e',
27
+ 'button.foreground': '#faf4ed',
28
+ 'button.hoverBackground': '#d7827e',
29
+ 'button.secondaryBackground': '#fffaf3',
30
+ 'button.secondaryForeground': '#575279',
31
+ 'button.secondaryHoverBackground': '#f2e9e1',
32
+ 'charts.blue': '#56949f',
33
+ 'charts.foreground': '#575279',
34
+ 'charts.green': '#286983',
35
+ 'charts.lines': '#797593',
36
+ 'charts.orange': '#d7827e',
37
+ 'charts.purple': '#907aa9',
38
+ 'charts.red': '#b4637a',
39
+ 'charts.yellow': '#ea9d34',
40
+ 'checkbox.background': '#fffaf3',
41
+ 'checkbox.border': '#6e6a86',
42
+ 'checkbox.foreground': '#575279',
43
+ 'contrastBorder': '#000',
44
+ 'debugExceptionWidget.background': '#fffaf3',
45
+ 'debugExceptionWidget.border': '#6e6a86',
46
+ 'debugIcon.breakpointCurrentStackframeForeground': '#797593',
47
+ 'debugIcon.breakpointDisabledForeground': '#797593',
48
+ 'debugIcon.breakpointForeground': '#797593',
49
+ 'debugIcon.breakpointStackframeForeground': '#797593',
50
+ 'debugIcon.breakpointUnverifiedForeground': '#797593',
51
+ 'debugIcon.continueForeground': '#797593',
52
+ 'debugIcon.disconnectForeground': '#797593',
53
+ 'debugIcon.pauseForeground': '#797593',
54
+ 'debugIcon.restartForeground': '#797593',
55
+ 'debugIcon.startForeground': '#797593',
56
+ 'debugIcon.stepBackForeground': '#797593',
57
+ 'debugIcon.stepIntoForeground': '#797593',
58
+ 'debugIcon.stepOutForeground': '#797593',
59
+ 'debugIcon.stepOverForeground': '#797593',
60
+ 'debugIcon.stopForeground': '#b4637a',
61
+ 'debugToolBar.background': '#fffaf3',
62
+ 'debugToolBar.border': '#f2e9e1',
63
+ 'descriptionForeground': '#797593',
64
+ 'diffEditor.border': '#f2e9e1',
65
+ 'diffEditor.diagonalFill': '#6e6a86',
66
+ 'diffEditor.insertedLineBackground': '#56949f',
67
+ 'diffEditor.insertedTextBackground': '#56949f',
68
+ 'diffEditor.removedLineBackground': '#b4637a',
69
+ 'diffEditor.removedTextBackground': '#b4637a',
70
+ 'diffEditorOverview.insertedForeground': '#56949f',
71
+ 'diffEditorOverview.removedForeground': '#b4637a',
72
+ 'dropdown.background': '#fffaf3',
73
+ 'dropdown.border': '#6e6a86',
74
+ 'dropdown.foreground': '#575279',
75
+ 'dropdown.listBackground': '#fffaf3',
76
+ 'editor.background': '#faf4ed',
77
+ 'editor.findMatchBackground': '#ea9d34',
78
+ 'editor.findMatchBorder': '#ea9d34',
79
+ 'editor.findMatchForeground': '#575279',
80
+ 'editor.findMatchHighlightBackground': '#6e6a86',
81
+ 'editor.findMatchHighlightForeground': '#575279',
82
+ 'editor.findRangeHighlightBackground': '#6e6a86',
83
+ 'editor.findRangeHighlightBorder': '#000',
84
+ 'editor.focusedStackFrameHighlightBackground': '#6e6a86',
85
+ 'editor.foldBackground': '#6e6a86',
86
+ 'editor.foreground': '#575279',
87
+ 'editor.hoverHighlightBackground': '#000',
88
+ 'editor.inactiveSelectionBackground': '#6e6a86',
89
+ 'editor.inlineValuesBackground': '#000',
90
+ 'editor.inlineValuesForeground': '#797593',
91
+ 'editor.lineHighlightBackground': '#6e6a86',
92
+ 'editor.lineHighlightBorder': '#000',
93
+ 'editor.linkedEditingBackground': '#6e6a86',
94
+ 'editor.rangeHighlightBackground': '#6e6a86',
95
+ 'editor.selectionBackground': '#6e6a86',
96
+ 'editor.selectionForeground': '#575279',
97
+ 'editor.selectionHighlightBackground': '#6e6a86',
98
+ 'editor.selectionHighlightBorder': '#faf4ed',
99
+ 'editor.snippetFinalTabstopHighlightBackground': '#6e6a86',
100
+ 'editor.snippetFinalTabstopHighlightBorder': '#fffaf3',
101
+ 'editor.snippetTabstopHighlightBackground': '#6e6a86',
102
+ 'editor.snippetTabstopHighlightBorder': '#fffaf3',
103
+ 'editor.stackFrameHighlightBackground': '#6e6a86',
104
+ 'editor.symbolHighlightBackground': '#6e6a86',
105
+ 'editor.symbolHighlightBorder': '#000',
106
+ 'editor.wordHighlightBackground': '#6e6a86',
107
+ 'editor.wordHighlightBorder': '#000',
108
+ 'editor.wordHighlightStrongBackground': '#6e6a86',
109
+ 'editor.wordHighlightStrongBorder': '#6e6a86',
110
+ 'editorBracketHighlight.foreground1': '#b4637a',
111
+ 'editorBracketHighlight.foreground2': '#286983',
112
+ 'editorBracketHighlight.foreground3': '#ea9d34',
113
+ 'editorBracketHighlight.foreground4': '#56949f',
114
+ 'editorBracketHighlight.foreground5': '#d7827e',
115
+ 'editorBracketHighlight.foreground6': '#907aa9',
116
+ 'editorBracketMatch.background': '#000',
117
+ 'editorBracketMatch.border': '#797593',
118
+ 'editorBracketPairGuide.activeBackground1': '#286983',
119
+ 'editorBracketPairGuide.activeBackground2': '#d7827e',
120
+ 'editorBracketPairGuide.activeBackground3': '#907aa9',
121
+ 'editorBracketPairGuide.activeBackground4': '#56949f',
122
+ 'editorBracketPairGuide.activeBackground5': '#ea9d34',
123
+ 'editorBracketPairGuide.activeBackground6': '#b4637a',
124
+ 'editorBracketPairGuide.background1': '#286983',
125
+ 'editorBracketPairGuide.background2': '#d7827e',
126
+ 'editorBracketPairGuide.background3': '#907aa9',
127
+ 'editorBracketPairGuide.background4': '#56949f',
128
+ 'editorBracketPairGuide.background5': '#ea9d34',
129
+ 'editorBracketPairGuide.background6': '#b4637a',
130
+ 'editorCodeLens.foreground': '#d7827e',
131
+ 'editorCursor.background': '#575279',
132
+ 'editorCursor.foreground': '#9893a5',
133
+ 'editorError.border': '#000',
134
+ 'editorError.foreground': '#b4637a',
135
+ 'editorGhostText.foreground': '#797593',
136
+ 'editorGroup.border': '#000',
137
+ 'editorGroup.dropBackground': '#fffaf3',
138
+ 'editorGroup.emptyBackground': '#000',
139
+ 'editorGroup.focusedEmptyBorder': '#000',
140
+ 'editorGroupHeader.noTabsBackground': '#000',
141
+ 'editorGroupHeader.tabsBackground': '#000',
142
+ 'editorGroupHeader.tabsBorder': '#000',
143
+ 'editorGutter.addedBackground': '#56949f',
144
+ 'editorGutter.background': '#faf4ed',
145
+ 'editorGutter.commentRangeForeground': '#f2e9e1',
146
+ 'editorGutter.deletedBackground': '#b4637a',
147
+ 'editorGutter.foldingControlForeground': '#907aa9',
148
+ 'editorGutter.modifiedBackground': '#d7827e',
149
+ 'editorHint.border': '#000',
150
+ 'editorHint.foreground': '#797593',
151
+ 'editorHoverWidget.background': '#fffaf3',
152
+ 'editorHoverWidget.border': '#9893a5',
153
+ 'editorHoverWidget.foreground': '#797593',
154
+ 'editorHoverWidget.highlightForeground': '#575279',
155
+ 'editorHoverWidget.statusBarBackground': '#000',
156
+ 'editorIndentGuide.activeBackground1': '#9893a5',
157
+ 'editorIndentGuide.background1': '#6e6a86',
158
+ 'editorInfo.border': '#f2e9e1',
159
+ 'editorInfo.foreground': '#56949f',
160
+ 'editorInlayHint.background': '#f2e9e1',
161
+ 'editorInlayHint.foreground': '#797593',
162
+ 'editorInlayHint.parameterBackground': '#f2e9e1',
163
+ 'editorInlayHint.parameterForeground': '#907aa9',
164
+ 'editorInlayHint.typeBackground': '#f2e9e1',
165
+ 'editorInlayHint.typeForeground': '#56949f',
166
+ 'editorLightBulb.foreground': '#286983',
167
+ 'editorLightBulbAutoFix.foreground': '#d7827e',
168
+ 'editorLineNumber.activeForeground': '#575279',
169
+ 'editorLineNumber.foreground': '#797593',
170
+ 'editorLink.activeForeground': '#d7827e',
171
+ 'editorMarkerNavigation.background': '#fffaf3',
172
+ 'editorMarkerNavigationError.background': '#fffaf3',
173
+ 'editorMarkerNavigationInfo.background': '#fffaf3',
174
+ 'editorMarkerNavigationWarning.background': '#fffaf3',
175
+ 'editorOverviewRuler.addedForeground': '#56949f',
176
+ 'editorOverviewRuler.background': '#faf4ed',
177
+ 'editorOverviewRuler.border': '#6e6a86',
178
+ 'editorOverviewRuler.bracketMatchForeground': '#797593',
179
+ 'editorOverviewRuler.commentForeground': '#797593',
180
+ 'editorOverviewRuler.commentUnresolvedForeground': '#ea9d34',
181
+ 'editorOverviewRuler.commonContentForeground': '#6e6a86',
182
+ 'editorOverviewRuler.currentContentForeground': '#6e6a86',
183
+ 'editorOverviewRuler.deletedForeground': '#b4637a',
184
+ 'editorOverviewRuler.errorForeground': '#b4637a',
185
+ 'editorOverviewRuler.findMatchForeground': '#6e6a86',
186
+ 'editorOverviewRuler.incomingContentForeground': '#907aa9',
187
+ 'editorOverviewRuler.infoForeground': '#56949f',
188
+ 'editorOverviewRuler.modifiedForeground': '#d7827e',
189
+ 'editorOverviewRuler.rangeHighlightForeground': '#6e6a86',
190
+ 'editorOverviewRuler.selectionHighlightForeground': '#6e6a86',
191
+ 'editorOverviewRuler.warningForeground': '#ea9d34',
192
+ 'editorOverviewRuler.wordHighlightForeground': '#6e6a86',
193
+ 'editorOverviewRuler.wordHighlightStrongForeground': '#6e6a86',
194
+ 'editorPane.background': '#000',
195
+ 'editorRuler.foreground': '#6e6a86',
196
+ 'editorSuggestWidget.background': '#fffaf3',
197
+ 'editorSuggestWidget.border': '#000',
198
+ 'editorSuggestWidget.focusHighlightForeground': '#d7827e',
199
+ 'editorSuggestWidget.foreground': '#797593',
200
+ 'editorSuggestWidget.highlightForeground': '#d7827e',
201
+ 'editorSuggestWidget.selectedBackground': '#6e6a86',
202
+ 'editorSuggestWidget.selectedForeground': '#575279',
203
+ 'editorSuggestWidget.selectedIconForeground': '#575279',
204
+ 'editorUnnecessaryCode.border': '#000',
205
+ 'editorUnnecessaryCode.opacity': '#575279',
206
+ 'editorWarning.border': '#000',
207
+ 'editorWarning.foreground': '#ea9d34',
208
+ 'editorWhitespace.foreground': '#9893a5',
209
+ 'editorWidget.background': '#fffaf3',
210
+ 'editorWidget.border': '#f2e9e1',
211
+ 'editorWidget.foreground': '#797593',
212
+ 'editorWidget.resizeBorder': '#9893a5',
213
+ 'errorForeground': '#b4637a',
214
+ 'extensionBadge.remoteBackground': '#907aa9',
215
+ 'extensionBadge.remoteForeground': '#faf4ed',
216
+ 'extensionButton.prominentBackground': '#d7827e',
217
+ 'extensionButton.prominentForeground': '#faf4ed',
218
+ 'extensionButton.prominentHoverBackground': '#d7827e',
219
+ 'extensionIcon.preReleaseForeground': '#286983',
220
+ 'extensionIcon.starForeground': '#d7827e',
221
+ 'extensionIcon.verifiedForeground': '#907aa9',
222
+ 'focusBorder': '#6e6a86',
223
+ 'foreground': '#575279',
224
+ 'git.blame.editorDecorationForeground': '#9893a5',
225
+ 'gitDecoration.addedResourceForeground': '#56949f',
226
+ 'gitDecoration.conflictingResourceForeground': '#b4637a',
227
+ 'gitDecoration.deletedResourceForeground': '#797593',
228
+ 'gitDecoration.ignoredResourceForeground': '#9893a5',
229
+ 'gitDecoration.modifiedResourceForeground': '#d7827e',
230
+ 'gitDecoration.renamedResourceForeground': '#286983',
231
+ 'gitDecoration.stageDeletedResourceForeground': '#b4637a',
232
+ 'gitDecoration.stageModifiedResourceForeground': '#907aa9',
233
+ 'gitDecoration.submoduleResourceForeground': '#ea9d34',
234
+ 'gitDecoration.untrackedResourceForeground': '#ea9d34',
235
+ 'icon.foreground': '#797593',
236
+ 'input.background': '#f2e9e1',
237
+ 'input.border': '#6e6a86',
238
+ 'input.foreground': '#575279',
239
+ 'input.placeholderForeground': '#797593',
240
+ 'inputOption.activeBackground': '#d7827e',
241
+ 'inputOption.activeBorder': '#000',
242
+ 'inputOption.activeForeground': '#d7827e',
243
+ 'inputValidation.errorBackground': '#fffaf3',
244
+ 'inputValidation.errorBorder': '#6e6a86',
245
+ 'inputValidation.errorForeground': '#b4637a',
246
+ 'inputValidation.infoBackground': '#fffaf3',
247
+ 'inputValidation.infoBorder': '#6e6a86',
248
+ 'inputValidation.infoForeground': '#56949f',
249
+ 'inputValidation.warningBackground': '#fffaf3',
250
+ 'inputValidation.warningBorder': '#6e6a86',
251
+ 'inputValidation.warningForeground': '#56949f',
252
+ 'keybindingLabel.background': '#f2e9e1',
253
+ 'keybindingLabel.border': '#6e6a86',
254
+ 'keybindingLabel.bottomBorder': '#6e6a86',
255
+ 'keybindingLabel.foreground': '#907aa9',
256
+ 'keybindingTable.headerBackground': '#f2e9e1',
257
+ 'keybindingTable.rowsBackground': '#fffaf3',
258
+ 'list.activeSelectionBackground': '#6e6a86',
259
+ 'list.activeSelectionForeground': '#575279',
260
+ 'list.deemphasizedForeground': '#797593',
261
+ 'list.dropBackground': '#fffaf3',
262
+ 'list.errorForeground': '#b4637a',
263
+ 'list.filterMatchBackground': '#fffaf3',
264
+ 'list.filterMatchBorder': '#d7827e',
265
+ 'list.focusBackground': '#6e6a86',
266
+ 'list.focusForeground': '#575279',
267
+ 'list.focusOutline': '#6e6a86',
268
+ 'list.highlightForeground': '#d7827e',
269
+ 'list.hoverBackground': '#6e6a86',
270
+ 'list.hoverForeground': '#575279',
271
+ 'list.inactiveFocusBackground': '#6e6a86',
272
+ 'list.inactiveSelectionBackground': '#fffaf3',
273
+ 'list.inactiveSelectionForeground': '#575279',
274
+ 'list.invalidItemForeground': '#b4637a',
275
+ 'list.warningForeground': '#ea9d34',
276
+ 'listFilterWidget.background': '#fffaf3',
277
+ 'listFilterWidget.noMatchesOutline': '#b4637a',
278
+ 'listFilterWidget.outline': '#f2e9e1',
279
+ 'menu.background': '#fffaf3',
280
+ 'menu.border': '#6e6a86',
281
+ 'menu.foreground': '#575279',
282
+ 'menu.selectionBackground': '#6e6a86',
283
+ 'menu.selectionBorder': '#f2e9e1',
284
+ 'menu.selectionForeground': '#575279',
285
+ 'menu.separatorBackground': '#6e6a86',
286
+ 'menubar.selectionBackground': '#6e6a86',
287
+ 'menubar.selectionBorder': '#6e6a86',
288
+ 'menubar.selectionForeground': '#575279',
289
+ 'merge.border': '#f2e9e1',
290
+ 'merge.commonContentBackground': '#6e6a86',
291
+ 'merge.commonHeaderBackground': '#6e6a86',
292
+ 'merge.currentContentBackground': '#ea9d34',
293
+ 'merge.currentHeaderBackground': '#ea9d34',
294
+ 'merge.incomingContentBackground': '#56949f',
295
+ 'merge.incomingHeaderBackground': '#56949f',
296
+ 'minimap.background': '#fffaf3',
297
+ 'minimap.errorHighlight': '#b4637a',
298
+ 'minimap.findMatchHighlight': '#6e6a86',
299
+ 'minimap.selectionHighlight': '#6e6a86',
300
+ 'minimap.warningHighlight': '#ea9d34',
301
+ 'minimapGutter.addedBackground': '#56949f',
302
+ 'minimapGutter.deletedBackground': '#b4637a',
303
+ 'minimapGutter.modifiedBackground': '#d7827e',
304
+ 'minimapSlider.activeBackground': '#6e6a86',
305
+ 'minimapSlider.background': '#6e6a86',
306
+ 'minimapSlider.hoverBackground': '#6e6a86',
307
+ 'notebook.cellBorderColor': '#56949f',
308
+ 'notebook.cellEditorBackground': '#fffaf3',
309
+ 'notebook.cellHoverBackground': '#f2e9e1',
310
+ 'notebook.focusedCellBackground': '#6e6a86',
311
+ 'notebook.focusedCellBorder': '#56949f',
312
+ 'notebook.outputContainerBackgroundColor': '#6e6a86',
313
+ 'notificationCenter.border': '#6e6a86',
314
+ 'notificationCenterHeader.background': '#fffaf3',
315
+ 'notificationCenterHeader.foreground': '#797593',
316
+ 'notificationLink.foreground': '#907aa9',
317
+ 'notificationToast.border': '#6e6a86',
318
+ 'notifications.background': '#fffaf3',
319
+ 'notifications.border': '#6e6a86',
320
+ 'notifications.foreground': '#575279',
321
+ 'notificationsErrorIcon.foreground': '#b4637a',
322
+ 'notificationsInfoIcon.foreground': '#56949f',
323
+ 'notificationsWarningIcon.foreground': '#ea9d34',
324
+ 'panel.background': '#fffaf3',
325
+ 'panel.border': '#000',
326
+ 'panel.dropBorder': '#f2e9e1',
327
+ 'panelInput.border': '#fffaf3',
328
+ 'panelSection.dropBackground': '#6e6a86',
329
+ 'panelSectionHeader.background': '#fffaf3',
330
+ 'panelSectionHeader.foreground': '#575279',
331
+ 'panelTitle.activeBorder': '#6e6a86',
332
+ 'panelTitle.activeForeground': '#575279',
333
+ 'panelTitle.inactiveForeground': '#797593',
334
+ 'peekView.border': '#f2e9e1',
335
+ 'peekViewEditor.background': '#fffaf3',
336
+ 'peekViewEditor.matchHighlightBackground': '#6e6a86',
337
+ 'peekViewResult.background': '#fffaf3',
338
+ 'peekViewResult.fileForeground': '#797593',
339
+ 'peekViewResult.lineForeground': '#797593',
340
+ 'peekViewResult.matchHighlightBackground': '#6e6a86',
341
+ 'peekViewResult.selectionBackground': '#6e6a86',
342
+ 'peekViewResult.selectionForeground': '#575279',
343
+ 'peekViewTitle.background': '#f2e9e1',
344
+ 'peekViewTitleDescription.foreground': '#797593',
345
+ 'pickerGroup.border': '#6e6a86',
346
+ 'pickerGroup.foreground': '#907aa9',
347
+ 'ports.iconRunningProcessForeground': '#d7827e',
348
+ 'problemsErrorIcon.foreground': '#b4637a',
349
+ 'problemsInfoIcon.foreground': '#56949f',
350
+ 'problemsWarningIcon.foreground': '#ea9d34',
351
+ 'progressBar.background': '#d7827e',
352
+ 'quickInput.background': '#fffaf3',
353
+ 'quickInput.foreground': '#797593',
354
+ 'quickInputList.focusBackground': '#6e6a86',
355
+ 'quickInputList.focusForeground': '#575279',
356
+ 'quickInputList.focusIconForeground': '#575279',
357
+ 'scrollbar.shadow': '#fffaf3',
358
+ 'scrollbarSlider.activeBackground': '#286983',
359
+ 'scrollbarSlider.background': '#6e6a86',
360
+ 'scrollbarSlider.hoverBackground': '#6e6a86',
361
+ 'searchEditor.findMatchBackground': '#6e6a86',
362
+ 'selection.background': '#6e6a86',
363
+ 'settings.focusedRowBackground': '#fffaf3',
364
+ 'settings.focusedRowBorder': '#6e6a86',
365
+ 'settings.headerForeground': '#575279',
366
+ 'settings.modifiedItemIndicator': '#d7827e',
367
+ 'settings.rowHoverBackground': '#fffaf3',
368
+ 'sideBar.background': '#faf4ed',
369
+ 'sideBar.dropBackground': '#fffaf3',
370
+ 'sideBar.foreground': '#797593',
371
+ 'sideBarSectionHeader.background': '#000',
372
+ 'sideBarSectionHeader.border': '#6e6a86',
373
+ 'sideBarSectionHeader.foreground': '#797593',
374
+ 'statusBar.background': '#faf4ed',
375
+ 'statusBar.debuggingBackground': '#907aa9',
376
+ 'statusBar.debuggingForeground': '#faf4ed',
377
+ 'statusBar.foreground': '#797593',
378
+ 'statusBar.noFolderBackground': '#faf4ed',
379
+ 'statusBar.noFolderForeground': '#797593',
380
+ 'statusBarItem.activeBackground': '#6e6a86',
381
+ 'statusBarItem.errorBackground': '#faf4ed',
382
+ 'statusBarItem.errorForeground': '#b4637a',
383
+ 'statusBarItem.hoverBackground': '#6e6a86',
384
+ 'statusBarItem.prominentBackground': '#f2e9e1',
385
+ 'statusBarItem.prominentForeground': '#575279',
386
+ 'statusBarItem.prominentHoverBackground': '#6e6a86',
387
+ 'statusBarItem.remoteBackground': '#faf4ed',
388
+ 'statusBarItem.remoteForeground': '#ea9d34',
389
+ 'symbolIcon.arrayForeground': '#797593',
390
+ 'symbolIcon.classForeground': '#797593',
391
+ 'symbolIcon.colorForeground': '#797593',
392
+ 'symbolIcon.constantForeground': '#797593',
393
+ 'symbolIcon.constructorForeground': '#797593',
394
+ 'symbolIcon.enumeratorForeground': '#797593',
395
+ 'symbolIcon.enumeratorMemberForeground': '#797593',
396
+ 'symbolIcon.eventForeground': '#797593',
397
+ 'symbolIcon.fieldForeground': '#797593',
398
+ 'symbolIcon.fileForeground': '#797593',
399
+ 'symbolIcon.folderForeground': '#797593',
400
+ 'symbolIcon.functionForeground': '#797593',
401
+ 'symbolIcon.interfaceForeground': '#797593',
402
+ 'symbolIcon.keyForeground': '#797593',
403
+ 'symbolIcon.keywordForeground': '#797593',
404
+ 'symbolIcon.methodForeground': '#797593',
405
+ 'symbolIcon.moduleForeground': '#797593',
406
+ 'symbolIcon.namespaceForeground': '#797593',
407
+ 'symbolIcon.nullForeground': '#797593',
408
+ 'symbolIcon.numberForeground': '#797593',
409
+ 'symbolIcon.objectForeground': '#797593',
410
+ 'symbolIcon.operatorForeground': '#797593',
411
+ 'symbolIcon.packageForeground': '#797593',
412
+ 'symbolIcon.propertyForeground': '#797593',
413
+ 'symbolIcon.referenceForeground': '#797593',
414
+ 'symbolIcon.snippetForeground': '#797593',
415
+ 'symbolIcon.stringForeground': '#797593',
416
+ 'symbolIcon.structForeground': '#797593',
417
+ 'symbolIcon.textForeground': '#797593',
418
+ 'symbolIcon.typeParameterForeground': '#797593',
419
+ 'symbolIcon.unitForeground': '#797593',
420
+ 'symbolIcon.variableForeground': '#797593',
421
+ 'tab.activeBackground': '#6e6a86',
422
+ 'tab.activeForeground': '#575279',
423
+ 'tab.activeModifiedBorder': '#56949f',
424
+ 'tab.border': '#000',
425
+ 'tab.hoverBackground': '#6e6a86',
426
+ 'tab.inactiveBackground': '#000',
427
+ 'tab.inactiveForeground': '#797593',
428
+ 'tab.inactiveModifiedBorder': '#56949f',
429
+ 'tab.lastPinnedBorder': '#9893a5',
430
+ 'tab.unfocusedActiveBackground': '#000',
431
+ 'tab.unfocusedHoverBackground': '#000',
432
+ 'tab.unfocusedInactiveBackground': '#000',
433
+ 'tab.unfocusedInactiveModifiedBorder': '#56949f',
434
+ 'terminal.ansiBlack': '#f2e9e1',
435
+ 'terminal.ansiBlue': '#56949f',
436
+ 'terminal.ansiBrightBlack': '#797593',
437
+ 'terminal.ansiBrightBlue': '#56949f',
438
+ 'terminal.ansiBrightCyan': '#d7827e',
439
+ 'terminal.ansiBrightGreen': '#286983',
440
+ 'terminal.ansiBrightMagenta': '#907aa9',
441
+ 'terminal.ansiBrightRed': '#b4637a',
442
+ 'terminal.ansiBrightWhite': '#575279',
443
+ 'terminal.ansiBrightYellow': '#ea9d34',
444
+ 'terminal.ansiCyan': '#d7827e',
445
+ 'terminal.ansiGreen': '#286983',
446
+ 'terminal.ansiMagenta': '#907aa9',
447
+ 'terminal.ansiRed': '#b4637a',
448
+ 'terminal.ansiWhite': '#575279',
449
+ 'terminal.ansiYellow': '#ea9d34',
450
+ 'terminal.dropBackground': '#6e6a86',
451
+ 'terminal.foreground': '#575279',
452
+ 'terminal.selectionBackground': '#6e6a86',
453
+ 'terminal.tab.activeBorder': '#575279',
454
+ 'terminalCursor.background': '#575279',
455
+ 'terminalCursor.foreground': '#9893a5',
456
+ 'textBlockQuote.background': '#fffaf3',
457
+ 'textBlockQuote.border': '#6e6a86',
458
+ 'textCodeBlock.background': '#fffaf3',
459
+ 'textLink.activeForeground': '#907aa9',
460
+ 'textLink.foreground': '#907aa9',
461
+ 'textPreformat.foreground': '#ea9d34',
462
+ 'textSeparator.foreground': '#797593',
463
+ 'titleBar.activeBackground': '#faf4ed',
464
+ 'titleBar.activeForeground': '#797593',
465
+ 'titleBar.inactiveBackground': '#fffaf3',
466
+ 'titleBar.inactiveForeground': '#797593',
467
+ 'toolbar.activeBackground': '#6e6a86',
468
+ 'toolbar.hoverBackground': '#6e6a86',
469
+ 'tree.indentGuidesStroke': '#797593',
470
+ 'walkThrough.embeddedEditorBackground': '#faf4ed',
471
+ 'welcomePage.background': '#faf4ed',
472
+ 'widget.shadow': '#fffaf3',
473
+ 'window.activeBorder': '#fffaf3',
474
+ 'window.inactiveBorder': '#fffaf3',
475
+ },
476
+ displayName: 'Rosé Pine Dawn',
477
+ fg: '#575279',
478
+ name: 'rose-pine-dawn',
479
+ settings: [
480
+ {
481
+ settings: {
482
+ background: '#faf4ed',
483
+ foreground: '#575279',
484
+ },
485
+ },
486
+ {
487
+ scope: ['comment'],
488
+ settings: {
489
+ fontStyle: 'italic',
490
+ foreground: '#9893a5',
491
+ },
492
+ },
493
+ {
494
+ scope: ['constant'],
495
+ settings: {
496
+ foreground: '#286983',
497
+ },
498
+ },
499
+ {
500
+ scope: ['constant.numeric', 'constant.language'],
501
+ settings: {
502
+ foreground: '#d7827e',
503
+ },
504
+ },
505
+ {
506
+ scope: ['entity.name'],
507
+ settings: {
508
+ foreground: '#d7827e',
509
+ },
510
+ },
511
+ {
512
+ scope: [
513
+ 'entity.name.section',
514
+ 'entity.name.tag',
515
+ 'entity.name.namespace',
516
+ 'entity.name.type',
517
+ ],
518
+ settings: {
519
+ foreground: '#56949f',
520
+ },
521
+ },
522
+ {
523
+ scope: ['entity.other.attribute-name', 'entity.other.inherited-class'],
524
+ settings: {
525
+ fontStyle: 'italic',
526
+ foreground: '#907aa9',
527
+ },
528
+ },
529
+ {
530
+ scope: ['invalid'],
531
+ settings: {
532
+ foreground: '#b4637a',
533
+ },
534
+ },
535
+ {
536
+ scope: ['invalid.deprecated'],
537
+ settings: {
538
+ foreground: '#797593',
539
+ },
540
+ },
541
+ {
542
+ scope: ['keyword', 'variable.language.this'],
543
+ settings: {
544
+ foreground: '#286983',
545
+ },
546
+ },
547
+ {
548
+ scope: ['markup.inserted.diff'],
549
+ settings: {
550
+ foreground: '#56949f',
551
+ },
552
+ },
553
+ {
554
+ scope: ['markup.deleted.diff'],
555
+ settings: {
556
+ foreground: '#b4637a',
557
+ },
558
+ },
559
+ {
560
+ scope: 'markup.heading',
561
+ settings: {
562
+ fontStyle: 'bold',
563
+ },
564
+ },
565
+ {
566
+ scope: 'markup.bold.markdown',
567
+ settings: {
568
+ fontStyle: 'bold',
569
+ },
570
+ },
571
+ {
572
+ scope: 'markup.italic.markdown',
573
+ settings: {
574
+ fontStyle: 'italic',
575
+ },
576
+ },
577
+ {
578
+ scope: ['meta.diff.range'],
579
+ settings: {
580
+ foreground: '#907aa9',
581
+ },
582
+ },
583
+ {
584
+ scope: ['meta.tag', 'meta.brace'],
585
+ settings: {
586
+ foreground: '#575279',
587
+ },
588
+ },
589
+ {
590
+ scope: ['meta.import', 'meta.export'],
591
+ settings: {
592
+ foreground: '#286983',
593
+ },
594
+ },
595
+ {
596
+ scope: 'meta.directive.vue',
597
+ settings: {
598
+ fontStyle: 'italic',
599
+ foreground: '#907aa9',
600
+ },
601
+ },
602
+ {
603
+ scope: 'meta.property-name.css',
604
+ settings: {
605
+ foreground: '#56949f',
606
+ },
607
+ },
608
+ {
609
+ scope: 'meta.property-value.css',
610
+ settings: {
611
+ foreground: '#ea9d34',
612
+ },
613
+ },
614
+ {
615
+ scope: 'meta.tag.other.html',
616
+ settings: {
617
+ foreground: '#797593',
618
+ },
619
+ },
620
+ {
621
+ scope: ['punctuation'],
622
+ settings: {
623
+ foreground: '#797593',
624
+ },
625
+ },
626
+ {
627
+ scope: ['punctuation.accessor'],
628
+ settings: {
629
+ foreground: '#286983',
630
+ },
631
+ },
632
+ {
633
+ scope: ['punctuation.definition.string'],
634
+ settings: {
635
+ foreground: '#ea9d34',
636
+ },
637
+ },
638
+ {
639
+ scope: ['punctuation.definition.tag'],
640
+ settings: {
641
+ foreground: '#9893a5',
642
+ },
643
+ },
644
+ {
645
+ scope: ['storage.type', 'storage.modifier'],
646
+ settings: {
647
+ foreground: '#286983',
648
+ },
649
+ },
650
+ {
651
+ scope: ['string'],
652
+ settings: {
653
+ foreground: '#ea9d34',
654
+ },
655
+ },
656
+ {
657
+ scope: ['support'],
658
+ settings: {
659
+ foreground: '#56949f',
660
+ },
661
+ },
662
+ {
663
+ scope: ['support.constant'],
664
+ settings: {
665
+ foreground: '#ea9d34',
666
+ },
667
+ },
668
+ {
669
+ scope: ['support.function'],
670
+ settings: {
671
+ fontStyle: 'italic',
672
+ foreground: '#b4637a',
673
+ },
674
+ },
675
+ {
676
+ scope: ['variable'],
677
+ settings: {
678
+ fontStyle: 'italic',
679
+ foreground: '#d7827e',
680
+ },
681
+ },
682
+ {
683
+ scope: ['variable.other', 'variable.language', 'variable.function', 'variable.argument'],
684
+ settings: {
685
+ foreground: '#575279',
686
+ },
687
+ },
688
+ {
689
+ scope: ['variable.parameter'],
690
+ settings: {
691
+ foreground: '#907aa9',
692
+ },
693
+ },
694
+ ],
695
+ type: 'light',
696
+ }