@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,2246 +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: '#2d353b',
8
- colors: {
9
- 'activityBar.activeBorder': '#a7c080',
10
- 'activityBar.activeFocusBorder': '#a7c080',
11
- 'activityBar.background': '#2d353b',
12
- 'activityBar.border': '#2d353b',
13
- 'activityBar.dropBackground': '#2d353b',
14
- 'activityBar.foreground': '#d3c6aa',
15
- 'activityBar.inactiveForeground': '#859289',
16
- 'activityBarBadge.background': '#a7c080',
17
- 'activityBarBadge.foreground': '#2d353b',
18
- 'badge.background': '#a7c080',
19
- 'badge.foreground': '#2d353b',
20
- 'breadcrumb.activeSelectionForeground': '#d3c6aa',
21
- 'breadcrumb.focusForeground': '#d3c6aa',
22
- 'breadcrumb.foreground': '#859289',
23
- 'button.background': '#a7c080',
24
- 'button.foreground': '#2d353b',
25
- 'button.hoverBackground': '#a7c080',
26
- 'button.secondaryBackground': '#3d484d',
27
- 'button.secondaryForeground': '#d3c6aa',
28
- 'button.secondaryHoverBackground': '#475258',
29
- 'charts.blue': '#7fbbb3',
30
- 'charts.foreground': '#d3c6aa',
31
- 'charts.green': '#a7c080',
32
- 'charts.orange': '#e69875',
33
- 'charts.purple': '#d699b6',
34
- 'charts.red': '#e67e80',
35
- 'charts.yellow': '#dbbc7f',
36
- 'checkbox.background': '#2d353b',
37
- 'checkbox.border': '#4f585e',
38
- 'checkbox.foreground': '#e69875',
39
- 'contrastBorder': '#21272b',
40
- 'debugConsole.errorForeground': '#e67e80',
41
- 'debugConsole.infoForeground': '#a7c080',
42
- 'debugConsole.sourceForeground': '#d699b6',
43
- 'debugConsole.warningForeground': '#dbbc7f',
44
- 'debugConsoleInputIcon.foreground': '#83c092',
45
- 'debugIcon.breakpointCurrentStackframeForeground': '#7fbbb3',
46
- 'debugIcon.breakpointDisabledForeground': '#da6362',
47
- 'debugIcon.breakpointForeground': '#e67e80',
48
- 'debugIcon.breakpointStackframeForeground': '#e67e80',
49
- 'debugIcon.breakpointUnverifiedForeground': '#9aa79d',
50
- 'debugIcon.continueForeground': '#7fbbb3',
51
- 'debugIcon.disconnectForeground': '#d699b6',
52
- 'debugIcon.pauseForeground': '#dbbc7f',
53
- 'debugIcon.restartForeground': '#83c092',
54
- 'debugIcon.startForeground': '#83c092',
55
- 'debugIcon.stepBackForeground': '#7fbbb3',
56
- 'debugIcon.stepIntoForeground': '#7fbbb3',
57
- 'debugIcon.stepOutForeground': '#7fbbb3',
58
- 'debugIcon.stepOverForeground': '#7fbbb3',
59
- 'debugIcon.stopForeground': '#e67e80',
60
- 'debugTokenExpression.boolean': '#d699b6',
61
- 'debugTokenExpression.error': '#e67e80',
62
- 'debugTokenExpression.name': '#7fbbb3',
63
- 'debugTokenExpression.number': '#d699b6',
64
- 'debugTokenExpression.string': '#dbbc7f',
65
- 'debugTokenExpression.value': '#a7c080',
66
- 'debugToolBar.background': '#2d353b',
67
- 'descriptionForeground': '#859289',
68
- 'diffEditor.diagonalFill': '#4f585e',
69
- 'diffEditor.insertedLineBackground': '#434e47',
70
- 'diffEditor.insertedTextBackground': '#569d79',
71
- 'diffEditor.removedLineBackground': '#4e4247',
72
- 'diffEditor.removedTextBackground': '#da6362',
73
- 'dropdown.background': '#2d353b',
74
- 'dropdown.border': '#4f585e',
75
- 'dropdown.foreground': '#9aa79d',
76
- 'editor.background': '#2d353b',
77
- 'editor.findMatchBackground': '#d77f48',
78
- 'editor.findMatchHighlightBackground': '#899c40',
79
- 'editor.findRangeHighlightBackground': '#475258',
80
- 'editor.foldBackground': '#4f585e',
81
- 'editor.foreground': '#d3c6aa',
82
- 'editor.hoverHighlightBackground': '#475258',
83
- 'editor.inactiveSelectionBackground': '#475258',
84
- 'editor.lineHighlightBackground': '#3d484d',
85
- 'editor.lineHighlightBorder': '#4f585e',
86
- 'editor.rangeHighlightBackground': '#3d484d',
87
- 'editor.selectionBackground': '#475258',
88
- 'editor.selectionHighlightBackground': '#475258',
89
- 'editor.snippetFinalTabstopHighlightBackground': '#899c40',
90
- 'editor.snippetFinalTabstopHighlightBorder': '#2d353b',
91
- 'editor.snippetTabstopHighlightBackground': '#3d484d',
92
- 'editor.symbolHighlightBackground': '#5a93a2',
93
- 'editor.wordHighlightBackground': '#475258',
94
- 'editor.wordHighlightStrongBackground': '#475258',
95
- 'editorBracketHighlight.foreground1': '#e67e80',
96
- 'editorBracketHighlight.foreground2': '#dbbc7f',
97
- 'editorBracketHighlight.foreground3': '#a7c080',
98
- 'editorBracketHighlight.foreground4': '#7fbbb3',
99
- 'editorBracketHighlight.foreground5': '#e69875',
100
- 'editorBracketHighlight.foreground6': '#d699b6',
101
- 'editorBracketHighlight.unexpectedBracket.foreground': '#859289',
102
- 'editorBracketMatch.background': '#4f585e',
103
- 'editorBracketMatch.border': '#2d353b',
104
- 'editorCodeLens.foreground': '#7f897d',
105
- 'editorCursor.foreground': '#d3c6aa',
106
- 'editorError.background': '#da6362',
107
- 'editorError.foreground': '#da6362',
108
- 'editorGhostText.background': '#2d353b',
109
- 'editorGhostText.foreground': '#7f897d',
110
- 'editorGroup.border': '#21272b',
111
- 'editorGroup.dropBackground': '#4f585e',
112
- 'editorGroupHeader.noTabsBackground': '#2d353b',
113
- 'editorGroupHeader.tabsBackground': '#2d353b',
114
- 'editorGutter.addedBackground': '#899c40',
115
- 'editorGutter.background': '#2d353b',
116
- 'editorGutter.commentRangeForeground': '#7f897d',
117
- 'editorGutter.deletedBackground': '#da6362',
118
- 'editorGutter.modifiedBackground': '#5a93a2',
119
- 'editorHint.foreground': '#b87b9d',
120
- 'editorHoverWidget.background': '#343f44',
121
- 'editorHoverWidget.border': '#475258',
122
- 'editorIndentGuide.activeBackground': '#9aa79d',
123
- 'editorIndentGuide.background': '#9aa79d',
124
- 'editorInfo.background': '#5a93a2',
125
- 'editorInfo.foreground': '#5a93a2',
126
- 'editorInlayHint.background': '#2d353b',
127
- 'editorInlayHint.foreground': '#7f897d',
128
- 'editorInlayHint.parameterBackground': '#2d353b',
129
- 'editorInlayHint.parameterForeground': '#7f897d',
130
- 'editorInlayHint.typeBackground': '#2d353b',
131
- 'editorInlayHint.typeForeground': '#7f897d',
132
- 'editorLightBulb.foreground': '#dbbc7f',
133
- 'editorLightBulbAutoFix.foreground': '#83c092',
134
- 'editorLineNumber.activeForeground': '#9aa79d',
135
- 'editorLineNumber.foreground': '#7f897d',
136
- 'editorLink.activeForeground': '#a7c080',
137
- 'editorMarkerNavigation.background': '#343f44',
138
- 'editorMarkerNavigationError.background': '#da6362',
139
- 'editorMarkerNavigationInfo.background': '#5a93a2',
140
- 'editorMarkerNavigationWarning.background': '#bf983d',
141
- 'editorOverviewRuler.addedForeground': '#899c40',
142
- 'editorOverviewRuler.border': '#2d353b',
143
- 'editorOverviewRuler.commonContentForeground': '#859289',
144
- 'editorOverviewRuler.currentContentForeground': '#5a93a2',
145
- 'editorOverviewRuler.deletedForeground': '#da6362',
146
- 'editorOverviewRuler.errorForeground': '#e67e80',
147
- 'editorOverviewRuler.findMatchForeground': '#569d79',
148
- 'editorOverviewRuler.incomingContentForeground': '#569d79',
149
- 'editorOverviewRuler.infoForeground': '#d699b6',
150
- 'editorOverviewRuler.modifiedForeground': '#5a93a2',
151
- 'editorOverviewRuler.rangeHighlightForeground': '#569d79',
152
- 'editorOverviewRuler.selectionHighlightForeground': '#569d79',
153
- 'editorOverviewRuler.warningForeground': '#dbbc7f',
154
- 'editorOverviewRuler.wordHighlightForeground': '#4f585e',
155
- 'editorOverviewRuler.wordHighlightStrongForeground': '#4f585e',
156
- 'editorRuler.foreground': '#475258',
157
- 'editorSuggestWidget.background': '#3d484d',
158
- 'editorSuggestWidget.border': '#3d484d',
159
- 'editorSuggestWidget.foreground': '#d3c6aa',
160
- 'editorSuggestWidget.highlightForeground': '#a7c080',
161
- 'editorSuggestWidget.selectedBackground': '#475258',
162
- 'editorUnnecessaryCode.border': '#2d353b',
163
- 'editorUnnecessaryCode.opacity': '#000000',
164
- 'editorWarning.background': '#bf983d',
165
- 'editorWarning.foreground': '#bf983d',
166
- 'editorWhitespace.foreground': '#475258',
167
- 'editorWidget.background': '#2d353b',
168
- 'editorWidget.border': '#4f585e',
169
- 'editorWidget.foreground': '#d3c6aa',
170
- 'errorForeground': '#e67e80',
171
- 'extensionBadge.remoteBackground': '#a7c080',
172
- 'extensionBadge.remoteForeground': '#2d353b',
173
- 'extensionButton.prominentBackground': '#a7c080',
174
- 'extensionButton.prominentForeground': '#2d353b',
175
- 'extensionButton.prominentHoverBackground': '#a7c080',
176
- 'extensionIcon.preReleaseForeground': '#e69875',
177
- 'extensionIcon.starForeground': '#83c092',
178
- 'extensionIcon.verifiedForeground': '#a7c080',
179
- 'focusBorder': '#2d353b',
180
- 'foreground': '#9aa79d',
181
- 'gitDecoration.addedResourceForeground': '#a7c080',
182
- 'gitDecoration.conflictingResourceForeground': '#d699b6',
183
- 'gitDecoration.deletedResourceForeground': '#e67e80',
184
- 'gitDecoration.ignoredResourceForeground': '#4f585e',
185
- 'gitDecoration.modifiedResourceForeground': '#7fbbb3',
186
- 'gitDecoration.stageDeletedResourceForeground': '#83c092',
187
- 'gitDecoration.stageModifiedResourceForeground': '#83c092',
188
- 'gitDecoration.submoduleResourceForeground': '#e69875',
189
- 'gitDecoration.untrackedResourceForeground': '#dbbc7f',
190
- 'gitlens.closedPullRequestIconColor': '#e67e80',
191
- 'gitlens.decorations.addedForegroundColor': '#a7c080',
192
- 'gitlens.decorations.branchAheadForegroundColor': '#83c092',
193
- 'gitlens.decorations.branchBehindForegroundColor': '#e69875',
194
- 'gitlens.decorations.branchDivergedForegroundColor': '#dbbc7f',
195
- 'gitlens.decorations.branchMissingUpstreamForegroundColor': '#e67e80',
196
- 'gitlens.decorations.branchUnpublishedForegroundColor': '#7fbbb3',
197
- 'gitlens.decorations.branchUpToDateForegroundColor': '#d3c6aa',
198
- 'gitlens.decorations.copiedForegroundColor': '#d699b6',
199
- 'gitlens.decorations.deletedForegroundColor': '#e67e80',
200
- 'gitlens.decorations.ignoredForegroundColor': '#9aa79d',
201
- 'gitlens.decorations.modifiedForegroundColor': '#7fbbb3',
202
- 'gitlens.decorations.renamedForegroundColor': '#d699b6',
203
- 'gitlens.decorations.untrackedForegroundColor': '#dbbc7f',
204
- 'gitlens.gutterBackgroundColor': '#2d353b',
205
- 'gitlens.gutterForegroundColor': '#d3c6aa',
206
- 'gitlens.gutterUncommittedForegroundColor': '#7fbbb3',
207
- 'gitlens.lineHighlightBackgroundColor': '#343f44',
208
- 'gitlens.lineHighlightOverviewRulerColor': '#a7c080',
209
- 'gitlens.mergedPullRequestIconColor': '#d699b6',
210
- 'gitlens.openPullRequestIconColor': '#83c092',
211
- 'gitlens.trailingLineForegroundColor': '#859289',
212
- 'gitlens.unpublishedCommitIconColor': '#dbbc7f',
213
- 'gitlens.unpulledChangesIconColor': '#e69875',
214
- 'gitlens.unpushlishedChangesIconColor': '#7fbbb3',
215
- 'icon.foreground': '#83c092',
216
- 'imagePreview.border': '#2d353b',
217
- 'input.background': '#2d353b',
218
- 'input.border': '#4f585e',
219
- 'input.foreground': '#d3c6aa',
220
- 'input.placeholderForeground': '#7f897d',
221
- 'inputOption.activeBorder': '#83c092',
222
- 'inputValidation.errorBackground': '#da6362',
223
- 'inputValidation.errorBorder': '#e67e80',
224
- 'inputValidation.errorForeground': '#d3c6aa',
225
- 'inputValidation.infoBackground': '#5a93a2',
226
- 'inputValidation.infoBorder': '#7fbbb3',
227
- 'inputValidation.infoForeground': '#d3c6aa',
228
- 'inputValidation.warningBackground': '#bf983d',
229
- 'inputValidation.warningBorder': '#dbbc7f',
230
- 'inputValidation.warningForeground': '#d3c6aa',
231
- 'issues.closed': '#e67e80',
232
- 'issues.open': '#83c092',
233
- 'keybindingLabel.background': '#2d353b',
234
- 'keybindingLabel.border': '#272e33',
235
- 'keybindingLabel.bottomBorder': '#21272b',
236
- 'keybindingLabel.foreground': '#d3c6aa',
237
- 'keybindingTable.headerBackground': '#3d484d',
238
- 'keybindingTable.rowsBackground': '#343f44',
239
- 'list.activeSelectionBackground': '#475258',
240
- 'list.activeSelectionForeground': '#d3c6aa',
241
- 'list.dropBackground': '#343f44',
242
- 'list.errorForeground': '#e67e80',
243
- 'list.focusBackground': '#475258',
244
- 'list.focusForeground': '#d3c6aa',
245
- 'list.highlightForeground': '#a7c080',
246
- 'list.hoverBackground': '#2d353b',
247
- 'list.hoverForeground': '#d3c6aa',
248
- 'list.inactiveFocusBackground': '#475258',
249
- 'list.inactiveSelectionBackground': '#475258',
250
- 'list.inactiveSelectionForeground': '#9aa79d',
251
- 'list.invalidItemForeground': '#da6362',
252
- 'list.warningForeground': '#dbbc7f',
253
- 'menu.background': '#2d353b',
254
- 'menu.foreground': '#9aa79d',
255
- 'menu.selectionBackground': '#343f44',
256
- 'menu.selectionForeground': '#d3c6aa',
257
- 'menubar.selectionBackground': '#2d353b',
258
- 'menubar.selectionBorder': '#2d353b',
259
- 'merge.border': '#2d353b',
260
- 'merge.currentContentBackground': '#5a93a2',
261
- 'merge.currentHeaderBackground': '#5a93a2',
262
- 'merge.incomingContentBackground': '#569d79',
263
- 'merge.incomingHeaderBackground': '#569d79',
264
- 'minimap.errorHighlight': '#da6362',
265
- 'minimap.findMatchHighlight': '#569d79',
266
- 'minimap.selectionHighlight': '#4f585e',
267
- 'minimap.warningHighlight': '#bf983d',
268
- 'minimapGutter.addedBackground': '#899c40',
269
- 'minimapGutter.deletedBackground': '#da6362',
270
- 'minimapGutter.modifiedBackground': '#5a93a2',
271
- 'notebook.cellBorderColor': '#4f585e',
272
- 'notebook.cellHoverBackground': '#2d353b',
273
- 'notebook.cellStatusBarItemHoverBackground': '#343f44',
274
- 'notebook.cellToolbarSeparator': '#4f585e',
275
- 'notebook.focusedCellBackground': '#2d353b',
276
- 'notebook.focusedCellBorder': '#4f585e',
277
- 'notebook.focusedEditorBorder': '#4f585e',
278
- 'notebook.focusedRowBorder': '#4f585e',
279
- 'notebook.inactiveFocusedCellBorder': '#4f585e',
280
- 'notebook.outputContainerBackgroundColor': '#272e33',
281
- 'notebook.selectedCellBorder': '#4f585e',
282
- 'notebookStatusErrorIcon.foreground': '#e67e80',
283
- 'notebookStatusRunningIcon.foreground': '#7fbbb3',
284
- 'notebookStatusSuccessIcon.foreground': '#a7c080',
285
- 'notificationCenterHeader.background': '#3d484d',
286
- 'notificationCenterHeader.foreground': '#d3c6aa',
287
- 'notificationLink.foreground': '#a7c080',
288
- 'notifications.background': '#2d353b',
289
- 'notifications.foreground': '#d3c6aa',
290
- 'notificationsErrorIcon.foreground': '#e67e80',
291
- 'notificationsInfoIcon.foreground': '#7fbbb3',
292
- 'notificationsWarningIcon.foreground': '#dbbc7f',
293
- 'panel.background': '#2d353b',
294
- 'panel.border': '#2d353b',
295
- 'panelInput.border': '#4f585e',
296
- 'panelSection.border': '#21272b',
297
- 'panelSectionHeader.background': '#2d353b',
298
- 'panelTitle.activeBorder': '#a7c080',
299
- 'panelTitle.activeForeground': '#d3c6aa',
300
- 'panelTitle.inactiveForeground': '#859289',
301
- 'peekView.border': '#475258',
302
- 'peekViewEditor.background': '#343f44',
303
- 'peekViewEditor.matchHighlightBackground': '#bf983d',
304
- 'peekViewEditorGutter.background': '#343f44',
305
- 'peekViewResult.background': '#343f44',
306
- 'peekViewResult.fileForeground': '#d3c6aa',
307
- 'peekViewResult.lineForeground': '#9aa79d',
308
- 'peekViewResult.matchHighlightBackground': '#bf983d',
309
- 'peekViewResult.selectionBackground': '#569d79',
310
- 'peekViewResult.selectionForeground': '#d3c6aa',
311
- 'peekViewTitle.background': '#475258',
312
- 'peekViewTitleDescription.foreground': '#d3c6aa',
313
- 'peekViewTitleLabel.foreground': '#a7c080',
314
- 'pickerGroup.border': '#a7c080',
315
- 'pickerGroup.foreground': '#d3c6aa',
316
- 'ports.iconRunningProcessForeground': '#e69875',
317
- 'problemsErrorIcon.foreground': '#e67e80',
318
- 'problemsInfoIcon.foreground': '#7fbbb3',
319
- 'problemsWarningIcon.foreground': '#dbbc7f',
320
- 'progressBar.background': '#a7c080',
321
- 'quickInputTitle.background': '#343f44',
322
- 'rust_analyzer.inlayHints.background': '#2d353b',
323
- 'rust_analyzer.inlayHints.foreground': '#7f897d',
324
- 'rust_analyzer.syntaxTreeBorder': '#e67e80',
325
- 'sash.hoverBorder': '#475258',
326
- 'scrollbar.shadow': '#000000',
327
- 'scrollbarSlider.activeBackground': '#9aa79d',
328
- 'scrollbarSlider.background': '#4f585e',
329
- 'scrollbarSlider.hoverBackground': '#4f585e',
330
- 'selection.background': '#475258',
331
- 'settings.checkboxBackground': '#2d353b',
332
- 'settings.checkboxBorder': '#4f585e',
333
- 'settings.checkboxForeground': '#e69875',
334
- 'settings.dropdownBackground': '#2d353b',
335
- 'settings.dropdownBorder': '#4f585e',
336
- 'settings.dropdownForeground': '#83c092',
337
- 'settings.focusedRowBackground': '#343f44',
338
- 'settings.headerForeground': '#9aa79d',
339
- 'settings.modifiedItemIndicator': '#7f897d',
340
- 'settings.numberInputBackground': '#2d353b',
341
- 'settings.numberInputBorder': '#4f585e',
342
- 'settings.numberInputForeground': '#d699b6',
343
- 'settings.rowHoverBackground': '#343f44',
344
- 'settings.textInputBackground': '#2d353b',
345
- 'settings.textInputBorder': '#4f585e',
346
- 'settings.textInputForeground': '#7fbbb3',
347
- 'sideBar.background': '#2d353b',
348
- 'sideBar.foreground': '#859289',
349
- 'sideBarSectionHeader.background': '#2d353b',
350
- 'sideBarSectionHeader.foreground': '#9aa79d',
351
- 'sideBarTitle.foreground': '#9aa79d',
352
- 'statusBar.background': '#2d353b',
353
- 'statusBar.border': '#2d353b',
354
- 'statusBar.debuggingBackground': '#2d353b',
355
- 'statusBar.debuggingForeground': '#e69875',
356
- 'statusBar.foreground': '#9aa79d',
357
- 'statusBar.noFolderBackground': '#2d353b',
358
- 'statusBar.noFolderBorder': '#2d353b',
359
- 'statusBar.noFolderForeground': '#9aa79d',
360
- 'statusBarItem.activeBackground': '#475258',
361
- 'statusBarItem.errorBackground': '#2d353b',
362
- 'statusBarItem.errorForeground': '#e67e80',
363
- 'statusBarItem.hoverBackground': '#475258',
364
- 'statusBarItem.prominentBackground': '#2d353b',
365
- 'statusBarItem.prominentForeground': '#d3c6aa',
366
- 'statusBarItem.prominentHoverBackground': '#475258',
367
- 'statusBarItem.remoteBackground': '#2d353b',
368
- 'statusBarItem.remoteForeground': '#9aa79d',
369
- 'statusBarItem.warningBackground': '#2d353b',
370
- 'statusBarItem.warningForeground': '#dbbc7f',
371
- 'symbolIcon.arrayForeground': '#7fbbb3',
372
- 'symbolIcon.booleanForeground': '#d699b6',
373
- 'symbolIcon.classForeground': '#dbbc7f',
374
- 'symbolIcon.colorForeground': '#d3c6aa',
375
- 'symbolIcon.constantForeground': '#83c092',
376
- 'symbolIcon.constructorForeground': '#d699b6',
377
- 'symbolIcon.enumeratorForeground': '#d699b6',
378
- 'symbolIcon.enumeratorMemberForeground': '#83c092',
379
- 'symbolIcon.eventForeground': '#dbbc7f',
380
- 'symbolIcon.fieldForeground': '#d3c6aa',
381
- 'symbolIcon.fileForeground': '#d3c6aa',
382
- 'symbolIcon.folderForeground': '#d3c6aa',
383
- 'symbolIcon.functionForeground': '#a7c080',
384
- 'symbolIcon.interfaceForeground': '#dbbc7f',
385
- 'symbolIcon.keyForeground': '#a7c080',
386
- 'symbolIcon.keywordForeground': '#e67e80',
387
- 'symbolIcon.methodForeground': '#a7c080',
388
- 'symbolIcon.moduleForeground': '#d699b6',
389
- 'symbolIcon.namespaceForeground': '#d699b6',
390
- 'symbolIcon.nullForeground': '#83c092',
391
- 'symbolIcon.numberForeground': '#d699b6',
392
- 'symbolIcon.objectForeground': '#d699b6',
393
- 'symbolIcon.operatorForeground': '#e69875',
394
- 'symbolIcon.packageForeground': '#d699b6',
395
- 'symbolIcon.propertyForeground': '#83c092',
396
- 'symbolIcon.referenceForeground': '#7fbbb3',
397
- 'symbolIcon.snippetForeground': '#d3c6aa',
398
- 'symbolIcon.stringForeground': '#a7c080',
399
- 'symbolIcon.structForeground': '#dbbc7f',
400
- 'symbolIcon.textForeground': '#d3c6aa',
401
- 'symbolIcon.typeParameterForeground': '#83c092',
402
- 'symbolIcon.unitForeground': '#d3c6aa',
403
- 'symbolIcon.variableForeground': '#7fbbb3',
404
- 'tab.activeBackground': '#2d353b',
405
- 'tab.activeBorder': '#a7c080',
406
- 'tab.activeForeground': '#d3c6aa',
407
- 'tab.border': '#2d353b',
408
- 'tab.hoverBackground': '#2d353b',
409
- 'tab.hoverForeground': '#d3c6aa',
410
- 'tab.inactiveBackground': '#2d353b',
411
- 'tab.inactiveForeground': '#7f897d',
412
- 'tab.lastPinnedBorder': '#a7c080',
413
- 'tab.unfocusedActiveBorder': '#859289',
414
- 'tab.unfocusedActiveForeground': '#9aa79d',
415
- 'tab.unfocusedHoverForeground': '#d3c6aa',
416
- 'tab.unfocusedInactiveForeground': '#7f897d',
417
- 'terminal.ansiBlack': '#343f44',
418
- 'terminal.ansiBlue': '#7fbbb3',
419
- 'terminal.ansiBrightBlack': '#859289',
420
- 'terminal.ansiBrightBlue': '#7fbbb3',
421
- 'terminal.ansiBrightCyan': '#83c092',
422
- 'terminal.ansiBrightGreen': '#a7c080',
423
- 'terminal.ansiBrightMagenta': '#d699b6',
424
- 'terminal.ansiBrightRed': '#e67e80',
425
- 'terminal.ansiBrightWhite': '#d3c6aa',
426
- 'terminal.ansiBrightYellow': '#dbbc7f',
427
- 'terminal.ansiCyan': '#83c092',
428
- 'terminal.ansiGreen': '#a7c080',
429
- 'terminal.ansiMagenta': '#d699b6',
430
- 'terminal.ansiRed': '#e67e80',
431
- 'terminal.ansiWhite': '#d3c6aa',
432
- 'terminal.ansiYellow': '#dbbc7f',
433
- 'terminal.foreground': '#d3c6aa',
434
- 'terminalCursor.foreground': '#d3c6aa',
435
- 'testing.iconErrored': '#e67e80',
436
- 'testing.iconFailed': '#e67e80',
437
- 'testing.iconPassed': '#83c092',
438
- 'testing.iconQueued': '#7fbbb3',
439
- 'testing.iconSkipped': '#d699b6',
440
- 'testing.iconUnset': '#dbbc7f',
441
- 'testing.runAction': '#83c092',
442
- 'textBlockQuote.background': '#272e33',
443
- 'textBlockQuote.border': '#475258',
444
- 'textCodeBlock.background': '#272e33',
445
- 'textLink.activeForeground': '#a7c080',
446
- 'textLink.foreground': '#a7c080',
447
- 'textPreformat.foreground': '#dbbc7f',
448
- 'titleBar.activeBackground': '#2d353b',
449
- 'titleBar.activeForeground': '#9aa79d',
450
- 'titleBar.border': '#2d353b',
451
- 'titleBar.inactiveBackground': '#2d353b',
452
- 'titleBar.inactiveForeground': '#7f897d',
453
- 'toolbar.hoverBackground': '#343f44',
454
- 'tree.indentGuidesStroke': '#7f897d',
455
- 'walkThrough.embeddedEditorBackground': '#272e33',
456
- 'welcomePage.buttonBackground': '#343f44',
457
- 'welcomePage.buttonHoverBackground': '#343f44',
458
- 'welcomePage.progress.foreground': '#a7c080',
459
- 'welcomePage.tileHoverBackground': '#343f44',
460
- 'widget.shadow': '#000000',
461
- },
462
- displayName: 'Everforest Dark',
463
- fg: '#d3c6aa',
464
- name: 'everforest-dark',
465
- semanticHighlighting: true,
466
- semanticTokenColors: {
467
- 'class:python': '#83c092',
468
- 'class:typescript': '#83c092',
469
- 'class:typescriptreact': '#83c092',
470
- 'enum:typescript': '#d699b6',
471
- 'enum:typescriptreact': '#d699b6',
472
- 'enumMember:typescript': '#7fbbb3',
473
- 'enumMember:typescriptreact': '#7fbbb3',
474
- 'interface:typescript': '#83c092',
475
- 'interface:typescriptreact': '#83c092',
476
- 'intrinsic:python': '#d699b6',
477
- 'macro:rust': '#83c092',
478
- 'memberOperatorOverload': '#e69875',
479
- 'module:python': '#7fbbb3',
480
- 'namespace:rust': '#d699b6',
481
- 'namespace:typescript': '#d699b6',
482
- 'namespace:typescriptreact': '#d699b6',
483
- 'operatorOverload': '#e69875',
484
- 'property.defaultLibrary:javascript': '#d699b6',
485
- 'property.defaultLibrary:javascriptreact': '#d699b6',
486
- 'property.defaultLibrary:typescript': '#d699b6',
487
- 'property.defaultLibrary:typescriptreact': '#d699b6',
488
- 'selfKeyword:rust': '#d699b6',
489
- 'variable.defaultLibrary:javascript': '#d699b6',
490
- 'variable.defaultLibrary:javascriptreact': '#d699b6',
491
- 'variable.defaultLibrary:typescript': '#d699b6',
492
- 'variable.defaultLibrary:typescriptreact': '#d699b6',
493
- },
494
- settings: [
495
- {
496
- settings: {
497
- background: '#2d353b',
498
- foreground: '#d3c6aa',
499
- },
500
- },
501
- {
502
- scope:
503
- 'keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends',
504
- settings: {
505
- foreground: '#e67e80',
506
- },
507
- },
508
- {
509
- scope: 'keyword.other.debugger',
510
- settings: {
511
- foreground: '#e67e80',
512
- },
513
- },
514
- {
515
- scope:
516
- 'storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch',
517
- settings: {
518
- foreground: '#e69875',
519
- },
520
- },
521
- {
522
- scope: 'keyword.operator',
523
- settings: {
524
- foreground: '#e69875',
525
- },
526
- },
527
- {
528
- scope:
529
- 'string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end',
530
- settings: {
531
- foreground: '#dbbc7f',
532
- },
533
- },
534
- {
535
- scope: 'entity.other.attribute-name',
536
- settings: {
537
- foreground: '#dbbc7f',
538
- },
539
- },
540
- {
541
- scope:
542
- 'constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation',
543
- settings: {
544
- foreground: '#a7c080',
545
- },
546
- },
547
- {
548
- scope:
549
- 'entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method',
550
- settings: {
551
- foreground: '#a7c080',
552
- },
553
- },
554
- {
555
- scope:
556
- 'keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map',
557
- settings: {
558
- foreground: '#83c092',
559
- },
560
- },
561
- {
562
- scope: 'storage.type.annotation',
563
- settings: {
564
- foreground: '#83c092',
565
- },
566
- },
567
- {
568
- scope: 'entity.name.label, constant.other.label',
569
- settings: {
570
- foreground: '#83c092',
571
- },
572
- },
573
- {
574
- scope:
575
- 'support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module',
576
- settings: {
577
- foreground: '#83c092',
578
- },
579
- },
580
- {
581
- scope: 'storage.type, support.type, entity.name.type, keyword.type',
582
- settings: {
583
- foreground: '#7fbbb3',
584
- },
585
- },
586
- {
587
- scope:
588
- 'entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class',
589
- settings: {
590
- foreground: '#7fbbb3',
591
- },
592
- },
593
- {
594
- scope: 'constant.numeric',
595
- settings: {
596
- foreground: '#d699b6',
597
- },
598
- },
599
- {
600
- scope: 'constant.language.boolean',
601
- settings: {
602
- foreground: '#d699b6',
603
- },
604
- },
605
- {
606
- scope: 'entity.name.function.preprocessor',
607
- settings: {
608
- foreground: '#d699b6',
609
- },
610
- },
611
- {
612
- scope:
613
- 'variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan',
614
- settings: {
615
- foreground: '#d699b6',
616
- },
617
- },
618
- {
619
- scope: 'constant.language, support.constant',
620
- settings: {
621
- foreground: '#d699b6',
622
- },
623
- },
624
- {
625
- scope: 'variable, support.variable, meta.definition.variable',
626
- settings: {
627
- foreground: '#d3c6aa',
628
- },
629
- },
630
- {
631
- scope:
632
- 'variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key',
633
- settings: {
634
- foreground: '#d3c6aa',
635
- },
636
- },
637
- {
638
- scope: 'punctuation, meta.brace, meta.delimiter, meta.bracket',
639
- settings: {
640
- foreground: '#d3c6aa',
641
- },
642
- },
643
- {
644
- scope: 'heading.1.markdown, markup.heading.setext.1.markdown',
645
- settings: {
646
- fontStyle: 'bold',
647
- foreground: '#e67e80',
648
- },
649
- },
650
- {
651
- scope: 'heading.2.markdown, markup.heading.setext.2.markdown',
652
- settings: {
653
- fontStyle: 'bold',
654
- foreground: '#e69875',
655
- },
656
- },
657
- {
658
- scope: 'heading.3.markdown',
659
- settings: {
660
- fontStyle: 'bold',
661
- foreground: '#dbbc7f',
662
- },
663
- },
664
- {
665
- scope: 'heading.4.markdown',
666
- settings: {
667
- fontStyle: 'bold',
668
- foreground: '#a7c080',
669
- },
670
- },
671
- {
672
- scope: 'heading.5.markdown',
673
- settings: {
674
- fontStyle: 'bold',
675
- foreground: '#7fbbb3',
676
- },
677
- },
678
- {
679
- scope: 'heading.6.markdown',
680
- settings: {
681
- fontStyle: 'bold',
682
- foreground: '#d699b6',
683
- },
684
- },
685
- {
686
- scope: 'punctuation.definition.heading.markdown',
687
- settings: {
688
- fontStyle: 'regular',
689
- foreground: '#859289',
690
- },
691
- },
692
- {
693
- scope:
694
- 'string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown',
695
- settings: {
696
- fontStyle: 'regular',
697
- foreground: '#d699b6',
698
- },
699
- },
700
- {
701
- scope: 'markup.underline.link.image.markdown, markup.underline.link.markdown',
702
- settings: {
703
- fontStyle: 'underline',
704
- foreground: '#a7c080',
705
- },
706
- },
707
- {
708
- scope:
709
- 'punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown',
710
- settings: {
711
- foreground: '#859289',
712
- },
713
- },
714
- {
715
- scope: 'punctuation.definition.bold.markdown',
716
- settings: {
717
- fontStyle: 'regular',
718
- foreground: '#859289',
719
- },
720
- },
721
- {
722
- scope:
723
- 'meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown',
724
- settings: {
725
- fontStyle: 'bold',
726
- foreground: '#859289',
727
- },
728
- },
729
- {
730
- scope: 'markup.italic',
731
- settings: {
732
- fontStyle: 'italic',
733
- },
734
- },
735
- {
736
- scope: 'markup.bold',
737
- settings: {
738
- fontStyle: 'bold',
739
- },
740
- },
741
- {
742
- scope: 'markup.bold markup.italic, markup.italic markup.bold',
743
- settings: {
744
- fontStyle: 'italic bold',
745
- },
746
- },
747
- {
748
- scope: 'punctuation.definition.markdown, punctuation.definition.raw.markdown',
749
- settings: {
750
- foreground: '#dbbc7f',
751
- },
752
- },
753
- {
754
- scope: 'fenced_code.block.language',
755
- settings: {
756
- foreground: '#dbbc7f',
757
- },
758
- },
759
- {
760
- scope: 'markup.fenced_code.block.markdown, markup.inline.raw.string.markdown',
761
- settings: {
762
- foreground: '#a7c080',
763
- },
764
- },
765
- {
766
- scope: 'punctuation.definition.list.begin.markdown',
767
- settings: {
768
- foreground: '#e67e80',
769
- },
770
- },
771
- {
772
- scope: 'punctuation.definition.heading.restructuredtext',
773
- settings: {
774
- fontStyle: 'bold',
775
- foreground: '#e69875',
776
- },
777
- },
778
- {
779
- scope:
780
- 'punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext',
781
- settings: {
782
- foreground: '#859289',
783
- },
784
- },
785
- {
786
- scope: 'punctuation.definition.bold.restructuredtext',
787
- settings: {
788
- fontStyle: 'regular',
789
- foreground: '#859289',
790
- },
791
- },
792
- {
793
- scope:
794
- 'entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext',
795
- settings: {
796
- foreground: '#83c092',
797
- },
798
- },
799
- {
800
- scope: 'constant.other.footnote.link.restructuredtext',
801
- settings: {
802
- foreground: '#d699b6',
803
- },
804
- },
805
- {
806
- scope: 'support.directive.restructuredtext',
807
- settings: {
808
- foreground: '#e67e80',
809
- },
810
- },
811
- {
812
- scope:
813
- 'entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext',
814
- settings: {
815
- foreground: '#a7c080',
816
- },
817
- },
818
- {
819
- scope:
820
- 'punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex',
821
- settings: {
822
- foreground: '#859289',
823
- },
824
- },
825
- {
826
- scope: 'support.function.be.latex',
827
- settings: {
828
- foreground: '#e67e80',
829
- },
830
- },
831
- {
832
- scope:
833
- 'support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex',
834
- settings: {
835
- foreground: '#e69875',
836
- },
837
- },
838
- {
839
- scope:
840
- 'support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex',
841
- settings: {
842
- foreground: '#dbbc7f',
843
- },
844
- },
845
- {
846
- scope: 'keyword.control.preamble.latex',
847
- settings: {
848
- foreground: '#d699b6',
849
- },
850
- },
851
- {
852
- scope: 'punctuation.separator.namespace.xml',
853
- settings: {
854
- foreground: '#859289',
855
- },
856
- },
857
- {
858
- scope: 'entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml',
859
- settings: {
860
- foreground: '#e69875',
861
- },
862
- },
863
- {
864
- scope:
865
- 'entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml',
866
- settings: {
867
- foreground: '#dbbc7f',
868
- },
869
- },
870
- {
871
- scope:
872
- 'string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.separator.key-value.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html',
873
- settings: {
874
- foreground: '#a7c080',
875
- },
876
- },
877
- {
878
- scope: 'variable.language.documentroot.xml, meta.tag.sgml.doctype.xml',
879
- settings: {
880
- foreground: '#d699b6',
881
- },
882
- },
883
- {
884
- scope: 'storage.type.proto',
885
- settings: {
886
- foreground: '#dbbc7f',
887
- },
888
- },
889
- {
890
- scope:
891
- 'string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto',
892
- settings: {
893
- foreground: '#a7c080',
894
- },
895
- },
896
- {
897
- scope: 'entity.name.class.proto, entity.name.class.message.proto',
898
- settings: {
899
- foreground: '#83c092',
900
- },
901
- },
902
- {
903
- scope:
904
- 'punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css',
905
- settings: {
906
- foreground: '#859289',
907
- },
908
- },
909
- {
910
- scope: 'entity.other.attribute-name.class.css',
911
- settings: {
912
- foreground: '#e67e80',
913
- },
914
- },
915
- {
916
- scope: 'keyword.other.unit',
917
- settings: {
918
- foreground: '#e69875',
919
- },
920
- },
921
- {
922
- scope:
923
- 'entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css',
924
- settings: {
925
- foreground: '#dbbc7f',
926
- },
927
- },
928
- {
929
- scope:
930
- 'string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css',
931
- settings: {
932
- foreground: '#a7c080',
933
- },
934
- },
935
- {
936
- scope: 'support.type.property-name.css',
937
- settings: {
938
- foreground: '#83c092',
939
- },
940
- },
941
- {
942
- scope: 'support.type.vendored.property-name.css',
943
- settings: {
944
- foreground: '#7fbbb3',
945
- },
946
- },
947
- {
948
- scope:
949
- 'entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css',
950
- settings: {
951
- foreground: '#d699b6',
952
- },
953
- },
954
- {
955
- scope:
956
- 'punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss',
957
- settings: {
958
- foreground: '#859289',
959
- },
960
- },
961
- {
962
- scope: 'keyword.control.at-rule.keyframes.scss',
963
- settings: {
964
- foreground: '#e69875',
965
- },
966
- },
967
- {
968
- scope:
969
- 'punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss',
970
- settings: {
971
- foreground: '#dbbc7f',
972
- },
973
- },
974
- {
975
- scope:
976
- 'punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss',
977
- settings: {
978
- foreground: '#a7c080',
979
- },
980
- },
981
- {
982
- scope:
983
- 'keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss',
984
- settings: {
985
- foreground: '#d699b6',
986
- },
987
- },
988
- {
989
- scope: 'meta.function.stylus',
990
- settings: {
991
- foreground: '#d3c6aa',
992
- },
993
- },
994
- {
995
- scope: 'entity.name.function.stylus',
996
- settings: {
997
- foreground: '#dbbc7f',
998
- },
999
- },
1000
- {
1001
- scope: 'string.unquoted.js',
1002
- settings: {
1003
- foreground: '#d3c6aa',
1004
- },
1005
- },
1006
- {
1007
- scope:
1008
- 'punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js',
1009
- settings: {
1010
- foreground: '#859289',
1011
- },
1012
- },
1013
- {
1014
- scope: 'punctuation.definition.block.tag.jsdoc',
1015
- settings: {
1016
- foreground: '#e67e80',
1017
- },
1018
- },
1019
- {
1020
- scope: 'storage.type.js, storage.type.function.arrow.js',
1021
- settings: {
1022
- foreground: '#e69875',
1023
- },
1024
- },
1025
- {
1026
- scope: 'JSXNested',
1027
- settings: {
1028
- foreground: '#d3c6aa',
1029
- },
1030
- },
1031
- {
1032
- scope:
1033
- 'punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx',
1034
- settings: {
1035
- foreground: '#a7c080',
1036
- },
1037
- },
1038
- {
1039
- scope: 'entity.name.type.module.ts',
1040
- settings: {
1041
- foreground: '#d3c6aa',
1042
- },
1043
- },
1044
- {
1045
- scope:
1046
- 'keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts',
1047
- settings: {
1048
- foreground: '#859289',
1049
- },
1050
- },
1051
- {
1052
- scope: 'punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts',
1053
- settings: {
1054
- foreground: '#a7c080',
1055
- },
1056
- },
1057
- {
1058
- scope:
1059
- 'entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts',
1060
- settings: {
1061
- foreground: '#83c092',
1062
- },
1063
- },
1064
- {
1065
- scope: 'storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts',
1066
- settings: {
1067
- foreground: '#e69875',
1068
- },
1069
- },
1070
- {
1071
- scope: 'entity.name.type.module.ts',
1072
- settings: {
1073
- foreground: '#7fbbb3',
1074
- },
1075
- },
1076
- {
1077
- scope: 'keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts',
1078
- settings: {
1079
- foreground: '#d699b6',
1080
- },
1081
- },
1082
- {
1083
- scope: 'entity.name.type.module.tsx',
1084
- settings: {
1085
- foreground: '#d3c6aa',
1086
- },
1087
- },
1088
- {
1089
- scope:
1090
- 'keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx',
1091
- settings: {
1092
- foreground: '#859289',
1093
- },
1094
- },
1095
- {
1096
- scope:
1097
- 'punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx',
1098
- settings: {
1099
- foreground: '#a7c080',
1100
- },
1101
- },
1102
- {
1103
- scope:
1104
- 'entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx',
1105
- settings: {
1106
- foreground: '#83c092',
1107
- },
1108
- },
1109
- {
1110
- scope: 'entity.name.type.module.tsx',
1111
- settings: {
1112
- foreground: '#7fbbb3',
1113
- },
1114
- },
1115
- {
1116
- scope: 'keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx',
1117
- settings: {
1118
- foreground: '#d699b6',
1119
- },
1120
- },
1121
- {
1122
- scope:
1123
- 'storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx',
1124
- settings: {
1125
- foreground: '#e69875',
1126
- },
1127
- },
1128
- {
1129
- scope: 'storage.type.function.coffee',
1130
- settings: {
1131
- foreground: '#e69875',
1132
- },
1133
- },
1134
- {
1135
- scope: 'meta.type-signature.purescript',
1136
- settings: {
1137
- foreground: '#d3c6aa',
1138
- },
1139
- },
1140
- {
1141
- scope:
1142
- 'keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript',
1143
- settings: {
1144
- foreground: '#e69875',
1145
- },
1146
- },
1147
- {
1148
- scope: 'entity.name.function.purescript',
1149
- settings: {
1150
- foreground: '#dbbc7f',
1151
- },
1152
- },
1153
- {
1154
- scope:
1155
- 'string.quoted.single.purescript, string.quoted.double.purescript, punctuation.definition.string.begin.purescript, punctuation.definition.string.end.purescript, string.quoted.triple.purescript, entity.name.type.purescript',
1156
- settings: {
1157
- foreground: '#a7c080',
1158
- },
1159
- },
1160
- {
1161
- scope: 'support.other.module.purescript',
1162
- settings: {
1163
- foreground: '#d699b6',
1164
- },
1165
- },
1166
- {
1167
- scope: 'punctuation.dot.dart',
1168
- settings: {
1169
- foreground: '#859289',
1170
- },
1171
- },
1172
- {
1173
- scope: 'storage.type.primitive.dart',
1174
- settings: {
1175
- foreground: '#e69875',
1176
- },
1177
- },
1178
- {
1179
- scope: 'support.class.dart',
1180
- settings: {
1181
- foreground: '#dbbc7f',
1182
- },
1183
- },
1184
- {
1185
- scope:
1186
- 'entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart',
1187
- settings: {
1188
- foreground: '#a7c080',
1189
- },
1190
- },
1191
- {
1192
- scope: 'variable.language.dart',
1193
- settings: {
1194
- foreground: '#7fbbb3',
1195
- },
1196
- },
1197
- {
1198
- scope: 'keyword.other.import.dart, storage.type.annotation.dart',
1199
- settings: {
1200
- foreground: '#d699b6',
1201
- },
1202
- },
1203
- {
1204
- scope: 'entity.other.attribute-name.class.pug',
1205
- settings: {
1206
- foreground: '#e67e80',
1207
- },
1208
- },
1209
- {
1210
- scope: 'storage.type.function.pug',
1211
- settings: {
1212
- foreground: '#e69875',
1213
- },
1214
- },
1215
- {
1216
- scope: 'entity.other.attribute-name.tag.pug',
1217
- settings: {
1218
- foreground: '#83c092',
1219
- },
1220
- },
1221
- {
1222
- scope: 'entity.name.tag.pug, storage.type.import.include.pug',
1223
- settings: {
1224
- foreground: '#d699b6',
1225
- },
1226
- },
1227
- {
1228
- scope:
1229
- 'meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c',
1230
- settings: {
1231
- foreground: '#d3c6aa',
1232
- },
1233
- },
1234
- {
1235
- scope: 'punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c',
1236
- settings: {
1237
- foreground: '#859289',
1238
- },
1239
- },
1240
- {
1241
- scope:
1242
- 'keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c',
1243
- settings: {
1244
- foreground: '#e67e80',
1245
- },
1246
- },
1247
- {
1248
- scope: 'punctuation.separator.pointer-access.c',
1249
- settings: {
1250
- foreground: '#e69875',
1251
- },
1252
- },
1253
- {
1254
- scope: 'variable.other.member.c',
1255
- settings: {
1256
- foreground: '#83c092',
1257
- },
1258
- },
1259
- {
1260
- scope:
1261
- 'meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp',
1262
- settings: {
1263
- foreground: '#d3c6aa',
1264
- },
1265
- },
1266
- {
1267
- scope:
1268
- 'punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp',
1269
- settings: {
1270
- foreground: '#859289',
1271
- },
1272
- },
1273
- {
1274
- scope:
1275
- 'keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp',
1276
- settings: {
1277
- foreground: '#e67e80',
1278
- },
1279
- },
1280
- {
1281
- scope:
1282
- 'punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp',
1283
- settings: {
1284
- foreground: '#e69875',
1285
- },
1286
- },
1287
- {
1288
- scope: 'variable.other.member.cpp',
1289
- settings: {
1290
- foreground: '#83c092',
1291
- },
1292
- },
1293
- {
1294
- scope: 'keyword.other.using.cs',
1295
- settings: {
1296
- foreground: '#e67e80',
1297
- },
1298
- },
1299
- {
1300
- scope:
1301
- 'keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs',
1302
- settings: {
1303
- foreground: '#dbbc7f',
1304
- },
1305
- },
1306
- {
1307
- scope:
1308
- 'string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs',
1309
- settings: {
1310
- foreground: '#a7c080',
1311
- },
1312
- },
1313
- {
1314
- scope: 'variable.other.object.property.cs',
1315
- settings: {
1316
- foreground: '#83c092',
1317
- },
1318
- },
1319
- {
1320
- scope: 'entity.name.type.namespace.cs',
1321
- settings: {
1322
- foreground: '#d699b6',
1323
- },
1324
- },
1325
- {
1326
- scope: 'keyword.symbol.fsharp, constant.language.unit.fsharp',
1327
- settings: {
1328
- foreground: '#d3c6aa',
1329
- },
1330
- },
1331
- {
1332
- scope: 'keyword.format.specifier.fsharp, entity.name.type.fsharp',
1333
- settings: {
1334
- foreground: '#dbbc7f',
1335
- },
1336
- },
1337
- {
1338
- scope:
1339
- 'string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp',
1340
- settings: {
1341
- foreground: '#a7c080',
1342
- },
1343
- },
1344
- {
1345
- scope: 'entity.name.section.fsharp',
1346
- settings: {
1347
- foreground: '#7fbbb3',
1348
- },
1349
- },
1350
- {
1351
- scope: 'support.function.attribute.fsharp',
1352
- settings: {
1353
- foreground: '#d699b6',
1354
- },
1355
- },
1356
- {
1357
- scope: 'punctuation.separator.java, punctuation.separator.period.java',
1358
- settings: {
1359
- foreground: '#859289',
1360
- },
1361
- },
1362
- {
1363
- scope: 'keyword.other.import.java, keyword.other.package.java',
1364
- settings: {
1365
- foreground: '#e67e80',
1366
- },
1367
- },
1368
- {
1369
- scope: 'storage.type.function.arrow.java, keyword.control.ternary.java',
1370
- settings: {
1371
- foreground: '#e69875',
1372
- },
1373
- },
1374
- {
1375
- scope: 'variable.other.property.java',
1376
- settings: {
1377
- foreground: '#83c092',
1378
- },
1379
- },
1380
- {
1381
- scope:
1382
- 'variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java',
1383
- settings: {
1384
- foreground: '#d699b6',
1385
- },
1386
- },
1387
- {
1388
- scope: 'keyword.other.import.kotlin',
1389
- settings: {
1390
- foreground: '#e67e80',
1391
- },
1392
- },
1393
- {
1394
- scope: 'storage.type.kotlin',
1395
- settings: {
1396
- foreground: '#e69875',
1397
- },
1398
- },
1399
- {
1400
- scope: 'constant.language.kotlin',
1401
- settings: {
1402
- foreground: '#83c092',
1403
- },
1404
- },
1405
- {
1406
- scope: 'entity.name.package.kotlin, storage.type.annotation.kotlin',
1407
- settings: {
1408
- foreground: '#d699b6',
1409
- },
1410
- },
1411
- {
1412
- scope: 'entity.name.package.scala',
1413
- settings: {
1414
- foreground: '#d699b6',
1415
- },
1416
- },
1417
- {
1418
- scope: 'constant.language.scala',
1419
- settings: {
1420
- foreground: '#7fbbb3',
1421
- },
1422
- },
1423
- {
1424
- scope: 'entity.name.import.scala',
1425
- settings: {
1426
- foreground: '#83c092',
1427
- },
1428
- },
1429
- {
1430
- scope:
1431
- 'string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala',
1432
- settings: {
1433
- foreground: '#a7c080',
1434
- },
1435
- },
1436
- {
1437
- scope: 'entity.name.class, entity.other.inherited-class.scala',
1438
- settings: {
1439
- foreground: '#dbbc7f',
1440
- },
1441
- },
1442
- {
1443
- scope: 'keyword.declaration.stable.scala, keyword.other.arrow.scala',
1444
- settings: {
1445
- foreground: '#e69875',
1446
- },
1447
- },
1448
- {
1449
- scope: 'keyword.other.import.scala',
1450
- settings: {
1451
- foreground: '#e67e80',
1452
- },
1453
- },
1454
- {
1455
- scope:
1456
- 'keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java',
1457
- settings: {
1458
- foreground: '#d3c6aa',
1459
- },
1460
- },
1461
- {
1462
- scope: 'punctuation.separator.groovy',
1463
- settings: {
1464
- foreground: '#859289',
1465
- },
1466
- },
1467
- {
1468
- scope:
1469
- 'keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy',
1470
- settings: {
1471
- foreground: '#e67e80',
1472
- },
1473
- },
1474
- {
1475
- scope: 'storage.type.def.groovy',
1476
- settings: {
1477
- foreground: '#e69875',
1478
- },
1479
- },
1480
- {
1481
- scope: 'variable.other.interpolated.groovy, meta.method.groovy',
1482
- settings: {
1483
- foreground: '#a7c080',
1484
- },
1485
- },
1486
- {
1487
- scope: 'storage.modifier.import.groovy, storage.modifier.package.groovy',
1488
- settings: {
1489
- foreground: '#83c092',
1490
- },
1491
- },
1492
- {
1493
- scope: 'storage.type.annotation.groovy',
1494
- settings: {
1495
- foreground: '#d699b6',
1496
- },
1497
- },
1498
- {
1499
- scope: 'keyword.type.go',
1500
- settings: {
1501
- foreground: '#e67e80',
1502
- },
1503
- },
1504
- {
1505
- scope: 'entity.name.package.go',
1506
- settings: {
1507
- foreground: '#83c092',
1508
- },
1509
- },
1510
- {
1511
- scope: 'keyword.import.go, keyword.package.go',
1512
- settings: {
1513
- foreground: '#d699b6',
1514
- },
1515
- },
1516
- {
1517
- scope: 'entity.name.type.mod.rust',
1518
- settings: {
1519
- foreground: '#d3c6aa',
1520
- },
1521
- },
1522
- {
1523
- scope: 'keyword.operator.path.rust, keyword.operator.member-access.rust',
1524
- settings: {
1525
- foreground: '#859289',
1526
- },
1527
- },
1528
- {
1529
- scope: 'storage.type.rust',
1530
- settings: {
1531
- foreground: '#e69875',
1532
- },
1533
- },
1534
- {
1535
- scope: 'support.constant.core.rust',
1536
- settings: {
1537
- foreground: '#83c092',
1538
- },
1539
- },
1540
- {
1541
- scope: 'meta.attribute.rust, variable.language.rust, storage.type.module.rust',
1542
- settings: {
1543
- foreground: '#d699b6',
1544
- },
1545
- },
1546
- {
1547
- scope: 'meta.function-call.swift, support.function.any-method.swift',
1548
- settings: {
1549
- foreground: '#d3c6aa',
1550
- },
1551
- },
1552
- {
1553
- scope: 'support.variable.swift',
1554
- settings: {
1555
- foreground: '#83c092',
1556
- },
1557
- },
1558
- {
1559
- scope: 'keyword.operator.class.php',
1560
- settings: {
1561
- foreground: '#d3c6aa',
1562
- },
1563
- },
1564
- {
1565
- scope: 'storage.type.trait.php',
1566
- settings: {
1567
- foreground: '#e69875',
1568
- },
1569
- },
1570
- {
1571
- scope: 'constant.language.php, support.other.namespace.php',
1572
- settings: {
1573
- foreground: '#83c092',
1574
- },
1575
- },
1576
- {
1577
- scope:
1578
- 'storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp',
1579
- settings: {
1580
- foreground: '#7fbbb3',
1581
- },
1582
- },
1583
- {
1584
- scope: 'keyword.control.import.include.php, storage.type.php',
1585
- settings: {
1586
- foreground: '#d699b6',
1587
- },
1588
- },
1589
- {
1590
- scope: 'meta.function-call.arguments.python',
1591
- settings: {
1592
- foreground: '#d3c6aa',
1593
- },
1594
- },
1595
- {
1596
- scope: 'punctuation.definition.decorator.python, punctuation.separator.period.python',
1597
- settings: {
1598
- foreground: '#859289',
1599
- },
1600
- },
1601
- {
1602
- scope: 'constant.language.python',
1603
- settings: {
1604
- foreground: '#83c092',
1605
- },
1606
- },
1607
- {
1608
- scope: 'keyword.control.import.python, keyword.control.import.from.python',
1609
- settings: {
1610
- foreground: '#d699b6',
1611
- },
1612
- },
1613
- {
1614
- scope: 'constant.language.lua',
1615
- settings: {
1616
- foreground: '#83c092',
1617
- },
1618
- },
1619
- {
1620
- scope: 'entity.name.class.lua',
1621
- settings: {
1622
- foreground: '#7fbbb3',
1623
- },
1624
- },
1625
- {
1626
- scope: 'meta.function.method.with-arguments.ruby',
1627
- settings: {
1628
- foreground: '#d3c6aa',
1629
- },
1630
- },
1631
- {
1632
- scope: 'punctuation.separator.method.ruby',
1633
- settings: {
1634
- foreground: '#859289',
1635
- },
1636
- },
1637
- {
1638
- scope: 'keyword.control.pseudo-method.ruby, storage.type.variable.ruby',
1639
- settings: {
1640
- foreground: '#e69875',
1641
- },
1642
- },
1643
- {
1644
- scope: 'keyword.other.special-method.ruby',
1645
- settings: {
1646
- foreground: '#a7c080',
1647
- },
1648
- },
1649
- {
1650
- scope: 'keyword.control.module.ruby, punctuation.definition.constant.ruby',
1651
- settings: {
1652
- foreground: '#d699b6',
1653
- },
1654
- },
1655
- {
1656
- scope:
1657
- 'string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby',
1658
- settings: {
1659
- foreground: '#dbbc7f',
1660
- },
1661
- },
1662
- {
1663
- scope: 'variable.other.constant.ruby',
1664
- settings: {
1665
- foreground: '#7fbbb3',
1666
- },
1667
- },
1668
- {
1669
- scope:
1670
- 'keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell',
1671
- settings: {
1672
- foreground: '#e69875',
1673
- },
1674
- },
1675
- {
1676
- scope: 'storage.type.haskell',
1677
- settings: {
1678
- foreground: '#dbbc7f',
1679
- },
1680
- },
1681
- {
1682
- scope:
1683
- 'constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell',
1684
- settings: {
1685
- foreground: '#a7c080',
1686
- },
1687
- },
1688
- {
1689
- scope: 'entity.name.function.haskell',
1690
- settings: {
1691
- foreground: '#7fbbb3',
1692
- },
1693
- },
1694
- {
1695
- scope: 'entity.name.namespace, meta.preprocessor.haskell',
1696
- settings: {
1697
- foreground: '#83c092',
1698
- },
1699
- },
1700
- {
1701
- scope: 'keyword.control.import.julia, keyword.control.export.julia',
1702
- settings: {
1703
- foreground: '#e67e80',
1704
- },
1705
- },
1706
- {
1707
- scope: 'keyword.storage.modifier.julia',
1708
- settings: {
1709
- foreground: '#e69875',
1710
- },
1711
- },
1712
- {
1713
- scope: 'constant.language.julia',
1714
- settings: {
1715
- foreground: '#83c092',
1716
- },
1717
- },
1718
- {
1719
- scope: 'support.function.macro.julia',
1720
- settings: {
1721
- foreground: '#d699b6',
1722
- },
1723
- },
1724
- {
1725
- scope: 'keyword.other.period.elm',
1726
- settings: {
1727
- foreground: '#d3c6aa',
1728
- },
1729
- },
1730
- {
1731
- scope: 'storage.type.elm',
1732
- settings: {
1733
- foreground: '#dbbc7f',
1734
- },
1735
- },
1736
- {
1737
- scope: 'keyword.other.r',
1738
- settings: {
1739
- foreground: '#e69875',
1740
- },
1741
- },
1742
- {
1743
- scope: 'entity.name.function.r, variable.function.r',
1744
- settings: {
1745
- foreground: '#a7c080',
1746
- },
1747
- },
1748
- {
1749
- scope: 'constant.language.r',
1750
- settings: {
1751
- foreground: '#83c092',
1752
- },
1753
- },
1754
- {
1755
- scope: 'entity.namespace.r',
1756
- settings: {
1757
- foreground: '#d699b6',
1758
- },
1759
- },
1760
- {
1761
- scope:
1762
- 'punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang',
1763
- settings: {
1764
- foreground: '#859289',
1765
- },
1766
- },
1767
- {
1768
- scope: 'keyword.control.directive.erlang, keyword.control.directive.define.erlang',
1769
- settings: {
1770
- foreground: '#e67e80',
1771
- },
1772
- },
1773
- {
1774
- scope: 'entity.name.type.class.module.erlang',
1775
- settings: {
1776
- foreground: '#dbbc7f',
1777
- },
1778
- },
1779
- {
1780
- scope:
1781
- 'string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang',
1782
- settings: {
1783
- foreground: '#a7c080',
1784
- },
1785
- },
1786
- {
1787
- scope:
1788
- 'keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang',
1789
- settings: {
1790
- foreground: '#d699b6',
1791
- },
1792
- },
1793
- {
1794
- scope: 'variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir',
1795
- settings: {
1796
- foreground: '#83c092',
1797
- },
1798
- },
1799
- {
1800
- scope: 'constant.language.elixir',
1801
- settings: {
1802
- foreground: '#7fbbb3',
1803
- },
1804
- },
1805
- {
1806
- scope: 'keyword.control.module.elixir',
1807
- settings: {
1808
- foreground: '#d699b6',
1809
- },
1810
- },
1811
- {
1812
- scope: 'entity.name.type.value-signature.ocaml',
1813
- settings: {
1814
- foreground: '#d3c6aa',
1815
- },
1816
- },
1817
- {
1818
- scope: 'keyword.other.ocaml',
1819
- settings: {
1820
- foreground: '#e69875',
1821
- },
1822
- },
1823
- {
1824
- scope: 'constant.language.variant.ocaml',
1825
- settings: {
1826
- foreground: '#83c092',
1827
- },
1828
- },
1829
- {
1830
- scope: 'storage.type.sub.perl, storage.type.declare.routine.perl',
1831
- settings: {
1832
- foreground: '#e67e80',
1833
- },
1834
- },
1835
- {
1836
- scope: 'meta.function.lisp',
1837
- settings: {
1838
- foreground: '#d3c6aa',
1839
- },
1840
- },
1841
- {
1842
- scope: 'storage.type.function-type.lisp',
1843
- settings: {
1844
- foreground: '#e67e80',
1845
- },
1846
- },
1847
- {
1848
- scope: 'keyword.constant.lisp',
1849
- settings: {
1850
- foreground: '#a7c080',
1851
- },
1852
- },
1853
- {
1854
- scope: 'entity.name.function.lisp',
1855
- settings: {
1856
- foreground: '#83c092',
1857
- },
1858
- },
1859
- {
1860
- scope: 'constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure',
1861
- settings: {
1862
- foreground: '#a7c080',
1863
- },
1864
- },
1865
- {
1866
- scope: 'entity.global.clojure',
1867
- settings: {
1868
- foreground: '#d699b6',
1869
- },
1870
- },
1871
- {
1872
- scope: 'entity.name.function.clojure',
1873
- settings: {
1874
- foreground: '#7fbbb3',
1875
- },
1876
- },
1877
- {
1878
- scope: 'meta.scope.if-block.shell, meta.scope.group.shell',
1879
- settings: {
1880
- foreground: '#d3c6aa',
1881
- },
1882
- },
1883
- {
1884
- scope: 'support.function.builtin.shell, entity.name.function.shell',
1885
- settings: {
1886
- foreground: '#dbbc7f',
1887
- },
1888
- },
1889
- {
1890
- scope:
1891
- 'string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell',
1892
- settings: {
1893
- foreground: '#a7c080',
1894
- },
1895
- },
1896
- {
1897
- scope:
1898
- 'keyword.control.heredoc-token.shell, variable.other.normal.shell, punctuation.definition.variable.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell',
1899
- settings: {
1900
- foreground: '#d699b6',
1901
- },
1902
- },
1903
- {
1904
- scope: 'support.function.builtin.fish',
1905
- settings: {
1906
- foreground: '#e67e80',
1907
- },
1908
- },
1909
- {
1910
- scope: 'support.function.unix.fish',
1911
- settings: {
1912
- foreground: '#e69875',
1913
- },
1914
- },
1915
- {
1916
- scope:
1917
- 'variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish',
1918
- settings: {
1919
- foreground: '#7fbbb3',
1920
- },
1921
- },
1922
- {
1923
- scope:
1924
- 'string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish',
1925
- settings: {
1926
- foreground: '#a7c080',
1927
- },
1928
- },
1929
- {
1930
- scope: 'constant.character.escape.single.fish',
1931
- settings: {
1932
- foreground: '#d699b6',
1933
- },
1934
- },
1935
- {
1936
- scope: 'punctuation.definition.variable.powershell',
1937
- settings: {
1938
- foreground: '#859289',
1939
- },
1940
- },
1941
- {
1942
- scope:
1943
- 'entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell',
1944
- settings: {
1945
- foreground: '#dbbc7f',
1946
- },
1947
- },
1948
- {
1949
- scope:
1950
- 'string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell',
1951
- settings: {
1952
- foreground: '#a7c080',
1953
- },
1954
- },
1955
- {
1956
- scope: 'variable.other.member.powershell',
1957
- settings: {
1958
- foreground: '#83c092',
1959
- },
1960
- },
1961
- {
1962
- scope: 'string.unquoted.alias.graphql',
1963
- settings: {
1964
- foreground: '#d3c6aa',
1965
- },
1966
- },
1967
- {
1968
- scope: 'keyword.type.graphql',
1969
- settings: {
1970
- foreground: '#e67e80',
1971
- },
1972
- },
1973
- {
1974
- scope: 'entity.name.fragment.graphql',
1975
- settings: {
1976
- foreground: '#d699b6',
1977
- },
1978
- },
1979
- {
1980
- scope: 'entity.name.function.target.makefile',
1981
- settings: {
1982
- foreground: '#e69875',
1983
- },
1984
- },
1985
- {
1986
- scope: 'variable.other.makefile',
1987
- settings: {
1988
- foreground: '#dbbc7f',
1989
- },
1990
- },
1991
- {
1992
- scope: 'meta.scope.prerequisites.makefile',
1993
- settings: {
1994
- foreground: '#a7c080',
1995
- },
1996
- },
1997
- {
1998
- scope: 'string.source.cmake',
1999
- settings: {
2000
- foreground: '#a7c080',
2001
- },
2002
- },
2003
- {
2004
- scope: 'entity.source.cmake',
2005
- settings: {
2006
- foreground: '#83c092',
2007
- },
2008
- },
2009
- {
2010
- scope: 'storage.source.cmake',
2011
- settings: {
2012
- foreground: '#d699b6',
2013
- },
2014
- },
2015
- {
2016
- scope: 'punctuation.definition.map.viml',
2017
- settings: {
2018
- foreground: '#859289',
2019
- },
2020
- },
2021
- {
2022
- scope: 'storage.type.map.viml',
2023
- settings: {
2024
- foreground: '#e69875',
2025
- },
2026
- },
2027
- {
2028
- scope: 'constant.character.map.viml, constant.character.map.key.viml',
2029
- settings: {
2030
- foreground: '#a7c080',
2031
- },
2032
- },
2033
- {
2034
- scope: 'constant.character.map.special.viml',
2035
- settings: {
2036
- foreground: '#7fbbb3',
2037
- },
2038
- },
2039
- {
2040
- scope: 'constant.language.tmux, constant.numeric.tmux',
2041
- settings: {
2042
- foreground: '#a7c080',
2043
- },
2044
- },
2045
- {
2046
- scope: 'entity.name.function.package-manager.dockerfile',
2047
- settings: {
2048
- foreground: '#e69875',
2049
- },
2050
- },
2051
- {
2052
- scope: 'keyword.operator.flag.dockerfile',
2053
- settings: {
2054
- foreground: '#dbbc7f',
2055
- },
2056
- },
2057
- {
2058
- scope: 'string.quoted.double.dockerfile, string.quoted.single.dockerfile',
2059
- settings: {
2060
- foreground: '#a7c080',
2061
- },
2062
- },
2063
- {
2064
- scope: 'constant.character.escape.dockerfile',
2065
- settings: {
2066
- foreground: '#83c092',
2067
- },
2068
- },
2069
- {
2070
- scope: 'entity.name.type.base-image.dockerfile, entity.name.image.dockerfile',
2071
- settings: {
2072
- foreground: '#d699b6',
2073
- },
2074
- },
2075
- {
2076
- scope: 'punctuation.definition.separator.diff',
2077
- settings: {
2078
- foreground: '#859289',
2079
- },
2080
- },
2081
- {
2082
- scope: 'markup.deleted.diff, punctuation.definition.deleted.diff',
2083
- settings: {
2084
- foreground: '#e67e80',
2085
- },
2086
- },
2087
- {
2088
- scope: 'meta.diff.range.context, punctuation.definition.range.diff',
2089
- settings: {
2090
- foreground: '#e69875',
2091
- },
2092
- },
2093
- {
2094
- scope: 'meta.diff.header.from-file',
2095
- settings: {
2096
- foreground: '#dbbc7f',
2097
- },
2098
- },
2099
- {
2100
- scope: 'markup.inserted.diff, punctuation.definition.inserted.diff',
2101
- settings: {
2102
- foreground: '#a7c080',
2103
- },
2104
- },
2105
- {
2106
- scope: 'markup.changed.diff, punctuation.definition.changed.diff',
2107
- settings: {
2108
- foreground: '#7fbbb3',
2109
- },
2110
- },
2111
- {
2112
- scope: 'punctuation.definition.from-file.diff',
2113
- settings: {
2114
- foreground: '#d699b6',
2115
- },
2116
- },
2117
- {
2118
- scope: 'entity.name.section.group-title.ini, punctuation.definition.entity.ini',
2119
- settings: {
2120
- foreground: '#e67e80',
2121
- },
2122
- },
2123
- {
2124
- scope: 'punctuation.separator.key-value.ini',
2125
- settings: {
2126
- foreground: '#e69875',
2127
- },
2128
- },
2129
- {
2130
- scope:
2131
- 'string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini',
2132
- settings: {
2133
- foreground: '#a7c080',
2134
- },
2135
- },
2136
- {
2137
- scope: 'keyword.other.definition.ini',
2138
- settings: {
2139
- foreground: '#83c092',
2140
- },
2141
- },
2142
- {
2143
- scope: 'support.function.aggregate.sql',
2144
- settings: {
2145
- foreground: '#dbbc7f',
2146
- },
2147
- },
2148
- {
2149
- scope:
2150
- 'string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql',
2151
- settings: {
2152
- foreground: '#a7c080',
2153
- },
2154
- },
2155
- {
2156
- scope: 'support.type.graphql',
2157
- settings: {
2158
- foreground: '#dbbc7f',
2159
- },
2160
- },
2161
- {
2162
- scope: 'variable.parameter.graphql',
2163
- settings: {
2164
- foreground: '#7fbbb3',
2165
- },
2166
- },
2167
- {
2168
- scope: 'constant.character.enum.graphql',
2169
- settings: {
2170
- foreground: '#83c092',
2171
- },
2172
- },
2173
- {
2174
- scope:
2175
- 'punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json',
2176
- settings: {
2177
- foreground: '#859289',
2178
- },
2179
- },
2180
- {
2181
- scope: 'support.type.property-name.json',
2182
- settings: {
2183
- foreground: '#e69875',
2184
- },
2185
- },
2186
- {
2187
- scope: 'string.quoted.double.json',
2188
- settings: {
2189
- foreground: '#a7c080',
2190
- },
2191
- },
2192
- {
2193
- scope: 'punctuation.separator.key-value.mapping.yaml',
2194
- settings: {
2195
- foreground: '#859289',
2196
- },
2197
- },
2198
- {
2199
- scope:
2200
- 'string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml',
2201
- settings: {
2202
- foreground: '#a7c080',
2203
- },
2204
- },
2205
- {
2206
- scope: 'punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml',
2207
- settings: {
2208
- foreground: '#83c092',
2209
- },
2210
- },
2211
- {
2212
- scope: 'keyword.key.toml',
2213
- settings: {
2214
- foreground: '#e69875',
2215
- },
2216
- },
2217
- {
2218
- scope:
2219
- 'string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml',
2220
- settings: {
2221
- foreground: '#a7c080',
2222
- },
2223
- },
2224
- {
2225
- scope: 'constant.other.boolean.toml',
2226
- settings: {
2227
- foreground: '#7fbbb3',
2228
- },
2229
- },
2230
- {
2231
- scope:
2232
- 'entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml',
2233
- settings: {
2234
- foreground: '#d699b6',
2235
- },
2236
- },
2237
- {
2238
- scope: 'comment, string.comment, punctuation.definition.comment',
2239
- settings: {
2240
- fontStyle: 'italic',
2241
- foreground: '#859289',
2242
- },
2243
- },
2244
- ],
2245
- type: 'dark',
2246
- }