@brimveyn/aimux-config 0.4.3 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +11 -8
  3. package/src/defaults.ts +3 -2
  4. package/src/house-themes.ts +44 -302
  5. package/src/index.ts +20 -16
  6. package/src/palette-to-shiki.ts +134 -0
  7. package/src/palette-utils.ts +92 -0
  8. package/src/resolver.ts +0 -1
  9. package/src/themes/opencode.ts +1460 -0
  10. package/src/themes.ts +18 -88
  11. package/src/types.ts +42 -130
  12. package/src/normalize-theme.ts +0 -260
  13. package/src/themes/generated/andromeeda.ts +0 -346
  14. package/src/themes/generated/aurora-x.ts +0 -603
  15. package/src/themes/generated/ayu-dark.ts +0 -817
  16. package/src/themes/generated/ayu-light.ts +0 -817
  17. package/src/themes/generated/ayu-mirage.ts +0 -817
  18. package/src/themes/generated/catppuccin-frappe.ts +0 -2041
  19. package/src/themes/generated/catppuccin-latte.ts +0 -2041
  20. package/src/themes/generated/catppuccin-macchiato.ts +0 -2041
  21. package/src/themes/generated/catppuccin-mocha.ts +0 -2041
  22. package/src/themes/generated/dark-plus.ts +0 -614
  23. package/src/themes/generated/dracula-soft.ts +0 -947
  24. package/src/themes/generated/dracula.ts +0 -947
  25. package/src/themes/generated/everforest-dark.ts +0 -2246
  26. package/src/themes/generated/everforest-light.ts +0 -2246
  27. package/src/themes/generated/github-dark-default.ts +0 -605
  28. package/src/themes/generated/github-dark-dimmed.ts +0 -605
  29. package/src/themes/generated/github-dark-high-contrast.ts +0 -608
  30. package/src/themes/generated/github-dark.ts +0 -519
  31. package/src/themes/generated/github-light-default.ts +0 -602
  32. package/src/themes/generated/github-light-high-contrast.ts +0 -604
  33. package/src/themes/generated/github-light.ts +0 -515
  34. package/src/themes/generated/gruvbox-dark-hard.ts +0 -1124
  35. package/src/themes/generated/gruvbox-dark-medium.ts +0 -1124
  36. package/src/themes/generated/gruvbox-dark-soft.ts +0 -1124
  37. package/src/themes/generated/gruvbox-light-hard.ts +0 -1124
  38. package/src/themes/generated/gruvbox-light-medium.ts +0 -1124
  39. package/src/themes/generated/gruvbox-light-soft.ts +0 -1124
  40. package/src/themes/generated/horizon-bright.ts +0 -420
  41. package/src/themes/generated/horizon.ts +0 -418
  42. package/src/themes/generated/houston.ts +0 -1819
  43. package/src/themes/generated/index.ts +0 -140
  44. package/src/themes/generated/kanagawa-dragon.ts +0 -753
  45. package/src/themes/generated/kanagawa-lotus.ts +0 -753
  46. package/src/themes/generated/kanagawa-wave.ts +0 -753
  47. package/src/themes/generated/laserwave.ts +0 -489
  48. package/src/themes/generated/light-plus.ts +0 -639
  49. package/src/themes/generated/material-theme-darker.ts +0 -759
  50. package/src/themes/generated/material-theme-lighter.ts +0 -759
  51. package/src/themes/generated/material-theme-ocean.ts +0 -759
  52. package/src/themes/generated/material-theme-palenight.ts +0 -759
  53. package/src/themes/generated/material-theme.ts +0 -759
  54. package/src/themes/generated/min-dark.ts +0 -326
  55. package/src/themes/generated/min-light.ts +0 -331
  56. package/src/themes/generated/monokai.ts +0 -463
  57. package/src/themes/generated/night-owl-light.ts +0 -1526
  58. package/src/themes/generated/night-owl.ts +0 -1628
  59. package/src/themes/generated/nord.ts +0 -1277
  60. package/src/themes/generated/one-dark-pro.ts +0 -1920
  61. package/src/themes/generated/one-light.ts +0 -1599
  62. package/src/themes/generated/plastic.ts +0 -315
  63. package/src/themes/generated/poimandres.ts +0 -1233
  64. package/src/themes/generated/red.ts +0 -395
  65. package/src/themes/generated/rose-pine-dawn.ts +0 -696
  66. package/src/themes/generated/rose-pine-moon.ts +0 -696
  67. package/src/themes/generated/rose-pine.ts +0 -696
  68. package/src/themes/generated/slack-dark.ts +0 -594
  69. package/src/themes/generated/slack-ochin.ts +0 -461
  70. package/src/themes/generated/snazzy-light.ts +0 -1254
  71. package/src/themes/generated/solarized-dark.ts +0 -387
  72. package/src/themes/generated/solarized-light.ts +0 -379
  73. package/src/themes/generated/synthwave-84.ts +0 -751
  74. package/src/themes/generated/tokyo-night.ts +0 -1420
  75. package/src/themes/generated/vesper.ts +0 -578
  76. package/src/themes/generated/vitesse-black.ts +0 -629
  77. package/src/themes/generated/vitesse-dark.ts +0 -629
  78. package/src/themes/generated/vitesse-light.ts +0 -627
