@brimveyn/aimux-config 0.4.4 → 0.4.6

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 +46 -131
  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,1233 +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: '#1b1e28',
8
- colors: {
9
- 'activityBar.activeBorder': '#a6accd',
10
- 'activityBar.background': '#1b1e28',
11
- 'activityBar.dropBorder': '#a6accd',
12
- 'activityBar.foreground': '#a6accd',
13
- 'activityBar.inactiveForeground': '#a6accd',
14
- 'activityBarBadge.background': '#303340',
15
- 'activityBarBadge.foreground': '#e4f0fb',
16
- 'badge.background': '#303340',
17
- 'badge.foreground': '#e4f0fb',
18
- 'breadcrumb.activeSelectionForeground': '#e4f0fb',
19
- 'breadcrumb.background': '#000000',
20
- 'breadcrumb.focusForeground': '#e4f0fb',
21
- 'breadcrumb.foreground': '#767c9d',
22
- 'breadcrumbPicker.background': '#1b1e28',
23
- 'button.background': '#303340',
24
- 'button.foreground': '#ffffff',
25
- 'button.hoverBackground': '#506477',
26
- 'button.secondaryBackground': '#a6accd',
27
- 'button.secondaryForeground': '#ffffff',
28
- 'button.secondaryHoverBackground': '#a6accd',
29
- 'charts.blue': '#ADD7FF',
30
- 'charts.foreground': '#a6accd',
31
- 'charts.green': '#5DE4c7',
32
- 'charts.lines': '#a6accd',
33
- 'charts.orange': '#89ddff',
34
- 'charts.purple': '#f087bd',
35
- 'charts.red': '#d0679d',
36
- 'charts.yellow': '#fffac2',
37
- 'checkbox.background': '#1b1e28',
38
- 'checkbox.border': '#ffffff',
39
- 'checkbox.foreground': '#e4f0fb',
40
- 'contrastBorder': '#000000',
41
- 'debugConsole.errorForeground': '#d0679d',
42
- 'debugConsole.infoForeground': '#ADD7FF',
43
- 'debugConsole.sourceForeground': '#a6accd',
44
- 'debugConsole.warningForeground': '#fffac2',
45
- 'debugConsoleInputIcon.foreground': '#a6accd',
46
- 'debugExceptionWidget.background': '#d0679d',
47
- 'debugExceptionWidget.border': '#d0679d',
48
- 'debugIcon.breakpointCurrentStackframeForeground': '#fffac2',
49
- 'debugIcon.breakpointDisabledForeground': '#7390AA',
50
- 'debugIcon.breakpointForeground': '#d0679d',
51
- 'debugIcon.breakpointStackframeForeground': '#5fb3a1',
52
- 'debugIcon.breakpointUnverifiedForeground': '#7390AA',
53
- 'debugIcon.continueForeground': '#ADD7FF',
54
- 'debugIcon.disconnectForeground': '#d0679d',
55
- 'debugIcon.pauseForeground': '#ADD7FF',
56
- 'debugIcon.restartForeground': '#5fb3a1',
57
- 'debugIcon.startForeground': '#5fb3a1',
58
- 'debugIcon.stepBackForeground': '#ADD7FF',
59
- 'debugIcon.stepIntoForeground': '#ADD7FF',
60
- 'debugIcon.stepOutForeground': '#ADD7FF',
61
- 'debugIcon.stepOverForeground': '#ADD7FF',
62
- 'debugIcon.stopForeground': '#d0679d',
63
- 'debugTokenExpression.boolean': '#89ddff',
64
- 'debugTokenExpression.error': '#d0679d',
65
- 'debugTokenExpression.name': '#e4f0fb',
66
- 'debugTokenExpression.number': '#5fb3a1',
67
- 'debugTokenExpression.string': '#89ddff',
68
- 'debugTokenExpression.value': '#a6accd',
69
- 'debugToolBar.background': '#303340',
70
- 'debugView.exceptionLabelBackground': '#d0679d',
71
- 'debugView.exceptionLabelForeground': '#e4f0fb',
72
- 'debugView.stateLabelBackground': '#303340',
73
- 'debugView.stateLabelForeground': '#a6accd',
74
- 'debugView.valueChangedHighlight': '#89ddff',
75
- 'descriptionForeground': '#a6accd',
76
- 'diffEditor.diagonalFill': '#a6accd',
77
- 'diffEditor.insertedLineBackground': '#27393e',
78
- 'diffEditor.insertedTextBackground': '#506477',
79
- 'diffEditor.removedLineBackground': '#3c2b3d',
80
- 'diffEditor.removedTextBackground': '#d0679d',
81
- 'dropdown.background': '#1b1e28',
82
- 'dropdown.border': '#ffffff',
83
- 'dropdown.foreground': '#e4f0fb',
84
- 'editor.background': '#1b1e28',
85
- 'editor.findMatchBackground': '#ADD7FF',
86
- 'editor.findMatchBorder': '#ADD7FF',
87
- 'editor.findMatchHighlightBackground': '#ADD7FF',
88
- 'editor.findRangeHighlightBackground': '#ADD7FF',
89
- 'editor.focusedStackFrameHighlightBackground': '#7abd7a',
90
- 'editor.foldBackground': '#717cb4',
91
- 'editor.foreground': '#a6accd',
92
- 'editor.hoverHighlightBackground': '#264f78',
93
- 'editor.inactiveSelectionBackground': '#717cb4',
94
- 'editor.lineHighlightBackground': '#717cb4',
95
- 'editor.lineHighlightBorder': '#000000',
96
- 'editor.linkedEditingBackground': '#d0679d',
97
- 'editor.rangeHighlightBackground': '#ffffff',
98
- 'editor.selectionBackground': '#717cb4',
99
- 'editor.selectionHighlightBackground': '#000000',
100
- 'editor.selectionHighlightBorder': '#ADD7FF',
101
- 'editor.snippetFinalTabstopHighlightBorder': '#525252',
102
- 'editor.snippetTabstopHighlightBackground': '#7c7c7c',
103
- 'editor.stackFrameHighlightBackground': '#ffff00',
104
- 'editor.symbolHighlightBackground': '#89ddff',
105
- 'editor.wordHighlightBackground': '#ADD7FF',
106
- 'editor.wordHighlightStrongBackground': '#ADD7FF',
107
- 'editorBracketMatch.background': '#000000',
108
- 'editorBracketMatch.border': '#e4f0fb',
109
- 'editorCodeLens.foreground': '#a6accd',
110
- 'editorCursor.foreground': '#a6accd',
111
- 'editorError.foreground': '#d0679d',
112
- 'editorGroup.border': '#000000',
113
- 'editorGroup.dropBackground': '#7390AA',
114
- 'editorGroupHeader.noTabsBackground': '#1b1e28',
115
- 'editorGroupHeader.tabsBackground': '#1b1e28',
116
- 'editorGutter.addedBackground': '#5fb3a1',
117
- 'editorGutter.background': '#1b1e28',
118
- 'editorGutter.commentRangeForeground': '#a6accd',
119
- 'editorGutter.deletedBackground': '#d0679d',
120
- 'editorGutter.foldingControlForeground': '#a6accd',
121
- 'editorGutter.modifiedBackground': '#ADD7FF',
122
- 'editorHint.foreground': '#7390AA',
123
- 'editorHoverWidget.background': '#1b1e28',
124
- 'editorHoverWidget.border': '#ffffff',
125
- 'editorHoverWidget.foreground': '#a6accd',
126
- 'editorHoverWidget.statusBarBackground': '#202430',
127
- 'editorIndentGuide.activeBackground': '#e3e4e2',
128
- 'editorIndentGuide.background': '#303340',
129
- 'editorInfo.foreground': '#ADD7FF',
130
- 'editorInlineHint.background': '#a6accd',
131
- 'editorInlineHint.foreground': '#1b1e28',
132
- 'editorLightBulb.foreground': '#fffac2',
133
- 'editorLightBulbAutoFix.foreground': '#ADD7FF',
134
- 'editorLineNumber.activeForeground': '#a6accd',
135
- 'editorLineNumber.foreground': '#767c9d',
136
- 'editorLink.activeForeground': '#ADD7FF',
137
- 'editorMarkerNavigation.background': '#2d2d30',
138
- 'editorMarkerNavigationError.background': '#d0679d',
139
- 'editorMarkerNavigationInfo.background': '#ADD7FF',
140
- 'editorMarkerNavigationWarning.background': '#fffac2',
141
- 'editorOverviewRuler.addedForeground': '#5fb3a1',
142
- 'editorOverviewRuler.border': '#000000',
143
- 'editorOverviewRuler.bracketMatchForeground': '#a0a0a0',
144
- 'editorOverviewRuler.commonContentForeground': '#a6accd',
145
- 'editorOverviewRuler.currentContentForeground': '#5fb3a1',
146
- 'editorOverviewRuler.deletedForeground': '#d0679d',
147
- 'editorOverviewRuler.errorForeground': '#d0679d',
148
- 'editorOverviewRuler.findMatchForeground': '#e4f0fb',
149
- 'editorOverviewRuler.incomingContentForeground': '#89ddff',
150
- 'editorOverviewRuler.infoForeground': '#ADD7FF',
151
- 'editorOverviewRuler.modifiedForeground': '#89ddff',
152
- 'editorOverviewRuler.rangeHighlightForeground': '#89ddff',
153
- 'editorOverviewRuler.selectionHighlightForeground': '#a0a0a0',
154
- 'editorOverviewRuler.warningForeground': '#fffac2',
155
- 'editorOverviewRuler.wordHighlightForeground': '#a0a0a0',
156
- 'editorOverviewRuler.wordHighlightStrongForeground': '#89ddff',
157
- 'editorPane.background': '#1b1e28',
158
- 'editorRuler.foreground': '#e4f0fb',
159
- 'editorSuggestWidget.background': '#1b1e28',
160
- 'editorSuggestWidget.border': '#ffffff',
161
- 'editorSuggestWidget.foreground': '#a6accd',
162
- 'editorSuggestWidget.highlightForeground': '#5DE4c7',
163
- 'editorSuggestWidget.selectedBackground': '#000000',
164
- 'editorUnnecessaryCode.opacity': '#000000',
165
- 'editorWarning.foreground': '#fffac2',
166
- 'editorWhitespace.foreground': '#303340',
167
- 'editorWidget.background': '#1b1e28',
168
- 'editorWidget.border': '#a6accd',
169
- 'editorWidget.foreground': '#a6accd',
170
- 'errorForeground': '#d0679d',
171
- 'extensionBadge.remoteBackground': '#303340',
172
- 'extensionBadge.remoteForeground': '#e4f0fb',
173
- 'extensionButton.prominentBackground': '#303340',
174
- 'extensionButton.prominentForeground': '#ffffff',
175
- 'extensionButton.prominentHoverBackground': '#303340',
176
- 'extensionIcon.starForeground': '#fffac2',
177
- 'focusBorder': '#000000',
178
- 'foreground': '#a6accd',
179
- 'gitDecoration.addedResourceForeground': '#5fb3a1',
180
- 'gitDecoration.conflictingResourceForeground': '#d0679d',
181
- 'gitDecoration.deletedResourceForeground': '#d0679d',
182
- 'gitDecoration.ignoredResourceForeground': '#767c9d',
183
- 'gitDecoration.modifiedResourceForeground': '#ADD7FF',
184
- 'gitDecoration.renamedResourceForeground': '#5DE4c7',
185
- 'gitDecoration.stageDeletedResourceForeground': '#d0679d',
186
- 'gitDecoration.stageModifiedResourceForeground': '#ADD7FF',
187
- 'gitDecoration.submoduleResourceForeground': '#89ddff',
188
- 'gitDecoration.untrackedResourceForeground': '#5DE4c7',
189
- 'icon.foreground': '#a6accd',
190
- 'imagePreview.border': '#303340',
191
- 'input.background': '#ffffff',
192
- 'input.border': '#ffffff',
193
- 'input.foreground': '#e4f0fb',
194
- 'input.placeholderForeground': '#a6accd',
195
- 'inputOption.activeBackground': '#000000',
196
- 'inputOption.activeBorder': '#000000',
197
- 'inputOption.activeForeground': '#ffffff',
198
- 'inputValidation.errorBackground': '#1b1e28',
199
- 'inputValidation.errorBorder': '#d0679d',
200
- 'inputValidation.errorForeground': '#d0679d',
201
- 'inputValidation.infoBackground': '#506477',
202
- 'inputValidation.infoBorder': '#89ddff',
203
- 'inputValidation.warningBackground': '#506477',
204
- 'inputValidation.warningBorder': '#fffac2',
205
- 'list.activeSelectionBackground': '#303340',
206
- 'list.activeSelectionForeground': '#e4f0fb',
207
- 'list.deemphasizedForeground': '#767c9d',
208
- 'list.dropBackground': '#506477',
209
- 'list.errorForeground': '#d0679d',
210
- 'list.filterMatchBackground': '#89ddff',
211
- 'list.focusBackground': '#303340',
212
- 'list.focusForeground': '#a6accd',
213
- 'list.focusOutline': '#000000',
214
- 'list.highlightForeground': '#5fb3a1',
215
- 'list.hoverBackground': '#303340',
216
- 'list.hoverForeground': '#e4f0fb',
217
- 'list.inactiveSelectionBackground': '#303340',
218
- 'list.inactiveSelectionForeground': '#e4f0fb',
219
- 'list.invalidItemForeground': '#fffac2',
220
- 'list.warningForeground': '#fffac2',
221
- 'listFilterWidget.background': '#303340',
222
- 'listFilterWidget.noMatchesOutline': '#d0679d',
223
- 'listFilterWidget.outline': '#000000',
224
- 'menu.background': '#1b1e28',
225
- 'menu.foreground': '#e4f0fb',
226
- 'menu.selectionBackground': '#303340',
227
- 'menu.selectionForeground': '#7390AA',
228
- 'menu.separatorBackground': '#767c9d',
229
- 'menubar.selectionBackground': '#717cb4',
230
- 'menubar.selectionForeground': '#a6accd',
231
- 'merge.commonContentBackground': '#a6accd',
232
- 'merge.commonHeaderBackground': '#a6accd',
233
- 'merge.currentContentBackground': '#5fb3a1',
234
- 'merge.currentHeaderBackground': '#5fb3a1',
235
- 'merge.incomingContentBackground': '#89ddff',
236
- 'merge.incomingHeaderBackground': '#89ddff',
237
- 'minimap.errorHighlight': '#d0679d',
238
- 'minimap.findMatchHighlight': '#ADD7FF',
239
- 'minimap.selectionHighlight': '#e4f0fb',
240
- 'minimap.warningHighlight': '#fffac2',
241
- 'minimapGutter.addedBackground': '#5fb3a1',
242
- 'minimapGutter.deletedBackground': '#d0679d',
243
- 'minimapGutter.modifiedBackground': '#ADD7FF',
244
- 'minimapSlider.activeBackground': '#a6accd',
245
- 'minimapSlider.background': '#a6accd',
246
- 'minimapSlider.hoverBackground': '#a6accd',
247
- 'notebook.cellBorderColor': '#1b1e28',
248
- 'notebook.cellInsertionIndicator': '#000000',
249
- 'notebook.cellStatusBarItemHoverBackground': '#ffffff',
250
- 'notebook.cellToolbarSeparator': '#303340',
251
- 'notebook.focusedCellBorder': '#000000',
252
- 'notebook.focusedEditorBorder': '#000000',
253
- 'notebook.focusedRowBorder': '#000000',
254
- 'notebook.inactiveFocusedCellBorder': '#000000',
255
- 'notebook.outputContainerBackgroundColor': '#1b1e28',
256
- 'notebook.rowHoverBackground': '#303340',
257
- 'notebook.selectedCellBackground': '#303340',
258
- 'notebook.selectedCellBorder': '#1b1e28',
259
- 'notebook.symbolHighlightBackground': '#ffffff',
260
- 'notebookScrollbarSlider.activeBackground': '#a6accd',
261
- 'notebookScrollbarSlider.background': '#000000',
262
- 'notebookScrollbarSlider.hoverBackground': '#a6accd',
263
- 'notebookStatusErrorIcon.foreground': '#d0679d',
264
- 'notebookStatusRunningIcon.foreground': '#a6accd',
265
- 'notebookStatusSuccessIcon.foreground': '#5fb3a1',
266
- 'notificationCenterHeader.background': '#303340',
267
- 'notificationLink.foreground': '#ADD7FF',
268
- 'notifications.background': '#1b1e28',
269
- 'notifications.border': '#303340',
270
- 'notifications.foreground': '#e4f0fb',
271
- 'notificationsErrorIcon.foreground': '#d0679d',
272
- 'notificationsInfoIcon.foreground': '#ADD7FF',
273
- 'notificationsWarningIcon.foreground': '#fffac2',
274
- 'panel.background': '#1b1e28',
275
- 'panel.border': '#000000',
276
- 'panel.dropBorder': '#a6accd',
277
- 'panelSection.border': '#1b1e28',
278
- 'panelSection.dropBackground': '#7390AA',
279
- 'panelSectionHeader.background': '#303340',
280
- 'panelTitle.activeBorder': '#a6accd',
281
- 'panelTitle.activeForeground': '#a6accd',
282
- 'panelTitle.inactiveForeground': '#a6accd',
283
- 'peekView.border': '#000000',
284
- 'peekViewEditor.background': '#a6accd',
285
- 'peekViewEditor.matchHighlightBackground': '#303340',
286
- 'peekViewEditorGutter.background': '#a6accd',
287
- 'peekViewResult.background': '#a6accd',
288
- 'peekViewResult.fileForeground': '#ffffff',
289
- 'peekViewResult.lineForeground': '#a6accd',
290
- 'peekViewResult.matchHighlightBackground': '#303340',
291
- 'peekViewResult.selectionBackground': '#717cb4',
292
- 'peekViewResult.selectionForeground': '#ffffff',
293
- 'peekViewTitle.background': '#a6accd',
294
- 'peekViewTitleDescription.foreground': '#a6accd',
295
- 'peekViewTitleLabel.foreground': '#ffffff',
296
- 'pickerGroup.border': '#a6accd',
297
- 'pickerGroup.foreground': '#89ddff',
298
- 'problemsErrorIcon.foreground': '#d0679d',
299
- 'problemsInfoIcon.foreground': '#ADD7FF',
300
- 'problemsWarningIcon.foreground': '#fffac2',
301
- 'progressBar.background': '#89ddff',
302
- 'quickInput.background': '#1b1e28',
303
- 'quickInput.foreground': '#a6accd',
304
- 'quickInputList.focusBackground': '#a6accd',
305
- 'quickInputTitle.background': '#ffffff',
306
- 'sash.hoverBorder': '#000000',
307
- 'scm.providerBorder': '#e4f0fb',
308
- 'scrollbar.shadow': '#000000',
309
- 'scrollbarSlider.activeBackground': '#a6accd',
310
- 'scrollbarSlider.background': '#000000',
311
- 'scrollbarSlider.hoverBackground': '#a6accd',
312
- 'searchEditor.findMatchBackground': '#ADD7FF',
313
- 'searchEditor.textInputBorder': '#ffffff',
314
- 'selection.background': '#a6accd',
315
- 'settings.checkboxBackground': '#1b1e28',
316
- 'settings.checkboxBorder': '#ffffff',
317
- 'settings.checkboxForeground': '#e4f0fb',
318
- 'settings.dropdownBackground': '#1b1e28',
319
- 'settings.dropdownBorder': '#ffffff',
320
- 'settings.dropdownForeground': '#e4f0fb',
321
- 'settings.dropdownListBorder': '#e4f0fb',
322
- 'settings.focusedRowBackground': '#000000',
323
- 'settings.headerForeground': '#e4f0fb',
324
- 'settings.modifiedItemIndicator': '#ADD7FF',
325
- 'settings.numberInputBackground': '#ffffff',
326
- 'settings.numberInputBorder': '#ffffff',
327
- 'settings.numberInputForeground': '#e4f0fb',
328
- 'settings.textInputBackground': '#ffffff',
329
- 'settings.textInputBorder': '#ffffff',
330
- 'settings.textInputForeground': '#e4f0fb',
331
- 'sideBar.background': '#1b1e28',
332
- 'sideBar.dropBackground': '#7390AA',
333
- 'sideBar.foreground': '#767c9d',
334
- 'sideBarSectionHeader.background': '#1b1e28',
335
- 'sideBarSectionHeader.foreground': '#a6accd',
336
- 'sideBarTitle.foreground': '#a6accd',
337
- 'statusBar.background': '#1b1e28',
338
- 'statusBar.debuggingBackground': '#303340',
339
- 'statusBar.debuggingForeground': '#ffffff',
340
- 'statusBar.foreground': '#a6accd',
341
- 'statusBar.noFolderBackground': '#1b1e28',
342
- 'statusBar.noFolderForeground': '#a6accd',
343
- 'statusBarItem.activeBackground': '#ffffff',
344
- 'statusBarItem.errorBackground': '#d0679d',
345
- 'statusBarItem.errorForeground': '#ffffff',
346
- 'statusBarItem.hoverBackground': '#ffffff',
347
- 'statusBarItem.prominentBackground': '#000000',
348
- 'statusBarItem.prominentForeground': '#a6accd',
349
- 'statusBarItem.prominentHoverBackground': '#000000',
350
- 'statusBarItem.remoteBackground': '#303340',
351
- 'statusBarItem.remoteForeground': '#e4f0fb',
352
- 'symbolIcon.arrayForeground': '#a6accd',
353
- 'symbolIcon.booleanForeground': '#a6accd',
354
- 'symbolIcon.classForeground': '#fffac2',
355
- 'symbolIcon.colorForeground': '#a6accd',
356
- 'symbolIcon.constantForeground': '#a6accd',
357
- 'symbolIcon.constructorForeground': '#f087bd',
358
- 'symbolIcon.enumeratorForeground': '#fffac2',
359
- 'symbolIcon.enumeratorMemberForeground': '#ADD7FF',
360
- 'symbolIcon.eventForeground': '#fffac2',
361
- 'symbolIcon.fieldForeground': '#ADD7FF',
362
- 'symbolIcon.fileForeground': '#a6accd',
363
- 'symbolIcon.folderForeground': '#a6accd',
364
- 'symbolIcon.functionForeground': '#f087bd',
365
- 'symbolIcon.interfaceForeground': '#ADD7FF',
366
- 'symbolIcon.keyForeground': '#a6accd',
367
- 'symbolIcon.keywordForeground': '#a6accd',
368
- 'symbolIcon.methodForeground': '#f087bd',
369
- 'symbolIcon.moduleForeground': '#a6accd',
370
- 'symbolIcon.namespaceForeground': '#a6accd',
371
- 'symbolIcon.nullForeground': '#a6accd',
372
- 'symbolIcon.numberForeground': '#a6accd',
373
- 'symbolIcon.objectForeground': '#a6accd',
374
- 'symbolIcon.operatorForeground': '#a6accd',
375
- 'symbolIcon.packageForeground': '#a6accd',
376
- 'symbolIcon.propertyForeground': '#a6accd',
377
- 'symbolIcon.referenceForeground': '#a6accd',
378
- 'symbolIcon.snippetForeground': '#a6accd',
379
- 'symbolIcon.stringForeground': '#a6accd',
380
- 'symbolIcon.structForeground': '#a6accd',
381
- 'symbolIcon.textForeground': '#a6accd',
382
- 'symbolIcon.typeParameterForeground': '#a6accd',
383
- 'symbolIcon.unitForeground': '#a6accd',
384
- 'symbolIcon.variableForeground': '#ADD7FF',
385
- 'tab.activeBackground': '#303340',
386
- 'tab.activeForeground': '#e4f0fb',
387
- 'tab.activeModifiedBorder': '#ADD7FF',
388
- 'tab.border': '#000000',
389
- 'tab.inactiveBackground': '#1b1e28',
390
- 'tab.inactiveForeground': '#767c9d',
391
- 'tab.inactiveModifiedBorder': '#ADD7FF',
392
- 'tab.lastPinnedBorder': '#000000',
393
- 'tab.unfocusedActiveBackground': '#1b1e28',
394
- 'tab.unfocusedActiveForeground': '#a6accd',
395
- 'tab.unfocusedActiveModifiedBorder': '#ADD7FF',
396
- 'tab.unfocusedInactiveBackground': '#1b1e28',
397
- 'tab.unfocusedInactiveForeground': '#a6accd',
398
- 'tab.unfocusedInactiveModifiedBorder': '#ADD7FF',
399
- 'terminal.ansiBlack': '#1b1e28',
400
- 'terminal.ansiBlue': '#89ddff',
401
- 'terminal.ansiBrightBlack': '#a6accd',
402
- 'terminal.ansiBrightBlue': '#ADD7FF',
403
- 'terminal.ansiBrightCyan': '#ADD7FF',
404
- 'terminal.ansiBrightGreen': '#5DE4c7',
405
- 'terminal.ansiBrightMagenta': '#f087bd',
406
- 'terminal.ansiBrightRed': '#d0679d',
407
- 'terminal.ansiBrightWhite': '#ffffff',
408
- 'terminal.ansiBrightYellow': '#fffac2',
409
- 'terminal.ansiCyan': '#89ddff',
410
- 'terminal.ansiGreen': '#5DE4c7',
411
- 'terminal.ansiMagenta': '#f087bd',
412
- 'terminal.ansiRed': '#d0679d',
413
- 'terminal.ansiWhite': '#ffffff',
414
- 'terminal.ansiYellow': '#fffac2',
415
- 'terminal.border': '#000000',
416
- 'terminal.foreground': '#a6accd',
417
- 'terminal.selectionBackground': '#717cb4',
418
- 'terminalCommandDecoration.defaultBackground': '#767c9d',
419
- 'terminalCommandDecoration.errorBackground': '#d0679d',
420
- 'terminalCommandDecoration.successBackground': '#5DE4c7',
421
- 'testing.iconErrored': '#d0679d',
422
- 'testing.iconFailed': '#d0679d',
423
- 'testing.iconPassed': '#5DE4c7',
424
- 'testing.iconQueued': '#fffac2',
425
- 'testing.iconSkipped': '#7390AA',
426
- 'testing.iconUnset': '#7390AA',
427
- 'testing.message.error.decorationForeground': '#d0679d',
428
- 'testing.message.error.lineBackground': '#d0679d',
429
- 'testing.message.hint.decorationForeground': '#7390AA',
430
- 'testing.message.info.decorationForeground': '#ADD7FF',
431
- 'testing.message.info.lineBackground': '#89ddff',
432
- 'testing.message.warning.decorationForeground': '#fffac2',
433
- 'testing.message.warning.lineBackground': '#fffac2',
434
- 'testing.peekBorder': '#d0679d',
435
- 'testing.runAction': '#5DE4c7',
436
- 'textBlockQuote.background': '#7390AA',
437
- 'textBlockQuote.border': '#89ddff',
438
- 'textCodeBlock.background': '#000000',
439
- 'textLink.activeForeground': '#ADD7FF',
440
- 'textLink.foreground': '#ADD7FF',
441
- 'textPreformat.foreground': '#e4f0fb',
442
- 'textSeparator.foreground': '#ffffff',
443
- 'titleBar.activeBackground': '#1b1e28',
444
- 'titleBar.activeForeground': '#a6accd',
445
- 'titleBar.inactiveBackground': '#1b1e28',
446
- 'titleBar.inactiveForeground': '#767c9d',
447
- 'tree.indentGuidesStroke': '#303340',
448
- 'tree.tableColumnsBorder': '#a6accd',
449
- 'welcomePage.progress.background': '#ffffff',
450
- 'welcomePage.progress.foreground': '#5fb3a1',
451
- 'welcomePage.tileBackground': '#1b1e28',
452
- 'welcomePage.tileHoverBackground': '#303340',
453
- 'widget.shadow': '#000000',
454
- },
455
- displayName: 'Poimandres',
456
- fg: '#a6accd',
457
- name: 'poimandres',
458
- settings: [
459
- {
460
- settings: {
461
- background: '#1b1e28',
462
- foreground: '#a6accd',
463
- },
464
- },
465
- {
466
- scope: ['comment', 'punctuation.definition.comment'],
467
- settings: {
468
- fontStyle: 'italic',
469
- foreground: '#767c9dB0',
470
- },
471
- },
472
- {
473
- scope: 'meta.parameters comment.block',
474
- settings: {
475
- fontStyle: 'italic',
476
- foreground: '#a6accd',
477
- },
478
- },
479
- {
480
- scope: [
481
- 'variable.other.constant.object',
482
- 'variable.other.readwrite.alias',
483
- 'meta.import variable.other.readwrite',
484
- ],
485
- settings: {
486
- foreground: '#ADD7FF',
487
- },
488
- },
489
- {
490
- scope: ['variable.other', 'support.type.object'],
491
- settings: {
492
- foreground: '#e4f0fb',
493
- },
494
- },
495
- {
496
- scope: [
497
- 'variable.other.object.property',
498
- 'variable.other.property',
499
- 'support.variable.property',
500
- ],
501
- settings: {
502
- foreground: '#e4f0fb',
503
- },
504
- },
505
- {
506
- scope: ['entity.name.function.method', 'string.unquoted', 'meta.object.member'],
507
- settings: {
508
- foreground: '#ADD7FF',
509
- },
510
- },
511
- {
512
- scope: [
513
- 'variable - meta.import',
514
- 'constant.other.placeholder',
515
- 'meta.object-literal.key-meta.object.member',
516
- ],
517
- settings: {
518
- foreground: '#e4f0fb',
519
- },
520
- },
521
- {
522
- scope: ['keyword.control.flow'],
523
- settings: {
524
- foreground: '#5DE4c7c0',
525
- },
526
- },
527
- {
528
- scope: ['keyword.operator.new', 'keyword.control.new'],
529
- settings: {
530
- foreground: '#5DE4c7',
531
- },
532
- },
533
- {
534
- scope: [
535
- 'variable.language.this',
536
- 'storage.modifier.async',
537
- 'storage.modifier',
538
- 'variable.language.super',
539
- ],
540
- settings: {
541
- foreground: '#5DE4c7',
542
- },
543
- },
544
- {
545
- scope: [
546
- 'support.class.error',
547
- 'keyword.control.trycatch',
548
- 'keyword.operator.expression.delete',
549
- 'keyword.operator.expression.void',
550
- 'keyword.operator.void',
551
- 'keyword.operator.delete',
552
- 'constant.language.null',
553
- 'constant.language.boolean.false',
554
- 'constant.language.undefined',
555
- ],
556
- settings: {
557
- foreground: '#d0679d',
558
- },
559
- },
560
- {
561
- scope: [
562
- 'variable.parameter',
563
- 'variable.other.readwrite.js',
564
- 'meta.definition.variable variable.other.constant',
565
- 'meta.definition.variable variable.other.readwrite',
566
- ],
567
- settings: {
568
- foreground: '#e4f0fb',
569
- },
570
- },
571
- {
572
- scope: ['constant.other.color'],
573
- settings: {
574
- foreground: '#ffffff',
575
- },
576
- },
577
- {
578
- scope: ['invalid', 'invalid.illegal'],
579
- settings: {
580
- foreground: '#d0679d',
581
- },
582
- },
583
- {
584
- scope: ['invalid.deprecated'],
585
- settings: {
586
- foreground: '#d0679d',
587
- },
588
- },
589
- {
590
- scope: ['keyword.control', 'keyword'],
591
- settings: {
592
- foreground: '#a6accd',
593
- },
594
- },
595
- {
596
- scope: ['keyword.operator', 'storage.type'],
597
- settings: {
598
- foreground: '#91B4D5',
599
- },
600
- },
601
- {
602
- scope: [
603
- 'keyword.control.module',
604
- 'keyword.control.import',
605
- 'keyword.control.export',
606
- 'keyword.control.default',
607
- 'meta.import',
608
- 'meta.export',
609
- ],
610
- settings: {
611
- foreground: '#5DE4c7',
612
- },
613
- },
614
- {
615
- scope: ['Keyword', 'Storage'],
616
- settings: {
617
- fontStyle: 'italic',
618
- },
619
- },
620
- {
621
- scope: ['keyword-meta.export'],
622
- settings: {
623
- foreground: '#ADD7FF',
624
- },
625
- },
626
- {
627
- scope: ['meta.brace', 'punctuation', 'keyword.operator.existential'],
628
- settings: {
629
- foreground: '#a6accd',
630
- },
631
- },
632
- {
633
- scope: [
634
- 'constant.other.color',
635
- 'meta.tag',
636
- 'punctuation.definition.tag',
637
- 'punctuation.separator.inheritance.php',
638
- 'punctuation.definition.tag.html',
639
- 'punctuation.definition.tag.begin.html',
640
- 'punctuation.definition.tag.end.html',
641
- 'punctuation.section.embedded',
642
- 'keyword.other.template',
643
- 'keyword.other.substitution',
644
- 'meta.objectliteral',
645
- ],
646
- settings: {
647
- foreground: '#e4f0fb',
648
- },
649
- },
650
- {
651
- scope: ['support.class.component'],
652
- settings: {
653
- foreground: '#5DE4c7',
654
- },
655
- },
656
- {
657
- scope: ['entity.name.tag', 'entity.name.tag', 'meta.tag.sgml', 'markup.deleted.git_gutter'],
658
- settings: {
659
- foreground: '#5DE4c7',
660
- },
661
- },
662
- {
663
- scope:
664
- 'variable.function, source meta.function-call entity.name.function, source meta.function-call entity.name.function, source meta.method-call entity.name.function, meta.class meta.group.braces.curly meta.function-call variable.function, meta.class meta.field.declaration meta.function-call entity.name.function, variable.function.constructor, meta.block meta.var.expr meta.function-call entity.name.function, support.function.console, meta.function-call support.function, meta.property.class variable.other.class, punctuation.definition.entity.css',
665
- settings: {
666
- foreground: '#e4f0fbd0',
667
- },
668
- },
669
- {
670
- scope:
671
- 'entity.name.function, meta.class entity.name.class, meta.class entity.name.type.class, meta.class meta.function-call variable.function, keyword.other.important',
672
- settings: {
673
- foreground: '#ADD7FF',
674
- },
675
- },
676
- {
677
- scope: ['source.cpp meta.block variable.other'],
678
- settings: {
679
- foreground: '#ADD7FF',
680
- },
681
- },
682
- {
683
- scope: ['support.other.variable', 'string.other.link'],
684
- settings: {
685
- foreground: '#5DE4c7',
686
- },
687
- },
688
- {
689
- scope: [
690
- 'constant.numeric',
691
- 'support.constant',
692
- 'constant.character',
693
- 'constant.escape',
694
- 'keyword.other.unit',
695
- 'keyword.other',
696
- 'string',
697
- 'constant.language',
698
- 'constant.other.symbol',
699
- 'constant.other.key',
700
- 'markup.heading',
701
- 'markup.inserted.git_gutter',
702
- 'meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js',
703
- 'text.html.derivative',
704
- ],
705
- settings: {
706
- foreground: '#5DE4c7',
707
- },
708
- },
709
- {
710
- scope: ['entity.other.inherited-class'],
711
- settings: {
712
- foreground: '#ADD7FF',
713
- },
714
- },
715
- {
716
- scope: ['meta.type.declaration'],
717
- settings: {
718
- foreground: '#ADD7FF',
719
- },
720
- },
721
- {
722
- scope: ['entity.name.type.alias'],
723
- settings: {
724
- foreground: '#a6accd',
725
- },
726
- },
727
- {
728
- scope: ['keyword.control.as', 'entity.name.type', 'support.type'],
729
- settings: {
730
- foreground: '#a6accdC0',
731
- },
732
- },
733
- {
734
- scope: [
735
- 'entity.name',
736
- 'support.orther.namespace.use.php',
737
- 'meta.use.php',
738
- 'support.other.namespace.php',
739
- 'markup.changed.git_gutter',
740
- 'support.type.sys-types',
741
- ],
742
- settings: {
743
- foreground: '#91B4D5',
744
- },
745
- },
746
- {
747
- scope: ['support.class', 'support.constant', 'variable.other.constant.object'],
748
- settings: {
749
- foreground: '#ADD7FF',
750
- },
751
- },
752
- {
753
- scope: [
754
- 'source.css support.type.property-name',
755
- 'source.sass support.type.property-name',
756
- 'source.scss support.type.property-name',
757
- 'source.less support.type.property-name',
758
- 'source.stylus support.type.property-name',
759
- 'source.postcss support.type.property-name',
760
- ],
761
- settings: {
762
- foreground: '#ADD7FF',
763
- },
764
- },
765
- {
766
- scope: ['entity.name.module.js', 'variable.import.parameter.js', 'variable.other.class.js'],
767
- settings: {
768
- foreground: '#e4f0fb',
769
- },
770
- },
771
- {
772
- scope: ['variable.language'],
773
- settings: {
774
- fontStyle: 'italic',
775
- foreground: '#ADD7FF',
776
- },
777
- },
778
- {
779
- scope: ['entity.name.method.js'],
780
- settings: {
781
- fontStyle: 'italic',
782
- foreground: '#91B4D5',
783
- },
784
- },
785
- {
786
- scope: ['meta.class-method.js entity.name.function.js', 'variable.function.constructor'],
787
- settings: {
788
- foreground: '#91B4D5',
789
- },
790
- },
791
- {
792
- scope: ['entity.other.attribute-name'],
793
- settings: {
794
- fontStyle: 'italic',
795
- foreground: '#91B4D5',
796
- },
797
- },
798
- {
799
- scope: [
800
- 'text.html.basic entity.other.attribute-name.html',
801
- 'text.html.basic entity.other.attribute-name',
802
- ],
803
- settings: {
804
- fontStyle: 'italic',
805
- foreground: '#5fb3a1',
806
- },
807
- },
808
- {
809
- scope: ['entity.other.attribute-name.class'],
810
- settings: {
811
- foreground: '#5fb3a1',
812
- },
813
- },
814
- {
815
- scope: ['source.sass keyword.control'],
816
- settings: {
817
- foreground: '#42675A',
818
- },
819
- },
820
- {
821
- scope: ['markup.inserted'],
822
- settings: {
823
- foreground: '#ADD7FF',
824
- },
825
- },
826
- {
827
- scope: ['markup.deleted'],
828
- settings: {
829
- foreground: '#506477',
830
- },
831
- },
832
- {
833
- scope: ['markup.changed'],
834
- settings: {
835
- foreground: '#91B4D5',
836
- },
837
- },
838
- {
839
- scope: ['string.regexp'],
840
- settings: {
841
- foreground: '#5fb3a1',
842
- },
843
- },
844
- {
845
- scope: ['constant.character.escape'],
846
- settings: {
847
- foreground: '#5fb3a1',
848
- },
849
- },
850
- {
851
- scope: ['*url*', '*link*', '*uri*'],
852
- settings: {
853
- fontStyle: 'underline',
854
- foreground: '#ADD7FF',
855
- },
856
- },
857
- {
858
- scope: [
859
- 'tag.decorator.js entity.name.tag.js',
860
- 'tag.decorator.js punctuation.definition.tag.js',
861
- ],
862
- settings: {
863
- fontStyle: 'italic',
864
- foreground: '#42675A',
865
- },
866
- },
867
- {
868
- scope: ['source.js constant.other.object.key.js string.unquoted.label.js'],
869
- settings: {
870
- fontStyle: 'italic',
871
- foreground: '#5fb3a1',
872
- },
873
- },
874
- {
875
- scope: ['source.json meta.structure.dictionary.json support.type.property-name.json'],
876
- settings: {
877
- foreground: '#e4f0fb',
878
- },
879
- },
880
- {
881
- scope: [
882
- 'source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json',
883
- ],
884
- settings: {
885
- foreground: '#ADD7FF',
886
- },
887
- },
888
- {
889
- scope: [
890
- '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',
891
- ],
892
- settings: {
893
- foreground: '#91B4D5',
894
- },
895
- },
896
- {
897
- scope: [
898
- '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',
899
- ],
900
- settings: {
901
- foreground: '#7390AA',
902
- },
903
- },
904
- {
905
- scope: [
906
- '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',
907
- ],
908
- settings: {
909
- foreground: '#e4f0fb',
910
- },
911
- },
912
- {
913
- scope: [
914
- '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',
915
- ],
916
- settings: {
917
- foreground: '#ADD7FF',
918
- },
919
- },
920
- {
921
- scope: [
922
- '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',
923
- ],
924
- settings: {
925
- foreground: '#91B4D5',
926
- },
927
- },
928
- {
929
- scope: [
930
- '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',
931
- ],
932
- settings: {
933
- foreground: '#7390AA',
934
- },
935
- },
936
- {
937
- scope: [
938
- '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',
939
- ],
940
- settings: {
941
- foreground: '#e4f0fb',
942
- },
943
- },
944
- {
945
- scope: ['text.html.markdown', 'punctuation.definition.list_item.markdown'],
946
- settings: {
947
- foreground: '#e4f0fb',
948
- },
949
- },
950
- {
951
- scope: ['text.html.markdown markup.inline.raw.markdown'],
952
- settings: {
953
- foreground: '#ADD7FF',
954
- },
955
- },
956
- {
957
- scope: ['text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown'],
958
- settings: {
959
- foreground: '#91B4D5',
960
- },
961
- },
962
- {
963
- scope: [
964
- 'markdown.heading',
965
- 'markup.heading | markup.heading entity.name',
966
- 'markup.heading.markdown punctuation.definition.heading.markdown',
967
- ],
968
- settings: {
969
- foreground: '#e4f0fb',
970
- },
971
- },
972
- {
973
- scope: ['markup.italic'],
974
- settings: {
975
- fontStyle: 'italic',
976
- foreground: '#7390AA',
977
- },
978
- },
979
- {
980
- scope: ['markup.bold', 'markup.bold string'],
981
- settings: {
982
- fontStyle: 'bold',
983
- foreground: '#7390AA',
984
- },
985
- },
986
- {
987
- scope: [
988
- 'markup.bold markup.italic',
989
- 'markup.italic markup.bold',
990
- 'markup.quote markup.bold',
991
- 'markup.bold markup.italic string',
992
- 'markup.italic markup.bold string',
993
- 'markup.quote markup.bold string',
994
- ],
995
- settings: {
996
- fontStyle: 'bold',
997
- foreground: '#7390AA',
998
- },
999
- },
1000
- {
1001
- scope: ['markup.underline'],
1002
- settings: {
1003
- fontStyle: 'underline',
1004
- foreground: '#7390AA',
1005
- },
1006
- },
1007
- {
1008
- scope: ['markup.strike'],
1009
- settings: {
1010
- fontStyle: 'italic',
1011
- },
1012
- },
1013
- {
1014
- scope: ['markup.quote punctuation.definition.blockquote.markdown'],
1015
- settings: {
1016
- foreground: '#5DE4c7',
1017
- },
1018
- },
1019
- {
1020
- scope: ['markup.quote'],
1021
- settings: {
1022
- fontStyle: 'italic',
1023
- },
1024
- },
1025
- {
1026
- scope: ['string.other.link.title.markdown'],
1027
- settings: {
1028
- foreground: '#ADD7FF',
1029
- },
1030
- },
1031
- {
1032
- scope: ['string.other.link.description.title.markdown'],
1033
- settings: {
1034
- foreground: '#ADD7FF',
1035
- },
1036
- },
1037
- {
1038
- scope: ['constant.other.reference.link.markdown'],
1039
- settings: {
1040
- foreground: '#ADD7FF',
1041
- },
1042
- },
1043
- {
1044
- scope: ['markup.raw.block'],
1045
- settings: {
1046
- foreground: '#ADD7FF',
1047
- },
1048
- },
1049
- {
1050
- scope: ['markup.raw.block.fenced.markdown'],
1051
- settings: {
1052
- foreground: '#50647750',
1053
- },
1054
- },
1055
- {
1056
- scope: ['punctuation.definition.fenced.markdown'],
1057
- settings: {
1058
- foreground: '#50647750',
1059
- },
1060
- },
1061
- {
1062
- scope: [
1063
- 'markup.raw.block.fenced.markdown',
1064
- 'variable.language.fenced.markdown',
1065
- 'punctuation.section.class.end',
1066
- ],
1067
- settings: {
1068
- foreground: '#91B4D5',
1069
- },
1070
- },
1071
- {
1072
- scope: ['variable.language.fenced.markdown'],
1073
- settings: {
1074
- foreground: '#91B4D5',
1075
- },
1076
- },
1077
- {
1078
- scope: ['meta.separator'],
1079
- settings: {
1080
- fontStyle: 'bold',
1081
- foreground: '#7390AA',
1082
- },
1083
- },
1084
- {
1085
- scope: ['markup.table'],
1086
- settings: {
1087
- foreground: '#ADD7FF',
1088
- },
1089
- },
1090
- {
1091
- scope: 'token.info-token',
1092
- settings: {
1093
- foreground: '#89ddff',
1094
- },
1095
- },
1096
- {
1097
- scope: 'token.warn-token',
1098
- settings: {
1099
- foreground: '#fffac2',
1100
- },
1101
- },
1102
- {
1103
- scope: 'token.error-token',
1104
- settings: {
1105
- foreground: '#d0679d',
1106
- },
1107
- },
1108
- {
1109
- scope: 'token.debug-token',
1110
- settings: {
1111
- foreground: '#e4f0fb',
1112
- },
1113
- },
1114
- {
1115
- scope: [
1116
- 'entity.name.section.markdown',
1117
- 'markup.heading.setext.1.markdown',
1118
- 'markup.heading.setext.2.markdown',
1119
- ],
1120
- settings: {
1121
- fontStyle: 'bold',
1122
- foreground: '#e4f0fb',
1123
- },
1124
- },
1125
- {
1126
- scope: 'meta.paragraph.markdown',
1127
- settings: {
1128
- foreground: '#e4f0fbd0',
1129
- },
1130
- },
1131
- {
1132
- scope: ['punctuation.definition.from-file.diff', 'meta.diff.header.from-file'],
1133
- settings: {
1134
- foreground: '#506477',
1135
- },
1136
- },
1137
- {
1138
- scope: 'markup.inline.raw.string.markdown',
1139
- settings: {
1140
- foreground: '#7390AA',
1141
- },
1142
- },
1143
- {
1144
- scope: 'meta.separator.markdown',
1145
- settings: {
1146
- foreground: '#767c9d',
1147
- },
1148
- },
1149
- {
1150
- scope: 'markup.bold.markdown',
1151
- settings: {
1152
- fontStyle: 'bold',
1153
- },
1154
- },
1155
- {
1156
- scope: 'markup.italic.markdown',
1157
- settings: {
1158
- fontStyle: 'italic',
1159
- },
1160
- },
1161
- {
1162
- scope: [
1163
- 'beginning.punctuation.definition.list.markdown',
1164
- 'punctuation.definition.list.begin.markdown',
1165
- 'markup.list.unnumbered.markdown',
1166
- ],
1167
- settings: {
1168
- foreground: '#ADD7FF',
1169
- },
1170
- },
1171
- {
1172
- scope: [
1173
- 'string.other.link.description.title.markdown punctuation.definition.string.markdown',
1174
- 'meta.link.inline.markdown string.other.link.description.title.markdown',
1175
- 'string.other.link.description.title.markdown punctuation.definition.string.begin.markdown',
1176
- 'string.other.link.description.title.markdown punctuation.definition.string.end.markdown',
1177
- 'meta.image.inline.markdown string.other.link.description.title.markdown',
1178
- ],
1179
- settings: {
1180
- fontStyle: '',
1181
- foreground: '#ADD7FF',
1182
- },
1183
- },
1184
- {
1185
- scope: [
1186
- 'meta.link.inline.markdown string.other.link.title.markdown',
1187
- 'meta.link.reference.markdown string.other.link.title.markdown',
1188
- 'meta.link.reference.def.markdown markup.underline.link.markdown',
1189
- ],
1190
- settings: {
1191
- fontStyle: 'underline',
1192
- foreground: '#ADD7FF',
1193
- },
1194
- },
1195
- {
1196
- scope: ['markup.underline.link.markdown', 'string.other.link.description.title.markdown'],
1197
- settings: {
1198
- foreground: '#5DE4c7',
1199
- },
1200
- },
1201
- {
1202
- scope: ['fenced_code.block.language', 'markup.inline.raw.markdown'],
1203
- settings: {
1204
- foreground: '#ADD7FF',
1205
- },
1206
- },
1207
- {
1208
- scope: [
1209
- 'punctuation.definition.markdown',
1210
- 'punctuation.definition.raw.markdown',
1211
- 'punctuation.definition.heading.markdown',
1212
- 'punctuation.definition.bold.markdown',
1213
- 'punctuation.definition.italic.markdown',
1214
- ],
1215
- settings: {
1216
- foreground: '#ADD7FF',
1217
- },
1218
- },
1219
- {
1220
- scope: ['source.ignore', 'log.error', 'log.exception'],
1221
- settings: {
1222
- foreground: '#d0679d',
1223
- },
1224
- },
1225
- {
1226
- scope: ['log.verbose'],
1227
- settings: {
1228
- foreground: '#a6accd',
1229
- },
1230
- },
1231
- ],
1232
- type: 'dark',
1233
- }