@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,1420 @@
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: '#1a1b26',
8
+ colors: {
9
+ 'activityBar.background': '#16161e',
10
+ 'activityBar.border': '#16161e',
11
+ 'activityBar.foreground': '#787c99',
12
+ 'activityBar.inactiveForeground': '#3b3e52',
13
+ 'activityBarBadge.background': '#3d59a1',
14
+ 'activityBarBadge.foreground': '#fff',
15
+ 'activityBarTop.foreground': '#787c99',
16
+ 'activityBarTop.inactiveForeground': '#3b3e52',
17
+ 'badge.background': '#7e83b2',
18
+ 'badge.foreground': '#acb0d0',
19
+ 'breadcrumb.activeSelectionForeground': '#a9b1d6',
20
+ 'breadcrumb.background': '#16161e',
21
+ 'breadcrumb.focusForeground': '#a9b1d6',
22
+ 'breadcrumb.foreground': '#515670',
23
+ 'breadcrumbPicker.background': '#16161e',
24
+ 'button.background': '#3d59a1',
25
+ 'button.foreground': '#ffffff',
26
+ 'button.hoverBackground': '#3d59a1',
27
+ 'button.secondaryBackground': '#3b3e52',
28
+ 'charts.blue': '#7aa2f7',
29
+ 'charts.foreground': '#9AA5CE',
30
+ 'charts.green': '#41a6b5',
31
+ 'charts.lines': '#16161e',
32
+ 'charts.orange': '#ff9e64',
33
+ 'charts.purple': '#9d7cd8',
34
+ 'charts.red': '#f7768e',
35
+ 'charts.yellow': '#e0af68',
36
+ 'chat.avatarBackground': '#3d59a1',
37
+ 'chat.avatarForeground': '#a9b1d6',
38
+ 'chat.requestBorder': '#0f0f14',
39
+ 'chat.slashCommandBackground': '#14141b',
40
+ 'chat.slashCommandForeground': '#7aa2f7',
41
+ 'contrastBorder': '#101014',
42
+ 'debugConsole.errorForeground': '#bb616b',
43
+ 'debugConsole.infoForeground': '#787c99',
44
+ 'debugConsole.sourceForeground': '#787c99',
45
+ 'debugConsole.warningForeground': '#c49a5a',
46
+ 'debugConsoleInputIcon.foreground': '#73daca',
47
+ 'debugExceptionWidget.background': '#101014',
48
+ 'debugExceptionWidget.border': '#963c47',
49
+ 'debugIcon.breakpointDisabledForeground': '#414761',
50
+ 'debugIcon.breakpointForeground': '#db4b4b',
51
+ 'debugIcon.breakpointUnverifiedForeground': '#c24242',
52
+ 'debugTokenExpression.boolean': '#ff9e64',
53
+ 'debugTokenExpression.error': '#bb616b',
54
+ 'debugTokenExpression.name': '#7dcfff',
55
+ 'debugTokenExpression.number': '#ff9e64',
56
+ 'debugTokenExpression.string': '#9ece6a',
57
+ 'debugTokenExpression.value': '#9aa5ce',
58
+ 'debugToolBar.background': '#101014',
59
+ 'debugView.stateLabelBackground': '#14141b',
60
+ 'debugView.stateLabelForeground': '#787c99',
61
+ 'debugView.valueChangedHighlight': '#3d59a1',
62
+ 'descriptionForeground': '#515670',
63
+ 'diffEditor.diagonalFill': '#292e42',
64
+ 'diffEditor.insertedLineBackground': '#41a6b5',
65
+ 'diffEditor.insertedTextBackground': '#41a6b5',
66
+ 'diffEditor.removedLineBackground': '#db4b4b',
67
+ 'diffEditor.removedTextBackground': '#db4b4b',
68
+ 'diffEditor.unchangedCodeBackground': '#282a3b',
69
+ 'diffEditorGutter.insertedLineBackground': '#41a6b5',
70
+ 'diffEditorGutter.removedLineBackground': '#db4b4b',
71
+ 'diffEditorOverview.insertedForeground': '#41a6b5',
72
+ 'diffEditorOverview.removedForeground': '#db4b4b',
73
+ 'disabledForeground': '#545c7e',
74
+ 'dropdown.background': '#14141b',
75
+ 'dropdown.foreground': '#787c99',
76
+ 'dropdown.listBackground': '#14141b',
77
+ 'editor.background': '#1a1b26',
78
+ 'editor.findMatchBackground': '#3d59a1',
79
+ 'editor.findMatchBorder': '#e0af68',
80
+ 'editor.findMatchHighlightBackground': '#3d59a1',
81
+ 'editor.findRangeHighlightBackground': '#515c7e',
82
+ 'editor.focusedStackFrameHighlightBackground': '#73daca',
83
+ 'editor.foldBackground': '#111117',
84
+ 'editor.foreground': '#a9b1d6',
85
+ 'editor.inactiveSelectionBackground': '#515c7e',
86
+ 'editor.lineHighlightBackground': '#1e202e',
87
+ 'editor.rangeHighlightBackground': '#515c7e',
88
+ 'editor.selectionBackground': '#515c7e',
89
+ 'editor.selectionHighlightBackground': '#515c7e',
90
+ 'editor.stackFrameHighlightBackground': '#E2BD3A',
91
+ 'editor.wordHighlightBackground': '#515c7e',
92
+ 'editor.wordHighlightStrongBackground': '#515c7e',
93
+ 'editorBracketHighlight.foreground1': '#698cd6',
94
+ 'editorBracketHighlight.foreground2': '#68b3de',
95
+ 'editorBracketHighlight.foreground3': '#9a7ecc',
96
+ 'editorBracketHighlight.foreground4': '#25aac2',
97
+ 'editorBracketHighlight.foreground5': '#80a856',
98
+ 'editorBracketHighlight.foreground6': '#c49a5a',
99
+ 'editorBracketHighlight.unexpectedBracket.foreground': '#db4b4b',
100
+ 'editorBracketMatch.background': '#16161e',
101
+ 'editorBracketMatch.border': '#42465d',
102
+ 'editorBracketPairGuide.activeBackground1': '#698cd6',
103
+ 'editorBracketPairGuide.activeBackground2': '#68b3de',
104
+ 'editorBracketPairGuide.activeBackground3': '#9a7ecc',
105
+ 'editorBracketPairGuide.activeBackground4': '#25aac2',
106
+ 'editorBracketPairGuide.activeBackground5': '#80a856',
107
+ 'editorBracketPairGuide.activeBackground6': '#c49a5a',
108
+ 'editorCodeLens.foreground': '#51597d',
109
+ 'editorCursor.foreground': '#c0caf5',
110
+ 'editorError.foreground': '#db4b4b',
111
+ 'editorGhostText.foreground': '#646e9c',
112
+ 'editorGroup.border': '#101014',
113
+ 'editorGroup.dropBackground': '#1e202e',
114
+ 'editorGroupHeader.border': '#101014',
115
+ 'editorGroupHeader.noTabsBackground': '#16161e',
116
+ 'editorGroupHeader.tabsBackground': '#16161e',
117
+ 'editorGroupHeader.tabsBorder': '#101014',
118
+ 'editorGutter.addedBackground': '#164846',
119
+ 'editorGutter.deletedBackground': '#823c41',
120
+ 'editorGutter.modifiedBackground': '#394b70',
121
+ 'editorHint.foreground': '#0da0ba',
122
+ 'editorHoverWidget.background': '#16161e',
123
+ 'editorHoverWidget.border': '#101014',
124
+ 'editorIndentGuide.activeBackground1': '#363b54',
125
+ 'editorIndentGuide.background1': '#232433',
126
+ 'editorInfo.foreground': '#0da0ba',
127
+ 'editorInlayHint.foreground': '#646e9c',
128
+ 'editorLightBulb.foreground': '#e0af68',
129
+ 'editorLightBulbAutoFix.foreground': '#e0af68',
130
+ 'editorLineNumber.activeForeground': '#787c99',
131
+ 'editorLineNumber.foreground': '#363b54',
132
+ 'editorLink.activeForeground': '#acb0d0',
133
+ 'editorMarkerNavigation.background': '#16161e',
134
+ 'editorOverviewRuler.addedForeground': '#164846',
135
+ 'editorOverviewRuler.border': '#101014',
136
+ 'editorOverviewRuler.bracketMatchForeground': '#101014',
137
+ 'editorOverviewRuler.deletedForeground': '#703438',
138
+ 'editorOverviewRuler.errorForeground': '#db4b4b',
139
+ 'editorOverviewRuler.findMatchForeground': '#a9b1d6',
140
+ 'editorOverviewRuler.infoForeground': '#1abc9c',
141
+ 'editorOverviewRuler.modifiedForeground': '#394b70',
142
+ 'editorOverviewRuler.rangeHighlightForeground': '#a9b1d6',
143
+ 'editorOverviewRuler.selectionHighlightForeground': '#a9b1d6',
144
+ 'editorOverviewRuler.warningForeground': '#e0af68',
145
+ 'editorOverviewRuler.wordHighlightForeground': '#bb9af7',
146
+ 'editorOverviewRuler.wordHighlightStrongForeground': '#bb9af7',
147
+ 'editorPane.background': '#1a1b26',
148
+ 'editorRuler.foreground': '#101014',
149
+ 'editorSuggestWidget.background': '#16161e',
150
+ 'editorSuggestWidget.border': '#101014',
151
+ 'editorSuggestWidget.highlightForeground': '#6183bb',
152
+ 'editorSuggestWidget.selectedBackground': '#20222c',
153
+ 'editorWarning.foreground': '#e0af68',
154
+ 'editorWhitespace.foreground': '#363b54',
155
+ 'editorWidget.background': '#16161e',
156
+ 'editorWidget.border': '#101014',
157
+ 'editorWidget.foreground': '#787c99',
158
+ 'editorWidget.resizeBorder': '#545c7e',
159
+ 'errorForeground': '#515670',
160
+ 'extensionBadge.remoteBackground': '#3d59a1',
161
+ 'extensionBadge.remoteForeground': '#ffffff',
162
+ 'extensionButton.prominentBackground': '#3d59a1',
163
+ 'extensionButton.prominentForeground': '#ffffff',
164
+ 'extensionButton.prominentHoverBackground': '#3d59a1',
165
+ 'focusBorder': '#545c7e',
166
+ 'foreground': '#787c99',
167
+ 'gitDecoration.addedResourceForeground': '#449dab',
168
+ 'gitDecoration.conflictingResourceForeground': '#e0af68',
169
+ 'gitDecoration.deletedResourceForeground': '#914c54',
170
+ 'gitDecoration.ignoredResourceForeground': '#515670',
171
+ 'gitDecoration.modifiedResourceForeground': '#6183bb',
172
+ 'gitDecoration.renamedResourceForeground': '#449dab',
173
+ 'gitDecoration.stageDeletedResourceForeground': '#914c54',
174
+ 'gitDecoration.stageModifiedResourceForeground': '#6183bb',
175
+ 'gitDecoration.untrackedResourceForeground': '#449dab',
176
+ 'gitlens.gutterBackgroundColor': '#16161e',
177
+ 'gitlens.gutterForegroundColor': '#787c99',
178
+ 'gitlens.gutterUncommittedForegroundColor': '#7aa2f7',
179
+ 'gitlens.trailingLineForegroundColor': '#646e9c',
180
+ 'icon.foreground': '#787c99',
181
+ 'inlineChat.foreground': '#a9b1d6',
182
+ 'inlineChatDiff.inserted': '#41a6b5',
183
+ 'inlineChatDiff.removed': '#db4b4b',
184
+ 'inlineChatInput.background': '#14141b',
185
+ 'input.background': '#14141b',
186
+ 'input.border': '#0f0f14',
187
+ 'input.foreground': '#a9b1d6',
188
+ 'input.placeholderForeground': '#787c99',
189
+ 'inputOption.activeBackground': '#3d59a1',
190
+ 'inputOption.activeForeground': '#c0caf5',
191
+ 'inputValidation.errorBackground': '#85353e',
192
+ 'inputValidation.errorBorder': '#963c47',
193
+ 'inputValidation.errorForeground': '#bbc2e0',
194
+ 'inputValidation.infoBackground': '#3d59a1',
195
+ 'inputValidation.infoBorder': '#3d59a1',
196
+ 'inputValidation.infoForeground': '#bbc2e0',
197
+ 'inputValidation.warningBackground': '#c2985b',
198
+ 'inputValidation.warningBorder': '#e0af68',
199
+ 'inputValidation.warningForeground': '#000000',
200
+ 'list.activeSelectionBackground': '#202330',
201
+ 'list.activeSelectionForeground': '#a9b1d6',
202
+ 'list.deemphasizedForeground': '#787c99',
203
+ 'list.dropBackground': '#1e202e',
204
+ 'list.errorForeground': '#bb616b',
205
+ 'list.focusBackground': '#1c1d29',
206
+ 'list.focusForeground': '#a9b1d6',
207
+ 'list.highlightForeground': '#668ac4',
208
+ 'list.hoverBackground': '#13131a',
209
+ 'list.hoverForeground': '#a9b1d6',
210
+ 'list.inactiveSelectionBackground': '#1c1d29',
211
+ 'list.inactiveSelectionForeground': '#a9b1d6',
212
+ 'list.invalidItemForeground': '#c97018',
213
+ 'list.warningForeground': '#c49a5a',
214
+ 'listFilterWidget.background': '#101014',
215
+ 'listFilterWidget.noMatchesOutline': '#a6333f',
216
+ 'listFilterWidget.outline': '#3d59a1',
217
+ 'menu.background': '#16161e',
218
+ 'menu.border': '#101014',
219
+ 'menu.foreground': '#787c99',
220
+ 'menu.selectionBackground': '#1e202e',
221
+ 'menu.selectionForeground': '#a9b1d6',
222
+ 'menu.separatorBackground': '#101014',
223
+ 'menubar.selectionBackground': '#1e202e',
224
+ 'menubar.selectionBorder': '#1b1e2e',
225
+ 'menubar.selectionForeground': '#a9b1d6',
226
+ 'merge.currentContentBackground': '#007a75',
227
+ 'merge.currentHeaderBackground': '#41a6b5',
228
+ 'merge.incomingContentBackground': '#3d59a1',
229
+ 'merge.incomingHeaderBackground': '#3d59a1',
230
+ 'mergeEditor.change.background': '#41a6b5',
231
+ 'mergeEditor.change.word.background': '#41a6b5',
232
+ 'mergeEditor.conflict.handled.minimapOverViewRuler': '#449dab',
233
+ 'mergeEditor.conflict.handledFocused.border': '#41a6b5',
234
+ 'mergeEditor.conflict.handledUnfocused.border': '#41a6b5',
235
+ 'mergeEditor.conflict.unhandled.minimapOverViewRuler': '#e0af68',
236
+ 'mergeEditor.conflict.unhandledFocused.border': '#e0af68',
237
+ 'mergeEditor.conflict.unhandledUnfocused.border': '#e0af68',
238
+ 'minimapGutter.addedBackground': '#1C5957',
239
+ 'minimapGutter.deletedBackground': '#944449',
240
+ 'minimapGutter.modifiedBackground': '#425882',
241
+ 'multiDiffEditor.border': '#1a1b26',
242
+ 'multiDiffEditor.headerBackground': '#1a1b26',
243
+ 'notebook.cellBorderColor': '#101014',
244
+ 'notebook.cellEditorBackground': '#16161e',
245
+ 'notebook.cellStatusBarItemHoverBackground': '#1c1d29',
246
+ 'notebook.editorBackground': '#1a1b26',
247
+ 'notebook.focusedCellBorder': '#29355a',
248
+ 'notificationCenterHeader.background': '#101014',
249
+ 'notificationLink.foreground': '#6183bb',
250
+ 'notifications.background': '#101014',
251
+ 'notificationsErrorIcon.foreground': '#bb616b',
252
+ 'notificationsInfoIcon.foreground': '#0da0ba',
253
+ 'notificationsWarningIcon.foreground': '#bba461',
254
+ 'panel.background': '#16161e',
255
+ 'panel.border': '#101014',
256
+ 'panelInput.border': '#16161e',
257
+ 'panelTitle.activeBorder': '#16161e',
258
+ 'panelTitle.activeForeground': '#787c99',
259
+ 'panelTitle.inactiveForeground': '#42465d',
260
+ 'peekView.border': '#101014',
261
+ 'peekViewEditor.background': '#16161e',
262
+ 'peekViewEditor.matchHighlightBackground': '#3d59a1',
263
+ 'peekViewResult.background': '#101014',
264
+ 'peekViewResult.fileForeground': '#787c99',
265
+ 'peekViewResult.lineForeground': '#a9b1d6',
266
+ 'peekViewResult.matchHighlightBackground': '#3d59a1',
267
+ 'peekViewResult.selectionBackground': '#3d59a1',
268
+ 'peekViewResult.selectionForeground': '#a9b1d6',
269
+ 'peekViewTitle.background': '#101014',
270
+ 'peekViewTitleDescription.foreground': '#787c99',
271
+ 'peekViewTitleLabel.foreground': '#a9b1d6',
272
+ 'pickerGroup.border': '#101014',
273
+ 'pickerGroup.foreground': '#a9b1d6',
274
+ 'progressBar.background': '#3d59a1',
275
+ 'sash.hoverBorder': '#29355a',
276
+ 'scmGraph.foreground1': '#ff9e64',
277
+ 'scmGraph.foreground2': '#e0af68',
278
+ 'scmGraph.foreground3': '#41a6b5',
279
+ 'scmGraph.foreground4': '#7aa2f7',
280
+ 'scmGraph.foreground5': '#bb9af7',
281
+ 'scmGraph.historyItemBaseRefColor': '#9d7cd8',
282
+ 'scmGraph.historyItemHoverAdditionsForeground': '#41a6b5',
283
+ 'scmGraph.historyItemHoverDefaultLabelForeground': '#a9b1d6',
284
+ 'scmGraph.historyItemHoverDeletionsForeground': '#f7768e',
285
+ 'scmGraph.historyItemHoverLabelForeground': '#1b1e2e',
286
+ 'scmGraph.historyItemRefColor': '#506FCA',
287
+ 'scmGraph.historyItemRemoteRefColor': '#41a6b5',
288
+ 'scrollbar.shadow': '#000000',
289
+ 'scrollbarSlider.activeBackground': '#868bc4',
290
+ 'scrollbarSlider.background': '#868bc4',
291
+ 'scrollbarSlider.hoverBackground': '#868bc4',
292
+ 'selection.background': '#515c7e',
293
+ 'settings.headerForeground': '#6183bb',
294
+ 'sideBar.background': '#16161e',
295
+ 'sideBar.border': '#101014',
296
+ 'sideBar.dropBackground': '#1e202e',
297
+ 'sideBar.foreground': '#787c99',
298
+ 'sideBarSectionHeader.background': '#16161e',
299
+ 'sideBarSectionHeader.border': '#101014',
300
+ 'sideBarSectionHeader.foreground': '#a9b1d6',
301
+ 'sideBarTitle.foreground': '#787c99',
302
+ 'statusBar.background': '#16161e',
303
+ 'statusBar.border': '#101014',
304
+ 'statusBar.debuggingBackground': '#16161e',
305
+ 'statusBar.debuggingForeground': '#787c99',
306
+ 'statusBar.foreground': '#787c99',
307
+ 'statusBar.noFolderBackground': '#16161e',
308
+ 'statusBarItem.activeBackground': '#101014',
309
+ 'statusBarItem.hoverBackground': '#20222c',
310
+ 'statusBarItem.prominentBackground': '#101014',
311
+ 'statusBarItem.prominentHoverBackground': '#20222c',
312
+ 'tab.activeBackground': '#16161e',
313
+ 'tab.activeBorder': '#3d59a1',
314
+ 'tab.activeForeground': '#a9b1d6',
315
+ 'tab.activeModifiedBorder': '#1a1b26',
316
+ 'tab.border': '#101014',
317
+ 'tab.hoverForeground': '#a9b1d6',
318
+ 'tab.inactiveBackground': '#16161e',
319
+ 'tab.inactiveForeground': '#787c99',
320
+ 'tab.inactiveModifiedBorder': '#1f202e',
321
+ 'tab.lastPinnedBorder': '#222333',
322
+ 'tab.unfocusedActiveBorder': '#1f202e',
323
+ 'tab.unfocusedActiveForeground': '#a9b1d6',
324
+ 'tab.unfocusedHoverForeground': '#a9b1d6',
325
+ 'tab.unfocusedInactiveForeground': '#787c99',
326
+ 'terminal.ansiBlack': '#363b54',
327
+ 'terminal.ansiBlue': '#7aa2f7',
328
+ 'terminal.ansiBrightBlack': '#363b54',
329
+ 'terminal.ansiBrightBlue': '#7aa2f7',
330
+ 'terminal.ansiBrightCyan': '#7dcfff',
331
+ 'terminal.ansiBrightGreen': '#73daca',
332
+ 'terminal.ansiBrightMagenta': '#bb9af7',
333
+ 'terminal.ansiBrightRed': '#f7768e',
334
+ 'terminal.ansiBrightWhite': '#acb0d0',
335
+ 'terminal.ansiBrightYellow': '#e0af68',
336
+ 'terminal.ansiCyan': '#7dcfff',
337
+ 'terminal.ansiGreen': '#73daca',
338
+ 'terminal.ansiMagenta': '#bb9af7',
339
+ 'terminal.ansiRed': '#f7768e',
340
+ 'terminal.ansiWhite': '#787c99',
341
+ 'terminal.ansiYellow': '#e0af68',
342
+ 'terminal.background': '#16161e',
343
+ 'terminal.foreground': '#787c99',
344
+ 'terminal.selectionBackground': '#515c7e',
345
+ 'textBlockQuote.background': '#16161e',
346
+ 'textCodeBlock.background': '#16161e',
347
+ 'textLink.activeForeground': '#7dcfff',
348
+ 'textLink.foreground': '#6183bb',
349
+ 'textPreformat.foreground': '#9699a8',
350
+ 'textSeparator.foreground': '#363b54',
351
+ 'titleBar.activeBackground': '#16161e',
352
+ 'titleBar.activeForeground': '#787c99',
353
+ 'titleBar.border': '#101014',
354
+ 'titleBar.inactiveBackground': '#16161e',
355
+ 'titleBar.inactiveForeground': '#787c99',
356
+ 'toolbar.activeBackground': '#202330',
357
+ 'toolbar.hoverBackground': '#202330',
358
+ 'tree.indentGuidesStroke': '#2b2b3b',
359
+ 'walkThrough.embeddedEditorBackground': '#16161e',
360
+ 'widget.shadow': '#ffffff',
361
+ 'window.activeBorder': '#0d0f17',
362
+ 'window.inactiveBorder': '#0d0f17',
363
+ },
364
+ displayName: 'Tokyo Night',
365
+ fg: '#a9b1d6',
366
+ name: 'tokyo-night',
367
+ semanticTokenColors: {
368
+ '*.defaultLibrary': {
369
+ foreground: '#2ac3de',
370
+ },
371
+ 'parameter': {
372
+ foreground: '#d9d4cd',
373
+ },
374
+ 'parameter.declaration': {
375
+ foreground: '#e0af68',
376
+ },
377
+ 'property.declaration': {
378
+ foreground: '#73daca',
379
+ },
380
+ 'property.defaultLibrary': {
381
+ foreground: '#2ac3de',
382
+ },
383
+ 'variable': {
384
+ foreground: '#c0caf5',
385
+ },
386
+ 'variable.declaration': {
387
+ foreground: '#bb9af7',
388
+ },
389
+ 'variable.defaultLibrary': {
390
+ foreground: '#2ac3de',
391
+ },
392
+ },
393
+ settings: [
394
+ {
395
+ settings: {
396
+ background: '#1a1b26',
397
+ foreground: '#a9b1d6',
398
+ },
399
+ },
400
+ {
401
+ scope: [
402
+ 'comment',
403
+ 'meta.var.expr storage.type',
404
+ 'keyword.control.flow',
405
+ 'keyword.control.return',
406
+ 'meta.directive.vue punctuation.separator.key-value.html',
407
+ 'meta.directive.vue entity.other.attribute-name.html',
408
+ 'tag.decorator.js entity.name.tag.js',
409
+ 'tag.decorator.js punctuation.definition.tag.js',
410
+ 'storage.modifier',
411
+ 'string.quoted.docstring.multi',
412
+ 'string.quoted.docstring.multi.python punctuation.definition.string.begin',
413
+ 'string.quoted.docstring.multi.python punctuation.definition.string.end',
414
+ 'string.quoted.docstring.multi.python constant.character.escape',
415
+ ],
416
+ settings: {
417
+ fontStyle: 'italic',
418
+ },
419
+ },
420
+ {
421
+ scope: ['keyword.control.flow.block-scalar.literal', 'keyword.control.flow.python'],
422
+ settings: {
423
+ fontStyle: '',
424
+ },
425
+ },
426
+ {
427
+ scope: [
428
+ 'comment',
429
+ 'comment.block.documentation',
430
+ 'punctuation.definition.comment',
431
+ 'comment.block.documentation punctuation',
432
+ 'string.quoted.docstring.multi',
433
+ 'string.quoted.docstring.multi.python punctuation.definition.string.begin',
434
+ 'string.quoted.docstring.multi.python punctuation.definition.string.end',
435
+ 'string.quoted.docstring.multi.python constant.character.escape',
436
+ ],
437
+ settings: {
438
+ foreground: '#51597d',
439
+ },
440
+ },
441
+ {
442
+ scope: [
443
+ 'keyword.operator.assignment.jsdoc',
444
+ 'comment.block.documentation variable',
445
+ 'comment.block.documentation storage',
446
+ 'comment.block.documentation keyword',
447
+ 'comment.block.documentation support',
448
+ 'comment.block.documentation markup',
449
+ 'comment.block.documentation markup.inline.raw.string.markdown',
450
+ 'meta.other.type.phpdoc.php keyword.other.type.php',
451
+ 'meta.other.type.phpdoc.php support.other.namespace.php',
452
+ 'meta.other.type.phpdoc.php punctuation.separator.inheritance.php',
453
+ 'meta.other.type.phpdoc.php support.class',
454
+ 'keyword.other.phpdoc.php',
455
+ 'log.date',
456
+ ],
457
+ settings: {
458
+ foreground: '#5a638c',
459
+ },
460
+ },
461
+ {
462
+ scope: [
463
+ 'meta.other.type.phpdoc.php support.class',
464
+ 'comment.block.documentation storage.type',
465
+ 'comment.block.documentation punctuation.definition.block.tag',
466
+ 'comment.block.documentation entity.name.type.instance',
467
+ ],
468
+ settings: {
469
+ foreground: '#646e9c',
470
+ },
471
+ },
472
+ {
473
+ scope: [
474
+ 'variable.other.constant',
475
+ 'punctuation.definition.constant',
476
+ 'constant.language',
477
+ 'constant.numeric',
478
+ 'support.constant',
479
+ 'constant.other.caps',
480
+ ],
481
+ settings: {
482
+ foreground: '#ff9e64',
483
+ },
484
+ },
485
+ {
486
+ scope: [
487
+ 'string',
488
+ 'constant.other.symbol',
489
+ 'constant.other.key',
490
+ 'meta.attribute-selector',
491
+ 'string constant.character',
492
+ ],
493
+ settings: {
494
+ fontStyle: '',
495
+ foreground: '#9ece6a',
496
+ },
497
+ },
498
+ {
499
+ scope: [
500
+ 'constant.other.color',
501
+ 'constant.other.color.rgb-value.hex punctuation.definition.constant',
502
+ ],
503
+ settings: {
504
+ foreground: '#9aa5ce',
505
+ },
506
+ },
507
+ {
508
+ scope: ['invalid', 'invalid.illegal'],
509
+ settings: {
510
+ foreground: '#ff5370',
511
+ },
512
+ },
513
+ {
514
+ scope: 'invalid.deprecated',
515
+ settings: {
516
+ foreground: '#bb9af7',
517
+ },
518
+ },
519
+ {
520
+ scope: 'storage.type',
521
+ settings: {
522
+ foreground: '#bb9af7',
523
+ },
524
+ },
525
+ {
526
+ scope: ['meta.var.expr storage.type', 'storage.modifier'],
527
+ settings: {
528
+ foreground: '#9d7cd8',
529
+ },
530
+ },
531
+ {
532
+ scope: [
533
+ 'punctuation.definition.template-expression',
534
+ 'punctuation.section.embedded',
535
+ 'meta.embedded.line.tag.smarty',
536
+ 'support.constant.handlebars',
537
+ 'punctuation.section.tag.twig',
538
+ ],
539
+ settings: {
540
+ foreground: '#7dcfff',
541
+ },
542
+ },
543
+ {
544
+ scope: [
545
+ 'keyword.control.smarty',
546
+ 'keyword.control.twig',
547
+ 'support.constant.handlebars keyword.control',
548
+ 'keyword.operator.comparison.twig',
549
+ 'keyword.blade',
550
+ 'entity.name.function.blade',
551
+ 'meta.tag.blade keyword.other.type.php',
552
+ ],
553
+ settings: {
554
+ foreground: '#0db9d7',
555
+ },
556
+ },
557
+ {
558
+ scope: ['keyword.operator.spread', 'keyword.operator.rest'],
559
+ settings: {
560
+ fontStyle: 'bold',
561
+ foreground: '#f7768e',
562
+ },
563
+ },
564
+ {
565
+ scope: [
566
+ 'keyword.operator',
567
+ 'keyword.control.as',
568
+ 'keyword.other',
569
+ 'keyword.operator.bitwise.shift',
570
+ 'punctuation',
571
+ 'expression.embbeded.vue punctuation.definition.tag',
572
+ 'text.html.twig meta.tag.inline.any.html',
573
+ 'meta.tag.template.value.twig meta.function.arguments.twig',
574
+ 'meta.directive.vue punctuation.separator.key-value.html',
575
+ 'punctuation.definition.constant.markdown',
576
+ 'punctuation.definition.string',
577
+ 'punctuation.support.type.property-name',
578
+ 'text.html.vue-html meta.tag',
579
+ 'meta.attribute.directive',
580
+ 'punctuation.definition.keyword',
581
+ 'punctuation.terminator.rule',
582
+ 'punctuation.definition.entity',
583
+ 'punctuation.separator.inheritance.php',
584
+ 'keyword.other.template',
585
+ 'keyword.other.substitution',
586
+ 'entity.name.operator',
587
+ 'meta.property-list punctuation.separator.key-value',
588
+ 'meta.at-rule.mixin punctuation.separator.key-value',
589
+ 'meta.at-rule.function variable.parameter.url',
590
+ 'meta.embedded.inline.phpx punctuation.definition.tag.begin.html',
591
+ 'meta.embedded.inline.phpx punctuation.definition.tag.end.html',
592
+ ],
593
+ settings: {
594
+ foreground: '#89ddff',
595
+ },
596
+ },
597
+ {
598
+ scope: [
599
+ 'keyword.control.module.js',
600
+ 'keyword.control.import',
601
+ 'keyword.control.export',
602
+ 'keyword.control.from',
603
+ 'keyword.control.default',
604
+ 'meta.import keyword.other',
605
+ ],
606
+ settings: {
607
+ foreground: '#7dcfff',
608
+ },
609
+ },
610
+ {
611
+ scope: ['keyword', 'keyword.control', 'keyword.other.important'],
612
+ settings: {
613
+ foreground: '#bb9af7',
614
+ },
615
+ },
616
+ {
617
+ scope: 'keyword.other.DML',
618
+ settings: {
619
+ foreground: '#7dcfff',
620
+ },
621
+ },
622
+ {
623
+ scope: [
624
+ 'keyword.operator.logical',
625
+ 'storage.type.function',
626
+ 'keyword.operator.bitwise',
627
+ 'keyword.operator.ternary',
628
+ 'keyword.operator.comparison',
629
+ 'keyword.operator.relational',
630
+ 'keyword.operator.or.regexp',
631
+ ],
632
+ settings: {
633
+ foreground: '#bb9af7',
634
+ },
635
+ },
636
+ {
637
+ scope: 'entity.name.tag',
638
+ settings: {
639
+ foreground: '#f7768e',
640
+ },
641
+ },
642
+ {
643
+ scope: [
644
+ 'entity.name.tag support.class.component',
645
+ 'meta.tag.custom entity.name.tag',
646
+ 'meta.tag.other.unrecognized.html.derivative entity.name.tag',
647
+ 'meta.tag',
648
+ ],
649
+ settings: {
650
+ foreground: '#de5971',
651
+ },
652
+ },
653
+ {
654
+ scope: [
655
+ 'punctuation.definition.tag',
656
+ 'text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html text.html.basic',
657
+ ],
658
+ settings: {
659
+ foreground: '#ba3c97',
660
+ },
661
+ },
662
+ {
663
+ scope: [
664
+ 'constant.other.php',
665
+ 'variable.other.global.safer',
666
+ 'variable.other.global.safer punctuation.definition.variable',
667
+ 'variable.other.global',
668
+ 'variable.other.global punctuation.definition.variable',
669
+ 'constant.other',
670
+ ],
671
+ settings: {
672
+ foreground: '#e0af68',
673
+ },
674
+ },
675
+ {
676
+ scope: [
677
+ 'variable',
678
+ 'support.variable',
679
+ 'string constant.other.placeholder',
680
+ 'variable.parameter.handlebars',
681
+ 'variable.other.object',
682
+ 'meta.fstring',
683
+ 'meta.function-call meta.function-call.arguments',
684
+ 'meta.embedded.inline.phpx constant.other.php',
685
+ ],
686
+ settings: {
687
+ foreground: '#c0caf5',
688
+ },
689
+ },
690
+ {
691
+ scope: 'meta.array.literal variable',
692
+ settings: {
693
+ foreground: '#7dcfff',
694
+ },
695
+ },
696
+ {
697
+ scope: [
698
+ 'meta.object-literal.key',
699
+ 'entity.name.type.hcl',
700
+ 'string.alias.graphql',
701
+ 'string.unquoted.graphql',
702
+ 'string.unquoted.alias.graphql',
703
+ 'meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js',
704
+ 'meta.field.declaration.ts variable.object.property',
705
+ 'meta.block entity.name.label',
706
+ ],
707
+ settings: {
708
+ foreground: '#73daca',
709
+ },
710
+ },
711
+ {
712
+ scope: [
713
+ 'variable.other.property',
714
+ 'support.variable.property',
715
+ 'support.variable.property.dom',
716
+ 'meta.function-call variable.other.object.property',
717
+ ],
718
+ settings: {
719
+ foreground: '#7dcfff',
720
+ },
721
+ },
722
+ {
723
+ scope: 'variable.other.object.property',
724
+ settings: {
725
+ foreground: '#c0caf5',
726
+ },
727
+ },
728
+ {
729
+ scope:
730
+ 'meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key',
731
+ settings: {
732
+ foreground: '#41a6b5',
733
+ },
734
+ },
735
+ {
736
+ scope: 'source.cpp meta.block variable.other',
737
+ settings: {
738
+ foreground: '#f7768e',
739
+ },
740
+ },
741
+ {
742
+ scope: 'support.other.variable',
743
+ settings: {
744
+ foreground: '#f7768e',
745
+ },
746
+ },
747
+ {
748
+ scope: [
749
+ 'meta.class-method.js entity.name.function.js',
750
+ 'entity.name.method.js',
751
+ 'variable.function.constructor',
752
+ 'keyword.other.special-method',
753
+ 'storage.type.cs',
754
+ ],
755
+ settings: {
756
+ foreground: '#7aa2f7',
757
+ },
758
+ },
759
+ {
760
+ scope: [
761
+ 'entity.name.function',
762
+ 'variable.other.enummember',
763
+ 'meta.function-call',
764
+ 'meta.function-call entity.name.function',
765
+ 'variable.function',
766
+ 'meta.definition.method entity.name.function',
767
+ 'meta.object-literal entity.name.function',
768
+ ],
769
+ settings: {
770
+ foreground: '#7aa2f7',
771
+ },
772
+ },
773
+ {
774
+ scope: [
775
+ 'variable.parameter.function.language.special',
776
+ 'variable.parameter',
777
+ 'meta.function.parameters punctuation.definition.variable',
778
+ 'meta.function.parameter variable',
779
+ ],
780
+ settings: {
781
+ foreground: '#e0af68',
782
+ },
783
+ },
784
+ {
785
+ scope: [
786
+ 'keyword.other.type.php',
787
+ 'storage.type.php',
788
+ 'constant.character',
789
+ 'constant.escape',
790
+ 'keyword.other.unit',
791
+ ],
792
+ settings: {
793
+ foreground: '#bb9af7',
794
+ },
795
+ },
796
+ {
797
+ scope: [
798
+ 'meta.definition.variable variable.other.constant',
799
+ 'meta.definition.variable variable.other.readwrite',
800
+ 'variable.declaration.hcl variable.other.readwrite.hcl',
801
+ 'meta.mapping.key.hcl variable.other.readwrite.hcl',
802
+ 'variable.other.declaration',
803
+ ],
804
+ settings: {
805
+ foreground: '#bb9af7',
806
+ },
807
+ },
808
+ {
809
+ scope: 'entity.other.inherited-class',
810
+ settings: {
811
+ fontStyle: '',
812
+ foreground: '#bb9af7',
813
+ },
814
+ },
815
+ {
816
+ scope: [
817
+ 'support.class',
818
+ 'support.type',
819
+ 'variable.other.readwrite.alias',
820
+ 'support.orther.namespace.use.php',
821
+ 'meta.use.php',
822
+ 'support.other.namespace.php',
823
+ 'support.type.sys-types',
824
+ 'support.variable.dom',
825
+ 'support.constant.math',
826
+ 'support.type.object.module',
827
+ 'support.constant.json',
828
+ 'entity.name.namespace',
829
+ 'meta.import.qualifier',
830
+ 'variable.other.constant.object',
831
+ ],
832
+ settings: {
833
+ foreground: '#0db9d7',
834
+ },
835
+ },
836
+ {
837
+ scope: 'entity.name',
838
+ settings: {
839
+ foreground: '#c0caf5',
840
+ },
841
+ },
842
+ {
843
+ scope: 'support.function',
844
+ settings: {
845
+ foreground: '#0db9d7',
846
+ },
847
+ },
848
+ {
849
+ scope: [
850
+ 'source.css support.type.property-name',
851
+ 'source.sass support.type.property-name',
852
+ 'source.scss support.type.property-name',
853
+ 'source.less support.type.property-name',
854
+ 'source.stylus support.type.property-name',
855
+ 'source.postcss support.type.property-name',
856
+ 'support.type.property-name.css',
857
+ 'support.type.vendored.property-name',
858
+ 'support.type.map.key',
859
+ ],
860
+ settings: {
861
+ foreground: '#7aa2f7',
862
+ },
863
+ },
864
+ {
865
+ scope: ['support.constant.font-name', 'meta.definition.variable'],
866
+ settings: {
867
+ foreground: '#9ece6a',
868
+ },
869
+ },
870
+ {
871
+ scope: [
872
+ 'entity.other.attribute-name.class',
873
+ 'meta.at-rule.mixin.scss entity.name.function.scss',
874
+ ],
875
+ settings: {
876
+ foreground: '#9ece6a',
877
+ },
878
+ },
879
+ {
880
+ scope: 'entity.other.attribute-name.id',
881
+ settings: {
882
+ foreground: '#fc7b7b',
883
+ },
884
+ },
885
+ {
886
+ scope: 'entity.name.tag.css',
887
+ settings: {
888
+ foreground: '#0db9d7',
889
+ },
890
+ },
891
+ {
892
+ scope: [
893
+ 'entity.other.attribute-name.pseudo-class punctuation.definition.entity',
894
+ 'entity.other.attribute-name.pseudo-element punctuation.definition.entity',
895
+ 'entity.other.attribute-name.class punctuation.definition.entity',
896
+ 'entity.name.tag.reference',
897
+ ],
898
+ settings: {
899
+ foreground: '#e0af68',
900
+ },
901
+ },
902
+ {
903
+ scope: 'meta.property-list',
904
+ settings: {
905
+ foreground: '#9abdf5',
906
+ },
907
+ },
908
+ {
909
+ scope: [
910
+ 'meta.property-list meta.at-rule.if',
911
+ 'meta.at-rule.return variable.parameter.url',
912
+ 'meta.property-list meta.at-rule.else',
913
+ ],
914
+ settings: {
915
+ foreground: '#ff9e64',
916
+ },
917
+ },
918
+ {
919
+ scope: [
920
+ 'entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css',
921
+ ],
922
+ settings: {
923
+ foreground: '#73daca',
924
+ },
925
+ },
926
+ {
927
+ scope: 'meta.property-list meta.property-list',
928
+ settings: {
929
+ foreground: '#9abdf5',
930
+ },
931
+ },
932
+ {
933
+ scope: [
934
+ 'meta.at-rule.mixin keyword.control.at-rule.mixin',
935
+ 'meta.at-rule.include entity.name.function.scss',
936
+ 'meta.at-rule.include keyword.control.at-rule.include',
937
+ ],
938
+ settings: {
939
+ foreground: '#bb9af7',
940
+ },
941
+ },
942
+ {
943
+ scope: [
944
+ 'keyword.control.at-rule.include punctuation.definition.keyword',
945
+ 'keyword.control.at-rule.mixin punctuation.definition.keyword',
946
+ 'meta.at-rule.include keyword.control.at-rule.include',
947
+ 'keyword.control.at-rule.extend punctuation.definition.keyword',
948
+ 'meta.at-rule.extend keyword.control.at-rule.extend',
949
+ 'entity.other.attribute-name.placeholder.css punctuation.definition.entity.css',
950
+ 'meta.at-rule.media keyword.control.at-rule.media',
951
+ 'meta.at-rule.mixin keyword.control.at-rule.mixin',
952
+ 'meta.at-rule.function keyword.control.at-rule.function',
953
+ 'keyword.control punctuation.definition.keyword',
954
+ ],
955
+ settings: {
956
+ foreground: '#9d7cd8',
957
+ },
958
+ },
959
+ {
960
+ scope: 'meta.property-list meta.at-rule.include',
961
+ settings: {
962
+ foreground: '#c0caf5',
963
+ },
964
+ },
965
+ {
966
+ scope: 'support.constant.property-value',
967
+ settings: {
968
+ foreground: '#ff9e64',
969
+ },
970
+ },
971
+ {
972
+ scope: ['entity.name.module.js', 'variable.import.parameter.js', 'variable.other.class.js'],
973
+ settings: {
974
+ foreground: '#c0caf5',
975
+ },
976
+ },
977
+ {
978
+ scope: 'variable.language',
979
+ settings: {
980
+ foreground: '#f7768e',
981
+ },
982
+ },
983
+ {
984
+ scope: 'variable.other punctuation.definition.variable',
985
+ settings: {
986
+ foreground: '#c0caf5',
987
+ },
988
+ },
989
+ {
990
+ scope: [
991
+ 'source.js constant.other.object.key.js string.unquoted.label.js',
992
+ 'variable.language.this punctuation.definition.variable',
993
+ 'keyword.other.this',
994
+ ],
995
+ settings: {
996
+ foreground: '#f7768e',
997
+ },
998
+ },
999
+ {
1000
+ scope: [
1001
+ 'entity.other.attribute-name',
1002
+ 'text.html.basic entity.other.attribute-name.html',
1003
+ 'text.html.basic entity.other.attribute-name',
1004
+ ],
1005
+ settings: {
1006
+ foreground: '#bb9af7',
1007
+ },
1008
+ },
1009
+ {
1010
+ scope: 'text.html constant.character.entity',
1011
+ settings: {
1012
+ foreground: '#0DB9D7',
1013
+ },
1014
+ },
1015
+ {
1016
+ scope: [
1017
+ 'entity.other.attribute-name.id.html',
1018
+ 'meta.directive.vue entity.other.attribute-name.html',
1019
+ ],
1020
+ settings: {
1021
+ foreground: '#bb9af7',
1022
+ },
1023
+ },
1024
+ {
1025
+ scope: 'source.sass keyword.control',
1026
+ settings: {
1027
+ foreground: '#7aa2f7',
1028
+ },
1029
+ },
1030
+ {
1031
+ scope: [
1032
+ 'entity.other.attribute-name.pseudo-class',
1033
+ 'entity.other.attribute-name.pseudo-element',
1034
+ 'entity.other.attribute-name.placeholder',
1035
+ 'meta.property-list meta.property-value',
1036
+ ],
1037
+ settings: {
1038
+ foreground: '#bb9af7',
1039
+ },
1040
+ },
1041
+ {
1042
+ scope: 'markup.inserted',
1043
+ settings: {
1044
+ foreground: '#449dab',
1045
+ },
1046
+ },
1047
+ {
1048
+ scope: 'markup.deleted',
1049
+ settings: {
1050
+ foreground: '#914c54',
1051
+ },
1052
+ },
1053
+ {
1054
+ scope: 'markup.changed',
1055
+ settings: {
1056
+ foreground: '#6183bb',
1057
+ },
1058
+ },
1059
+ {
1060
+ scope: 'string.regexp',
1061
+ settings: {
1062
+ foreground: '#b4f9f8',
1063
+ },
1064
+ },
1065
+ {
1066
+ scope: 'punctuation.definition.group',
1067
+ settings: {
1068
+ foreground: '#f7768e',
1069
+ },
1070
+ },
1071
+ {
1072
+ scope: ['constant.other.character-class.regexp'],
1073
+ settings: {
1074
+ foreground: '#bb9af7',
1075
+ },
1076
+ },
1077
+ {
1078
+ scope: [
1079
+ 'constant.other.character-class.set.regexp',
1080
+ 'punctuation.definition.character-class.regexp',
1081
+ ],
1082
+ settings: {
1083
+ foreground: '#e0af68',
1084
+ },
1085
+ },
1086
+ {
1087
+ scope: 'keyword.operator.quantifier.regexp',
1088
+ settings: {
1089
+ foreground: '#89ddff',
1090
+ },
1091
+ },
1092
+ {
1093
+ scope: 'constant.character.escape.backslash',
1094
+ settings: {
1095
+ foreground: '#c0caf5',
1096
+ },
1097
+ },
1098
+ {
1099
+ scope: 'constant.character.escape',
1100
+ settings: {
1101
+ foreground: '#89ddff',
1102
+ },
1103
+ },
1104
+ {
1105
+ scope: [
1106
+ 'tag.decorator.js entity.name.tag.js',
1107
+ 'tag.decorator.js punctuation.definition.tag.js',
1108
+ ],
1109
+ settings: {
1110
+ foreground: '#7aa2f7',
1111
+ },
1112
+ },
1113
+ {
1114
+ scope: 'keyword.other.unit',
1115
+ settings: {
1116
+ foreground: '#f7768e',
1117
+ },
1118
+ },
1119
+ {
1120
+ scope: ['source.json meta.structure.dictionary.json support.type.property-name.json'],
1121
+ settings: {
1122
+ foreground: '#7aa2f7',
1123
+ },
1124
+ },
1125
+ {
1126
+ scope: [
1127
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1128
+ ],
1129
+ settings: {
1130
+ foreground: '#0db9d7',
1131
+ },
1132
+ },
1133
+ {
1134
+ scope: [
1135
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1136
+ ],
1137
+ settings: {
1138
+ foreground: '#7dcfff',
1139
+ },
1140
+ },
1141
+ {
1142
+ scope: [
1143
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1144
+ ],
1145
+ settings: {
1146
+ foreground: '#bb9af7',
1147
+ },
1148
+ },
1149
+ {
1150
+ scope: [
1151
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1152
+ ],
1153
+ settings: {
1154
+ foreground: '#e0af68',
1155
+ },
1156
+ },
1157
+ {
1158
+ scope: [
1159
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1160
+ ],
1161
+ settings: {
1162
+ foreground: '#0db9d7',
1163
+ },
1164
+ },
1165
+ {
1166
+ scope: [
1167
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1168
+ ],
1169
+ settings: {
1170
+ foreground: '#73daca',
1171
+ },
1172
+ },
1173
+ {
1174
+ scope: [
1175
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1176
+ ],
1177
+ settings: {
1178
+ foreground: '#f7768e',
1179
+ },
1180
+ },
1181
+ {
1182
+ scope: [
1183
+ 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
1184
+ ],
1185
+ settings: {
1186
+ foreground: '#9ece6a',
1187
+ },
1188
+ },
1189
+ {
1190
+ scope: 'punctuation.definition.list_item.markdown',
1191
+ settings: {
1192
+ foreground: '#9abdf5',
1193
+ },
1194
+ },
1195
+ {
1196
+ scope: [
1197
+ 'meta.block',
1198
+ 'meta.brace',
1199
+ 'punctuation.definition.block',
1200
+ 'punctuation.definition.use',
1201
+ 'punctuation.definition.class',
1202
+ 'punctuation.definition.begin.bracket',
1203
+ 'punctuation.definition.end.bracket',
1204
+ 'punctuation.definition.switch-expression.begin.bracket',
1205
+ 'punctuation.definition.switch-expression.end.bracket',
1206
+ 'punctuation.definition.section.switch-block.begin.bracket',
1207
+ 'punctuation.definition.section.switch-block.end.bracket',
1208
+ 'punctuation.definition.group.shell',
1209
+ 'punctuation.definition.parameters',
1210
+ 'punctuation.definition.arguments',
1211
+ 'punctuation.definition.dictionary',
1212
+ 'punctuation.definition.array',
1213
+ 'punctuation.section',
1214
+ ],
1215
+ settings: {
1216
+ foreground: '#9abdf5',
1217
+ },
1218
+ },
1219
+ {
1220
+ scope: ['meta.embedded.block'],
1221
+ settings: {
1222
+ foreground: '#c0caf5',
1223
+ },
1224
+ },
1225
+ {
1226
+ scope: ['meta.tag JSXNested', 'meta.jsx.children', 'text.html', 'text.log'],
1227
+ settings: {
1228
+ foreground: '#9aa5ce',
1229
+ },
1230
+ },
1231
+ {
1232
+ scope: 'text.html.markdown markup.inline.raw.markdown',
1233
+ settings: {
1234
+ foreground: '#bb9af7',
1235
+ },
1236
+ },
1237
+ {
1238
+ scope: 'text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown',
1239
+ settings: {
1240
+ foreground: '#4E5579',
1241
+ },
1242
+ },
1243
+ {
1244
+ scope: [
1245
+ 'heading.1.markdown entity.name',
1246
+ 'heading.1.markdown punctuation.definition.heading.markdown',
1247
+ ],
1248
+ settings: {
1249
+ fontStyle: 'bold',
1250
+ foreground: '#89ddff',
1251
+ },
1252
+ },
1253
+ {
1254
+ scope: [
1255
+ 'heading.2.markdown entity.name',
1256
+ 'heading.2.markdown punctuation.definition.heading.markdown',
1257
+ ],
1258
+ settings: {
1259
+ fontStyle: 'bold',
1260
+ foreground: '#61bdf2',
1261
+ },
1262
+ },
1263
+ {
1264
+ scope: [
1265
+ 'heading.3.markdown entity.name',
1266
+ 'heading.3.markdown punctuation.definition.heading.markdown',
1267
+ ],
1268
+ settings: {
1269
+ fontStyle: 'bold',
1270
+ foreground: '#7aa2f7',
1271
+ },
1272
+ },
1273
+ {
1274
+ scope: [
1275
+ 'heading.4.markdown entity.name',
1276
+ 'heading.4.markdown punctuation.definition.heading.markdown',
1277
+ ],
1278
+ settings: {
1279
+ fontStyle: 'bold',
1280
+ foreground: '#6d91de',
1281
+ },
1282
+ },
1283
+ {
1284
+ scope: [
1285
+ 'heading.5.markdown entity.name',
1286
+ 'heading.5.markdown punctuation.definition.heading.markdown',
1287
+ ],
1288
+ settings: {
1289
+ fontStyle: 'bold',
1290
+ foreground: '#9aa5ce',
1291
+ },
1292
+ },
1293
+ {
1294
+ scope: [
1295
+ 'heading.6.markdown entity.name',
1296
+ 'heading.6.markdown punctuation.definition.heading.markdown',
1297
+ ],
1298
+ settings: {
1299
+ fontStyle: 'bold',
1300
+ foreground: '#747ca1',
1301
+ },
1302
+ },
1303
+ {
1304
+ scope: ['markup.italic', 'markup.italic punctuation'],
1305
+ settings: {
1306
+ fontStyle: 'italic',
1307
+ foreground: '#c0caf5',
1308
+ },
1309
+ },
1310
+ {
1311
+ scope: ['markup.bold', 'markup.bold punctuation'],
1312
+ settings: {
1313
+ fontStyle: 'bold',
1314
+ foreground: '#c0caf5',
1315
+ },
1316
+ },
1317
+ {
1318
+ scope: ['markup.bold markup.italic', 'markup.bold markup.italic punctuation'],
1319
+ settings: {
1320
+ fontStyle: 'bold italic',
1321
+ foreground: '#c0caf5',
1322
+ },
1323
+ },
1324
+ {
1325
+ scope: ['markup.underline', 'markup.underline punctuation'],
1326
+ settings: {
1327
+ fontStyle: 'underline',
1328
+ },
1329
+ },
1330
+ {
1331
+ scope: 'markup.quote punctuation.definition.blockquote.markdown',
1332
+ settings: {
1333
+ foreground: '#4e5579',
1334
+ },
1335
+ },
1336
+ {
1337
+ scope: 'markup.quote',
1338
+ settings: {
1339
+ fontStyle: 'italic',
1340
+ },
1341
+ },
1342
+ {
1343
+ scope: [
1344
+ 'string.other.link',
1345
+ 'markup.underline.link',
1346
+ 'constant.other.reference.link.markdown',
1347
+ 'string.other.link.description.title.markdown',
1348
+ ],
1349
+ settings: {
1350
+ foreground: '#73daca',
1351
+ },
1352
+ },
1353
+ {
1354
+ scope: [
1355
+ 'markup.fenced_code.block.markdown',
1356
+ 'markup.inline.raw.string.markdown',
1357
+ 'variable.language.fenced.markdown',
1358
+ ],
1359
+ settings: {
1360
+ foreground: '#89ddff',
1361
+ },
1362
+ },
1363
+ {
1364
+ scope: 'meta.separator',
1365
+ settings: {
1366
+ fontStyle: 'bold',
1367
+ foreground: '#51597d',
1368
+ },
1369
+ },
1370
+ {
1371
+ scope: 'markup.table',
1372
+ settings: {
1373
+ foreground: '#c0cefc',
1374
+ },
1375
+ },
1376
+ {
1377
+ scope: 'token.info-token',
1378
+ settings: {
1379
+ foreground: '#0db9d7',
1380
+ },
1381
+ },
1382
+ {
1383
+ scope: 'token.warn-token',
1384
+ settings: {
1385
+ foreground: '#ffdb69',
1386
+ },
1387
+ },
1388
+ {
1389
+ scope: 'token.error-token',
1390
+ settings: {
1391
+ foreground: '#db4b4b',
1392
+ },
1393
+ },
1394
+ {
1395
+ scope: 'token.debug-token',
1396
+ settings: {
1397
+ foreground: '#b267e6',
1398
+ },
1399
+ },
1400
+ {
1401
+ scope: 'entity.tag.apacheconf',
1402
+ settings: {
1403
+ foreground: '#f7768e',
1404
+ },
1405
+ },
1406
+ {
1407
+ scope: ['meta.preprocessor'],
1408
+ settings: {
1409
+ foreground: '#73daca',
1410
+ },
1411
+ },
1412
+ {
1413
+ scope: 'source.env',
1414
+ settings: {
1415
+ foreground: '#7aa2f7',
1416
+ },
1417
+ },
1418
+ ],
1419
+ type: 'dark',
1420
+ }