@@ -1,1124 +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: '#f9f5d7',
8
- colors: {
9
- 'activityBar.background': '#f9f5d7',
10
- 'activityBar.border': '#ebdbb2',
11
- 'activityBar.foreground': '#3c3836',
12
- 'activityBarBadge.background': '#458588',
13
- 'activityBarBadge.foreground': '#ebdbb2',
14
- 'activityBarTop.background': '#f9f5d7',
15
- 'activityBarTop.foreground': '#3c3836',
16
- 'badge.background': '#b16286',
17
- 'badge.foreground': '#ebdbb2',
18
- 'button.background': '#458588',
19
- 'button.foreground': '#3c3836',
20
- 'button.hoverBackground': '#458588',
21
- 'contrastBorder': '#ebdbb2',
22
- 'debugToolBar.background': '#f9f5d7',
23
- 'descriptionForeground': '#bdae93',
24
- 'diffEditor.insertedLineBackground': '#d7d3ba',
25
- 'diffEditor.insertedTextBackground': '#79740e',
26
- 'diffEditor.removedLineBackground': '#f1cfb6',
27
- 'diffEditor.removedTextBackground': '#9d0006',
28
- 'dropdown.background': '#f9f5d7',
29
- 'dropdown.border': '#ebdbb2',
30
- 'dropdown.foreground': '#3c3836',
31
- 'editor.background': '#f9f5d7',
32
- 'editor.findMatchBackground': '#076678',
33
- 'editor.findMatchHighlightBackground': '#af3a03',
34
- 'editor.findRangeHighlightBackground': '#076678',
35
- 'editor.foreground': '#3c3836',
36
- 'editor.hoverHighlightBackground': '#689d6a',
37
- 'editor.lineHighlightBackground': '#ebdbb2',
38
- 'editor.lineHighlightBorder': '#000',
39
- 'editor.selectionBackground': '#689d6a',
40
- 'editor.selectionHighlightBackground': '#b57614',
41
- 'editorBracketHighlight.foreground1': '#b16286',
42
- 'editorBracketHighlight.foreground2': '#458588',
43
- 'editorBracketHighlight.foreground3': '#689d6a',
44
- 'editorBracketHighlight.foreground4': '#98971a',
45
- 'editorBracketHighlight.foreground5': '#d79921',
46
- 'editorBracketHighlight.foreground6': '#d65d0e',
47
- 'editorBracketHighlight.unexpectedBracket.foreground': '#cc241d',
48
- 'editorBracketMatch.background': '#928374',
49
- 'editorBracketMatch.border': '#000',
50
- 'editorCodeLens.foreground': '#7c6f64',
51
- 'editorCursor.foreground': '#3c3836',
52
- 'editorError.foreground': '#cc241d',
53
- 'editorGhostText.background': '#bdae93',
54
- 'editorGroup.border': '#ebdbb2',
55
- 'editorGroup.dropBackground': '#ebdbb2',
56
- 'editorGroupHeader.noTabsBackground': '#f9f5d7',
57
- 'editorGroupHeader.tabsBackground': '#f9f5d7',
58
- 'editorGroupHeader.tabsBorder': '#ebdbb2',
59
- 'editorGutter.addedBackground': '#79740e',
60
- 'editorGutter.background': '#000',
61
- 'editorGutter.deletedBackground': '#9d0006',
62
- 'editorGutter.modifiedBackground': '#076678',
63
- 'editorHoverWidget.background': '#f9f5d7',
64
- 'editorHoverWidget.border': '#ebdbb2',
65
- 'editorIndentGuide.activeBackground': '#bdae93',
66
- 'editorInfo.foreground': '#458588',
67
- 'editorLineNumber.foreground': '#bdae93',
68
- 'editorLink.activeForeground': '#3c3836',
69
- 'editorOverviewRuler.addedForeground': '#076678',
70
- 'editorOverviewRuler.border': '#000',
71
- 'editorOverviewRuler.commonContentForeground': '#928374',
72
- 'editorOverviewRuler.currentContentForeground': '#458588',
73
- 'editorOverviewRuler.deletedForeground': '#076678',
74
- 'editorOverviewRuler.errorForeground': '#9d0006',
75
- 'editorOverviewRuler.findMatchForeground': '#665c54',
76
- 'editorOverviewRuler.incomingContentForeground': '#689d6a',
77
- 'editorOverviewRuler.infoForeground': '#8f3f71',
78
- 'editorOverviewRuler.modifiedForeground': '#076678',
79
- 'editorOverviewRuler.rangeHighlightForeground': '#665c54',
80
- 'editorOverviewRuler.selectionHighlightForeground': '#bdae93',
81
- 'editorOverviewRuler.warningForeground': '#d79921',
82
- 'editorOverviewRuler.wordHighlightForeground': '#bdae93',
83
- 'editorOverviewRuler.wordHighlightStrongForeground': '#bdae93',
84
- 'editorRuler.foreground': '#7c6f64',
85
- 'editorStickyScroll.shadow': '#d5c4a1',
86
- 'editorStickyScrollHover.background': '#ebdbb2',
87
- 'editorSuggestWidget.background': '#f9f5d7',
88
- 'editorSuggestWidget.border': '#ebdbb2',
89
- 'editorSuggestWidget.foreground': '#3c3836',
90
- 'editorSuggestWidget.highlightForeground': '#689d6a',
91
- 'editorSuggestWidget.selectedBackground': '#ebdbb2',
92
- 'editorWarning.foreground': '#d79921',
93
- 'editorWhitespace.foreground': '#7c6f64',
94
- 'editorWidget.background': '#f9f5d7',
95
- 'editorWidget.border': '#ebdbb2',
96
- 'errorForeground': '#9d0006',
97
- 'extensionButton.prominentBackground': '#79740e',
98
- 'extensionButton.prominentHoverBackground': '#79740e',
99
- 'focusBorder': '#ebdbb2',
100
- 'foreground': '#3c3836',
101
- 'gitDecoration.addedResourceForeground': '#3c3836',
102
- 'gitDecoration.conflictingResourceForeground': '#b16286',
103
- 'gitDecoration.deletedResourceForeground': '#cc241d',
104
- 'gitDecoration.ignoredResourceForeground': '#a89984',
105
- 'gitDecoration.modifiedResourceForeground': '#d79921',
106
- 'gitDecoration.untrackedResourceForeground': '#98971a',
107
- 'gitlens.closedAutolinkedIssueIconColor': '#b16286',
108
- 'gitlens.closedPullRequestIconColor': '#cc241d',
109
- 'gitlens.decorations.branchAheadForegroundColor': '#98971a',
110
- 'gitlens.decorations.branchBehindForegroundColor': '#d65d0e',
111
- 'gitlens.decorations.branchDivergedForegroundColor': '#d79921',
112
- 'gitlens.decorations.branchMissingUpstreamForegroundColor': '#cc241d',
113
- 'gitlens.decorations.statusMergingOrRebasingConflictForegroundColor': '#cc241d',
114
- 'gitlens.decorations.statusMergingOrRebasingForegroundColor': '#d79921',
115
- 'gitlens.decorations.workspaceCurrentForegroundColor': '#98971a',
116
- 'gitlens.decorations.workspaceRepoMissingForegroundColor': '#a89984',
117
- 'gitlens.decorations.workspaceRepoOpenForegroundColor': '#98971a',
118
- 'gitlens.decorations.worktreeHasUncommittedChangesForegroundColor': '#928374',
119
- 'gitlens.decorations.worktreeMissingForegroundColor': '#cc241d',
120
- 'gitlens.graphChangesColumnAddedColor': '#98971a',
121
- 'gitlens.graphChangesColumnDeletedColor': '#cc241d',
122
- 'gitlens.graphLane10Color': '#98971a',
123
- 'gitlens.graphLane1Color': '#076678',
124
- 'gitlens.graphLane2Color': '#458588',
125
- 'gitlens.graphLane3Color': '#8f3f71',
126
- 'gitlens.graphLane4Color': '#b16286',
127
- 'gitlens.graphLane5Color': '#427b58',
128
- 'gitlens.graphLane6Color': '#689d6a',
129
- 'gitlens.graphLane7Color': '#b57614',
130
- 'gitlens.graphLane8Color': '#d79921',
131
- 'gitlens.graphLane9Color': '#79740e',
132
- 'gitlens.graphMinimapMarkerHeadColor': '#98971a',
133
- 'gitlens.graphMinimapMarkerHighlightsColor': '#79740e',
134
- 'gitlens.graphMinimapMarkerLocalBranchesColor': '#076678',
135
- 'gitlens.graphMinimapMarkerPullRequestsColor': '#af3a03',
136
- 'gitlens.graphMinimapMarkerRemoteBranchesColor': '#458588',
137
- 'gitlens.graphMinimapMarkerStashesColor': '#b16286',
138
- 'gitlens.graphMinimapMarkerTagsColor': '#a89984',
139
- 'gitlens.graphMinimapMarkerUpstreamColor': '#689d6a',
140
- 'gitlens.graphScrollMarkerHeadColor': '#79740e',
141
- 'gitlens.graphScrollMarkerHighlightsColor': '#d79921',
142
- 'gitlens.graphScrollMarkerLocalBranchesColor': '#076678',
143
- 'gitlens.graphScrollMarkerPullRequestsColor': '#af3a03',
144
- 'gitlens.graphScrollMarkerRemoteBranchesColor': '#458588',
145
- 'gitlens.graphScrollMarkerStashesColor': '#b16286',
146
- 'gitlens.graphScrollMarkerTagsColor': '#a89984',
147
- 'gitlens.graphScrollMarkerUpstreamColor': '#427b58',
148
- 'gitlens.gutterBackgroundColor': '#ebdbb2',
149
- 'gitlens.gutterForegroundColor': '#3c3836',
150
- 'gitlens.gutterUncommittedForegroundColor': '#458588',
151
- 'gitlens.launchpadIndicatorAttentionColor': '#b57614',
152
- 'gitlens.launchpadIndicatorAttentionHoverColor': '#d79921',
153
- 'gitlens.launchpadIndicatorBlockedColor': '#9d0006',
154
- 'gitlens.launchpadIndicatorBlockedHoverColor': '#cc241d',
155
- 'gitlens.launchpadIndicatorMergeableColor': '#79740e',
156
- 'gitlens.launchpadIndicatorMergeableHoverColor': '#98971a',
157
- 'gitlens.lineHighlightBackgroundColor': '#ebdbb2',
158
- 'gitlens.lineHighlightOverviewRulerColor': '#458588',
159
- 'gitlens.mergedPullRequestIconColor': '#b16286',
160
- 'gitlens.openAutolinkedIssueIconColor': '#98971a',
161
- 'gitlens.openPullRequestIconColor': '#98971a',
162
- 'gitlens.trailingLineBackgroundColor': '#f9f5d7',
163
- 'gitlens.trailingLineForegroundColor': '#928374',
164
- 'gitlens.unpublishedChangesIconColor': '#98971a',
165
- 'gitlens.unpublishedCommitIconColor': '#98971a',
166
- 'gitlens.unpulledChangesIconColor': '#af3a03',
167
- 'icon.foreground': '#3c3836',
168
- 'input.background': '#f9f5d7',
169
- 'input.border': '#ebdbb2',
170
- 'input.foreground': '#3c3836',
171
- 'input.placeholderForeground': '#3c3836',
172
- 'inputOption.activeBorder': '#3c3836',
173
- 'inputValidation.errorBackground': '#cc241d',
174
- 'inputValidation.errorBorder': '#9d0006',
175
- 'inputValidation.infoBackground': '#458588',
176
- 'inputValidation.infoBorder': '#076678',
177
- 'inputValidation.warningBackground': '#d79921',
178
- 'inputValidation.warningBorder': '#b57614',
179
- 'list.activeSelectionBackground': '#ebdbb2',
180
- 'list.activeSelectionForeground': '#427b58',
181
- 'list.dropBackground': '#ebdbb2',
182
- 'list.focusBackground': '#ebdbb2',
183
- 'list.focusForeground': '#3c3836',
184
- 'list.highlightForeground': '#689d6a',
185
- 'list.hoverBackground': '#ebdbb2',
186
- 'list.hoverForeground': '#504945',
187
- 'list.inactiveSelectionBackground': '#ebdbb2',
188
- 'list.inactiveSelectionForeground': '#689d6a',
189
- 'menu.border': '#ebdbb2',
190
- 'menu.separatorBackground': '#ebdbb2',
191
- 'merge.border': '#000',
192
- 'merge.currentContentBackground': '#458588',
193
- 'merge.currentHeaderBackground': '#458588',
194
- 'merge.incomingContentBackground': '#689d6a',
195
- 'merge.incomingHeaderBackground': '#689d6a',
196
- 'notebook.cellBorderColor': '#d5c4a1',
197
- 'notebook.cellEditorBackground': '#ebdbb2',
198
- 'notebook.focusedCellBorder': '#7c6f64',
199
- 'notebook.focusedEditorBorder': '#d5c4a1',
200
- 'panel.background': '#f9f5d7',
201
- 'panel.border': '#ebdbb2',
202
- 'panelTitle.activeForeground': '#3c3836',
203
- 'peekView.border': '#ebdbb2',
204
- 'peekViewEditor.background': '#ebdbb2',
205
- 'peekViewEditor.matchHighlightBackground': '#d5c4a1',
206
- 'peekViewEditorGutter.background': '#ebdbb2',
207
- 'peekViewResult.background': '#ebdbb2',
208
- 'peekViewResult.fileForeground': '#3c3836',
209
- 'peekViewResult.lineForeground': '#3c3836',
210
- 'peekViewResult.matchHighlightBackground': '#d5c4a1',
211
- 'peekViewResult.selectionBackground': '#458588',
212
- 'peekViewResult.selectionForeground': '#3c3836',
213
- 'peekViewTitle.background': '#ebdbb2',
214
- 'peekViewTitleDescription.foreground': '#665c54',
215
- 'peekViewTitleLabel.foreground': '#3c3836',
216
- 'progressBar.background': '#689d6a',
217
- 'scmGraph.historyItemHoverDefaultLabelForeground': '#ebdbb2',
218
- 'scmGraph.historyItemHoverLabelForeground': '#ebdbb2',
219
- 'scrollbar.shadow': '#f9f5d7',
220
- 'scrollbarSlider.activeBackground': '#689d6a',
221
- 'scrollbarSlider.background': '#d5c4a1',
222
- 'scrollbarSlider.hoverBackground': '#bdae93',
223
- 'selection.background': '#689d6a',
224
- 'sideBar.background': '#f9f5d7',
225
- 'sideBar.border': '#ebdbb2',
226
- 'sideBar.foreground': '#504945',
227
- 'sideBarSectionHeader.background': '#000',
228
- 'sideBarSectionHeader.foreground': '#3c3836',
229
- 'sideBarTitle.foreground': '#3c3836',
230
- 'statusBar.background': '#f9f5d7',
231
- 'statusBar.border': '#ebdbb2',
232
- 'statusBar.debuggingBackground': '#af3a03',
233
- 'statusBar.debuggingBorder': '#000',
234
- 'statusBar.debuggingForeground': '#f9f5d7',
235
- 'statusBar.foreground': '#3c3836',
236
- 'statusBar.noFolderBackground': '#f9f5d7',
237
- 'statusBar.noFolderBorder': '#000',
238
- 'tab.activeBackground': '#ebdbb2',
239
- 'tab.activeBorder': '#689d6a',
240
- 'tab.activeForeground': '#3c3836',
241
- 'tab.border': '#000',
242
- 'tab.inactiveBackground': '#f9f5d7',
243
- 'tab.inactiveForeground': '#7c6f64',
244
- 'tab.unfocusedActiveBorder': '#000',
245
- 'tab.unfocusedActiveForeground': '#7c6f64',
246
- 'tab.unfocusedInactiveForeground': '#928374',
247
- 'terminal.ansiBlack': '#ebdbb2',
248
- 'terminal.ansiBlue': '#458588',
249
- 'terminal.ansiBrightBlack': '#928374',
250
- 'terminal.ansiBrightBlue': '#076678',
251
- 'terminal.ansiBrightCyan': '#427b58',
252
- 'terminal.ansiBrightGreen': '#79740e',
253
- 'terminal.ansiBrightMagenta': '#8f3f71',
254
- 'terminal.ansiBrightRed': '#9d0006',
255
- 'terminal.ansiBrightWhite': '#3c3836',
256
- 'terminal.ansiBrightYellow': '#b57614',
257
- 'terminal.ansiCyan': '#689d6a',
258
- 'terminal.ansiGreen': '#98971a',
259
- 'terminal.ansiMagenta': '#b16286',
260
- 'terminal.ansiRed': '#cc241d',
261
- 'terminal.ansiWhite': '#7c6f64',
262
- 'terminal.ansiYellow': '#d79921',
263
- 'terminal.background': '#f9f5d7',
264
- 'terminal.foreground': '#3c3836',
265
- 'textLink.activeForeground': '#458588',
266
- 'textLink.foreground': '#076678',
267
- 'titleBar.activeBackground': '#f9f5d7',
268
- 'titleBar.activeForeground': '#3c3836',
269
- 'titleBar.inactiveBackground': '#f9f5d7',
270
- 'widget.border': '#ebdbb2',
271
- 'widget.shadow': '#f9f5d7',
272
- },
273
- displayName: 'Gruvbox Light Hard',
274
- fg: '#3c3836',
275
- name: 'gruvbox-light-hard',
276
- semanticHighlighting: true,
277
- semanticTokenColors: {
278
- 'component': '#af3a03',
279
- 'constant.builtin': '#8f3f71',
280
- 'function': '#427b58',
281
- 'function.builtin': '#af3a03',
282
- 'method': '#427b58',
283
- 'parameter': '#076678',
284
- 'property': '#076678',
285
- 'property:python': '#3c3836',
286
- 'variable': '#3c3836',
287
- },
288
- settings: [
289
- {
290
- settings: {
291
- foreground: '#3c3836',
292
- },
293
- },
294
- {
295
- scope: 'emphasis',
296
- settings: {
297
- fontStyle: 'italic',
298
- },
299
- },
300
- {
301
- scope: 'strong',
302
- settings: {
303
- fontStyle: 'bold',
304
- },
305
- },
306
- {
307
- scope: 'header',
308
- settings: {
309
- foreground: '#458588',
310
- },
311
- },
312
- {
313
- scope: ['comment', 'punctuation.definition.comment'],
314
- settings: {
315
- fontStyle: 'italic',
316
- foreground: '#928374',
317
- },
318
- },
319
- {
320
- scope: ['constant', 'support.constant', 'variable.arguments'],
321
- settings: {
322
- foreground: '#8f3f71',
323
- },
324
- },
325
- {
326
- scope: 'constant.rgb-value',
327
- settings: {
328
- foreground: '#3c3836',
329
- },
330
- },
331
- {
332
- scope: 'entity.name.selector',
333
- settings: {
334
- foreground: '#427b58',
335
- },
336
- },
337
- {
338
- scope: 'entity.other.attribute-name',
339
- settings: {
340
- foreground: '#b57614',
341
- },
342
- },
343
- {
344
- scope: ['entity.name.tag', 'punctuation.tag'],
345
- settings: {
346
- foreground: '#427b58',
347
- },
348
- },
349
- {
350
- scope: ['invalid', 'invalid.illegal'],
351
- settings: {
352
- foreground: '#cc241d',
353
- },
354
- },
355
- {
356
- scope: 'invalid.deprecated',
357
- settings: {
358
- foreground: '#b16286',
359
- },
360
- },
361
- {
362
- scope: 'meta.selector',
363
- settings: {
364
- foreground: '#427b58',
365
- },
366
- },
367
- {
368
- scope: 'meta.preprocessor',
369
- settings: {
370
- foreground: '#af3a03',
371
- },
372
- },
373
- {
374
- scope: 'meta.preprocessor.string',
375
- settings: {
376
- foreground: '#79740e',
377
- },
378
- },
379
- {
380
- scope: 'meta.preprocessor.numeric',
381
- settings: {
382
- foreground: '#79740e',
383
- },
384
- },
385
- {
386
- scope: 'meta.header.diff',
387
- settings: {
388
- foreground: '#af3a03',
389
- },
390
- },
391
- {
392
- scope: 'storage',
393
- settings: {
394
- foreground: '#9d0006',
395
- },
396
- },
397
- {
398
- scope: ['storage.type', 'storage.modifier'],
399
- settings: {
400
- foreground: '#af3a03',
401
- },
402
- },
403
- {
404
- scope: 'string',
405
- settings: {
406
- foreground: '#79740e',
407
- },
408
- },
409
- {
410
- scope: 'string.tag',
411
- settings: {
412
- foreground: '#79740e',
413
- },
414
- },
415
- {
416
- scope: 'string.value',
417
- settings: {
418
- foreground: '#79740e',
419
- },
420
- },
421
- {
422
- scope: 'string.regexp',
423
- settings: {
424
- foreground: '#af3a03',
425
- },
426
- },
427
- {
428
- scope: 'string.escape',
429
- settings: {
430
- foreground: '#9d0006',
431
- },
432
- },
433
- {
434
- scope: 'string.quasi',
435
- settings: {
436
- foreground: '#427b58',
437
- },
438
- },
439
- {
440
- scope: 'string.entity',
441
- settings: {
442
- foreground: '#79740e',
443
- },
444
- },
445
- {
446
- scope: 'object',
447
- settings: {
448
- foreground: '#3c3836',
449
- },
450
- },
451
- {
452
- scope: 'module.node',
453
- settings: {
454
- foreground: '#076678',
455
- },
456
- },
457
- {
458
- scope: 'support.type.property-name',
459
- settings: {
460
- foreground: '#689d6a',
461
- },
462
- },
463
- {
464
- scope: 'keyword',
465
- settings: {
466
- foreground: '#9d0006',
467
- },
468
- },
469
- {
470
- scope: 'keyword.control',
471
- settings: {
472
- foreground: '#9d0006',
473
- },
474
- },
475
- {
476
- scope: 'keyword.control.module',
477
- settings: {
478
- foreground: '#427b58',
479
- },
480
- },
481
- {
482
- scope: 'keyword.control.less',
483
- settings: {
484
- foreground: '#d79921',
485
- },
486
- },
487
- {
488
- scope: 'keyword.operator',
489
- settings: {
490
- foreground: '#427b58',
491
- },
492
- },
493
- {
494
- scope: 'keyword.operator.new',
495
- settings: {
496
- foreground: '#af3a03',
497
- },
498
- },
499
- {
500
- scope: 'keyword.other.unit',
501
- settings: {
502
- foreground: '#79740e',
503
- },
504
- },
505
- {
506
- scope: 'metatag.php',
507
- settings: {
508
- foreground: '#af3a03',
509
- },
510
- },
511
- {
512
- scope: 'support.function.git-rebase',
513
- settings: {
514
- foreground: '#689d6a',
515
- },
516
- },
517
- {
518
- scope: 'constant.sha.git-rebase',
519
- settings: {
520
- foreground: '#79740e',
521
- },
522
- },
523
- {
524
- scope: [
525
- 'meta.type.name',
526
- 'meta.return.type',
527
- 'meta.return-type',
528
- 'meta.cast',
529
- 'meta.type.annotation',
530
- 'support.type',
531
- 'storage.type.cs',
532
- 'variable.class',
533
- ],
534
- settings: {
535
- foreground: '#b57614',
536
- },
537
- },
538
- {
539
- scope: ['variable.this', 'support.variable'],
540
- settings: {
541
- foreground: '#8f3f71',
542
- },
543
- },
544
- {
545
- scope: [
546
- 'entity.name',
547
- 'entity.static',
548
- 'entity.name.class.static.function',
549
- 'entity.name.function',
550
- 'entity.name.class',
551
- 'entity.name.type',
552
- ],
553
- settings: {
554
- foreground: '#b57614',
555
- },
556
- },
557
- {
558
- scope: ['entity.function', 'entity.name.function.static'],
559
- settings: {
560
- foreground: '#427b58',
561
- },
562
- },
563
- {
564
- scope: 'entity.name.function.function-call',
565
- settings: {
566
- foreground: '#427b58',
567
- },
568
- },
569
- {
570
- scope: 'support.function.builtin',
571
- settings: {
572
- foreground: '#af3a03',
573
- },
574
- },
575
- {
576
- scope: [
577
- 'entity.name.method',
578
- 'entity.name.method.function-call',
579
- 'entity.name.static.function-call',
580
- ],
581
- settings: {
582
- foreground: '#689d6a',
583
- },
584
- },
585
- {
586
- scope: 'brace',
587
- settings: {
588
- foreground: '#504945',
589
- },
590
- },
591
- {
592
- scope: [
593
- 'meta.parameter.type.variable',
594
- 'variable.parameter',
595
- 'variable.name',
596
- 'variable.other',
597
- 'variable',
598
- 'string.constant.other.placeholder',
599
- ],
600
- settings: {
601
- foreground: '#076678',
602
- },
603
- },
604
- {
605
- scope: 'prototype',
606
- settings: {
607
- foreground: '#8f3f71',
608
- },
609
- },
610
- {
611
- scope: ['punctuation'],
612
- settings: {
613
- foreground: '#7c6f64',
614
- },
615
- },
616
- {
617
- scope: 'punctuation.quoted',
618
- settings: {
619
- foreground: '#3c3836',
620
- },
621
- },
622
- {
623
- scope: 'punctuation.quasi',
624
- settings: {
625
- foreground: '#9d0006',
626
- },
627
- },
628
- {
629
- scope: ['*url*', '*link*', '*uri*'],
630
- settings: {
631
- fontStyle: 'underline',
632
- },
633
- },
634
- {
635
- scope: ['meta.function.python', 'entity.name.function.python'],
636
- settings: {
637
- foreground: '#427b58',
638
- },
639
- },
640
- {
641
- scope: [
642
- 'storage.type.function.python',
643
- 'storage.modifier.declaration',
644
- 'storage.type.class.python',
645
- 'storage.type.string.python',
646
- ],
647
- settings: {
648
- foreground: '#9d0006',
649
- },
650
- },
651
- {
652
- scope: ['storage.type.function.async.python'],
653
- settings: {
654
- foreground: '#9d0006',
655
- },
656
- },
657
- {
658
- scope: 'meta.function-call.generic',
659
- settings: {
660
- foreground: '#076678',
661
- },
662
- },
663
- {
664
- scope: 'meta.function-call.arguments',
665
- settings: {
666
- foreground: '#504945',
667
- },
668
- },
669
- {
670
- scope: 'entity.name.function.decorator',
671
- settings: {
672
- fontStyle: 'bold',
673
- foreground: '#b57614',
674
- },
675
- },
676
- {
677
- scope: 'constant.other.caps',
678
- settings: {
679
- fontStyle: 'bold',
680
- },
681
- },
682
- {
683
- scope: 'keyword.operator.logical',
684
- settings: {
685
- foreground: '#9d0006',
686
- },
687
- },
688
- {
689
- scope: 'punctuation.definition.logical-expression',
690
- settings: {
691
- foreground: '#af3a03',
692
- },
693
- },
694
- {
695
- scope: ['string.interpolated.dollar.shell', 'string.interpolated.backtick.shell'],
696
- settings: {
697
- foreground: '#427b58',
698
- },
699
- },
700
- {
701
- scope: 'keyword.control.directive',
702
- settings: {
703
- foreground: '#427b58',
704
- },
705
- },
706
- {
707
- scope: 'support.function.C99',
708
- settings: {
709
- foreground: '#b57614',
710
- },
711
- },
712
- {
713
- scope: ['meta.function.cs', 'entity.name.function.cs', 'entity.name.type.namespace.cs'],
714
- settings: {
715
- foreground: '#79740e',
716
- },
717
- },
718
- {
719
- scope: [
720
- 'keyword.other.using.cs',
721
- 'entity.name.variable.field.cs',
722
- 'entity.name.variable.local.cs',
723
- 'variable.other.readwrite.cs',
724
- ],
725
- settings: {
726
- foreground: '#427b58',
727
- },
728
- },
729
- {
730
- scope: ['keyword.other.this.cs', 'keyword.other.base.cs'],
731
- settings: {
732
- foreground: '#8f3f71',
733
- },
734
- },
735
- {
736
- scope: 'meta.scope.prerequisites',
737
- settings: {
738
- foreground: '#b57614',
739
- },
740
- },
741
- {
742
- scope: 'entity.name.function.target',
743
- settings: {
744
- fontStyle: 'bold',
745
- foreground: '#79740e',
746
- },
747
- },
748
- {
749
- scope: ['storage.modifier.import.java', 'storage.modifier.package.java'],
750
- settings: {
751
- foreground: '#665c54',
752
- },
753
- },
754
- {
755
- scope: ['keyword.other.import.java', 'keyword.other.package.java'],
756
- settings: {
757
- foreground: '#427b58',
758
- },
759
- },
760
- {
761
- scope: 'storage.type.java',
762
- settings: {
763
- foreground: '#b57614',
764
- },
765
- },
766
- {
767
- scope: 'storage.type.annotation',
768
- settings: {
769
- fontStyle: 'bold',
770
- foreground: '#076678',
771
- },
772
- },
773
- {
774
- scope: 'keyword.other.documentation.javadoc',
775
- settings: {
776
- foreground: '#427b58',
777
- },
778
- },
779
- {
780
- scope: 'comment.block.javadoc variable.parameter.java',
781
- settings: {
782
- fontStyle: 'bold',
783
- foreground: '#79740e',
784
- },
785
- },
786
- {
787
- scope: ['source.java variable.other.object', 'source.java variable.other.definition.java'],
788
- settings: {
789
- foreground: '#3c3836',
790
- },
791
- },
792
- {
793
- scope: 'meta.function-parameters.lisp',
794
- settings: {
795
- foreground: '#b57614',
796
- },
797
- },
798
- {
799
- scope: 'markup.underline',
800
- settings: {
801
- fontStyle: 'underline',
802
- },
803
- },
804
- {
805
- scope: 'string.other.link.title.markdown',
806
- settings: {
807
- fontStyle: 'underline',
808
- foreground: '#928374',
809
- },
810
- },
811
- {
812
- scope: 'markup.underline.link',
813
- settings: {
814
- foreground: '#8f3f71',
815
- },
816
- },
817
- {
818
- scope: 'markup.bold',
819
- settings: {
820
- fontStyle: 'bold',
821
- foreground: '#af3a03',
822
- },
823
- },
824
- {
825
- scope: 'markup.heading',
826
- settings: {
827
- fontStyle: 'bold',
828
- foreground: '#af3a03',
829
- },
830
- },
831
- {
832
- scope: 'heading.1.markdown entity.name.section.markdown',
833
- settings: {
834
- fontStyle: 'bold',
835
- foreground: '#9d0006',
836
- },
837
- },
838
- {
839
- scope: 'heading.2.markdown entity.name.section.markdown',
840
- settings: {
841
- fontStyle: 'bold',
842
- foreground: '#af3a03',
843
- },
844
- },
845
- {
846
- scope: 'heading.3.markdown entity.name.section.markdown',
847
- settings: {
848
- fontStyle: 'bold',
849
- foreground: '#b57614',
850
- },
851
- },
852
- {
853
- scope: 'heading.4.markdown entity.name.section.markdown',
854
- settings: {
855
- fontStyle: 'bold',
856
- foreground: '#79740e',
857
- },
858
- },
859
- {
860
- scope: 'heading.5.markdown entity.name.section.markdown',
861
- settings: {
862
- fontStyle: 'bold',
863
- foreground: '#076678',
864
- },
865
- },
866
- {
867
- scope: 'heading.6.markdown entity.name.section.markdown',
868
- settings: {
869
- fontStyle: 'bold',
870
- foreground: '#8f3f71',
871
- },
872
- },
873
- {
874
- scope: 'markup.italic',
875
- settings: {
876
- fontStyle: 'italic',
877
- },
878
- },
879
- {
880
- scope: 'markup.inserted',
881
- settings: {
882
- foreground: '#79740e',
883
- },
884
- },
885
- {
886
- scope: 'markup.deleted',
887
- settings: {
888
- foreground: '#d65d0e',
889
- },
890
- },
891
- {
892
- scope: 'markup.changed',
893
- settings: {
894
- foreground: '#af3a03',
895
- },
896
- },
897
- {
898
- scope: 'markup.punctuation.quote.beginning',
899
- settings: {
900
- foreground: '#98971a',
901
- },
902
- },
903
- {
904
- scope: 'markup.punctuation.list.beginning',
905
- settings: {
906
- foreground: '#076678',
907
- },
908
- },
909
- {
910
- scope: ['markup.inline.raw', 'markup.fenced_code.block'],
911
- settings: {
912
- foreground: '#427b58',
913
- },
914
- },
915
- {
916
- scope: 'string.quoted.double.json',
917
- settings: {
918
- foreground: '#076678',
919
- },
920
- },
921
- {
922
- scope: 'entity.other.attribute-name.css',
923
- settings: {
924
- foreground: '#af3a03',
925
- },
926
- },
927
- {
928
- scope: 'source.css meta.selector',
929
- settings: {
930
- foreground: '#3c3836',
931
- },
932
- },
933
- {
934
- scope: 'support.type.property-name.css',
935
- settings: {
936
- foreground: '#af3a03',
937
- },
938
- },
939
- {
940
- scope: 'entity.other.attribute-name.class',
941
- settings: {
942
- foreground: '#79740e',
943
- },
944
- },
945
- {
946
- scope: [
947
- 'source.css support.function.transform',
948
- 'source.css support.function.timing-function',
949
- 'source.css support.function.misc',
950
- ],
951
- settings: {
952
- foreground: '#9d0006',
953
- },
954
- },
955
- {
956
- scope: [
957
- 'support.property-value',
958
- 'constant.rgb-value',
959
- 'support.property-value.scss',
960
- 'constant.rgb-value.scss',
961
- ],
962
- settings: {
963
- foreground: '#d65d0e',
964
- },
965
- },
966
- {
967
- scope: ['entity.name.tag.css'],
968
- settings: {
969
- fontStyle: '',
970
- },
971
- },
972
- {
973
- scope: ['punctuation.definition.tag'],
974
- settings: {
975
- foreground: '#076678',
976
- },
977
- },
978
- {
979
- scope: ['text.html entity.name.tag', 'text.html punctuation.tag'],
980
- settings: {
981
- fontStyle: 'bold',
982
- foreground: '#427b58',
983
- },
984
- },
985
- {
986
- scope: ['source.js variable.language'],
987
- settings: {
988
- foreground: '#af3a03',
989
- },
990
- },
991
- {
992
- scope: ['source.ts variable.language'],
993
- settings: {
994
- foreground: '#af3a03',
995
- },
996
- },
997
- {
998
- scope: ['source.go storage.type'],
999
- settings: {
1000
- foreground: '#b57614',
1001
- },
1002
- },
1003
- {
1004
- scope: ['source.go entity.name.import'],
1005
- settings: {
1006
- foreground: '#79740e',
1007
- },
1008
- },
1009
- {
1010
- scope: ['source.go keyword.package', 'source.go keyword.import'],
1011
- settings: {
1012
- foreground: '#427b58',
1013
- },
1014
- },
1015
- {
1016
- scope: ['source.go keyword.interface', 'source.go keyword.struct'],
1017
- settings: {
1018
- foreground: '#076678',
1019
- },
1020
- },
1021
- {
1022
- scope: ['source.go entity.name.type'],
1023
- settings: {
1024
- foreground: '#3c3836',
1025
- },
1026
- },
1027
- {
1028
- scope: ['source.go entity.name.function'],
1029
- settings: {
1030
- foreground: '#8f3f71',
1031
- },
1032
- },
1033
- {
1034
- scope: ['keyword.control.cucumber.table'],
1035
- settings: {
1036
- foreground: '#076678',
1037
- },
1038
- },
1039
- {
1040
- scope: ['source.reason string.double', 'source.reason string.regexp'],
1041
- settings: {
1042
- foreground: '#79740e',
1043
- },
1044
- },
1045
- {
1046
- scope: ['source.reason keyword.control.less'],
1047
- settings: {
1048
- foreground: '#427b58',
1049
- },
1050
- },
1051
- {
1052
- scope: ['source.reason entity.name.function'],
1053
- settings: {
1054
- foreground: '#076678',
1055
- },
1056
- },
1057
- {
1058
- scope: ['source.reason support.property-value', 'source.reason entity.name.filename'],
1059
- settings: {
1060
- foreground: '#af3a03',
1061
- },
1062
- },
1063
- {
1064
- scope: ['source.powershell variable.other.member.powershell'],
1065
- settings: {
1066
- foreground: '#af3a03',
1067
- },
1068
- },
1069
- {
1070
- scope: ['source.powershell support.function.powershell'],
1071
- settings: {
1072
- foreground: '#b57614',
1073
- },
1074
- },
1075
- {
1076
- scope: ['source.powershell support.function.attribute.powershell'],
1077
- settings: {
1078
- foreground: '#665c54',
1079
- },
1080
- },
1081
- {
1082
- scope: [
1083
- 'source.powershell meta.hashtable.assignment.powershell variable.other.readwrite.powershell',
1084
- ],
1085
- settings: {
1086
- foreground: '#af3a03',
1087
- },
1088
- },
1089
- {
1090
- scope: [
1091
- 'support.function.be.latex',
1092
- 'support.function.general.tex',
1093
- 'support.function.section.latex',
1094
- 'support.function.textbf.latex',
1095
- 'support.function.textit.latex',
1096
- 'support.function.texttt.latex',
1097
- 'support.function.emph.latex',
1098
- 'support.function.url.latex',
1099
- ],
1100
- settings: {
1101
- foreground: '#9d0006',
1102
- },
1103
- },
1104
- {
1105
- scope: ['support.class.math.block.tex', 'support.class.math.block.environment.latex'],
1106
- settings: {
1107
- foreground: '#af3a03',
1108
- },
1109
- },
1110
- {
1111
- scope: ['keyword.control.preamble.latex', 'keyword.control.include.latex'],
1112
- settings: {
1113
- foreground: '#8f3f71',
1114
- },
1115
- },
1116
- {
1117
- scope: ['support.class.latex'],
1118
- settings: {
1119
- foreground: '#427b58',
1120
- },
1121
- },
1122
- ],
1123
- type: 'light',
1124
- }