@brimveyn/aimux-config 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +47 -0
  3. package/src/defaults.ts +3 -0
  4. package/src/index.ts +9 -1
  5. package/src/normalize-theme.ts +260 -0
  6. package/src/themes/generated/andromeeda.ts +346 -0
  7. package/src/themes/generated/aurora-x.ts +603 -0
  8. package/src/themes/generated/ayu-dark.ts +817 -0
  9. package/src/themes/generated/ayu-light.ts +817 -0
  10. package/src/themes/generated/ayu-mirage.ts +817 -0
  11. package/src/themes/generated/catppuccin-frappe.ts +2041 -0
  12. package/src/themes/generated/catppuccin-latte.ts +2041 -0
  13. package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
  14. package/src/themes/generated/catppuccin-mocha.ts +2041 -0
  15. package/src/themes/generated/dark-plus.ts +614 -0
  16. package/src/themes/generated/dracula-soft.ts +947 -0
  17. package/src/themes/generated/dracula.ts +947 -0
  18. package/src/themes/generated/everforest-dark.ts +2246 -0
  19. package/src/themes/generated/everforest-light.ts +2246 -0
  20. package/src/themes/generated/github-dark-default.ts +605 -0
  21. package/src/themes/generated/github-dark-dimmed.ts +605 -0
  22. package/src/themes/generated/github-dark-high-contrast.ts +608 -0
  23. package/src/themes/generated/github-dark.ts +519 -0
  24. package/src/themes/generated/github-light-default.ts +602 -0
  25. package/src/themes/generated/github-light-high-contrast.ts +604 -0
  26. package/src/themes/generated/github-light.ts +515 -0
  27. package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
  28. package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
  29. package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
  30. package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
  31. package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
  32. package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
  33. package/src/themes/generated/horizon-bright.ts +420 -0
  34. package/src/themes/generated/horizon.ts +418 -0
  35. package/src/themes/generated/houston.ts +1819 -0
  36. package/src/themes/generated/index.ts +140 -0
  37. package/src/themes/generated/kanagawa-dragon.ts +753 -0
  38. package/src/themes/generated/kanagawa-lotus.ts +753 -0
  39. package/src/themes/generated/kanagawa-wave.ts +753 -0
  40. package/src/themes/generated/laserwave.ts +489 -0
  41. package/src/themes/generated/light-plus.ts +639 -0
  42. package/src/themes/generated/material-theme-darker.ts +759 -0
  43. package/src/themes/generated/material-theme-lighter.ts +759 -0
  44. package/src/themes/generated/material-theme-ocean.ts +759 -0
  45. package/src/themes/generated/material-theme-palenight.ts +759 -0
  46. package/src/themes/generated/material-theme.ts +759 -0
  47. package/src/themes/generated/min-dark.ts +326 -0
  48. package/src/themes/generated/min-light.ts +331 -0
  49. package/src/themes/generated/monokai.ts +463 -0
  50. package/src/themes/generated/night-owl-light.ts +1526 -0
  51. package/src/themes/generated/night-owl.ts +1628 -0
  52. package/src/themes/generated/nord.ts +1277 -0
  53. package/src/themes/generated/one-dark-pro.ts +1920 -0
  54. package/src/themes/generated/one-light.ts +1599 -0
  55. package/src/themes/generated/plastic.ts +315 -0
  56. package/src/themes/generated/poimandres.ts +1233 -0
  57. package/src/themes/generated/red.ts +395 -0
  58. package/src/themes/generated/rose-pine-dawn.ts +696 -0
  59. package/src/themes/generated/rose-pine-moon.ts +696 -0
  60. package/src/themes/generated/rose-pine.ts +696 -0
  61. package/src/themes/generated/slack-dark.ts +594 -0
  62. package/src/themes/generated/slack-ochin.ts +461 -0
  63. package/src/themes/generated/snazzy-light.ts +1254 -0
  64. package/src/themes/generated/solarized-dark.ts +387 -0
  65. package/src/themes/generated/solarized-light.ts +379 -0
  66. package/src/themes/generated/synthwave-84.ts +751 -0
  67. package/src/themes/generated/tokyo-night.ts +1420 -0
  68. package/src/themes/generated/vesper.ts +578 -0
  69. package/src/themes/generated/vitesse-black.ts +629 -0
  70. package/src/themes/generated/vitesse-dark.ts +629 -0
  71. package/src/themes/generated/vitesse-light.ts +627 -0
  72. package/src/themes.ts +57 -10
  73. package/src/types.ts +29 -4
  74. package/src/themes.generated.ts +0 -59794
@@ -0,0 +1,2041 @@
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: '#24273a',
8
+ colors: {
9
+ 'activityBar.activeBackground': '#000000',
10
+ 'activityBar.activeBorder': '#000000',
11
+ 'activityBar.activeFocusBorder': '#000000',
12
+ 'activityBar.background': '#181926',
13
+ 'activityBar.border': '#000000',
14
+ 'activityBar.dropBorder': '#c6a0f6',
15
+ 'activityBar.foreground': '#c6a0f6',
16
+ 'activityBar.inactiveForeground': '#6e738d',
17
+ 'activityBarBadge.background': '#c6a0f6',
18
+ 'activityBarBadge.foreground': '#181926',
19
+ 'activityBarTop.activeBorder': '#000000',
20
+ 'activityBarTop.dropBorder': '#c6a0f6',
21
+ 'activityBarTop.foreground': '#c6a0f6',
22
+ 'activityBarTop.inactiveForeground': '#6e738d',
23
+ 'badge.background': '#494d64',
24
+ 'badge.foreground': '#cad3f5',
25
+ 'banner.background': '#494d64',
26
+ 'banner.foreground': '#cad3f5',
27
+ 'banner.iconForeground': '#cad3f5',
28
+ 'breadcrumb.activeSelectionForeground': '#c6a0f6',
29
+ 'breadcrumb.background': '#24273a',
30
+ 'breadcrumb.focusForeground': '#c6a0f6',
31
+ 'breadcrumb.foreground': '#cad3f5',
32
+ 'breadcrumbPicker.background': '#1e2030',
33
+ 'button.background': '#c6a0f6',
34
+ 'button.border': '#000000',
35
+ 'button.foreground': '#181926',
36
+ 'button.hoverBackground': '#dac1f9',
37
+ 'button.secondaryBackground': '#5b6078',
38
+ 'button.secondaryBorder': '#c6a0f6',
39
+ 'button.secondaryForeground': '#cad3f5',
40
+ 'button.secondaryHoverBackground': '#6a708c',
41
+ 'button.separator': '#000000',
42
+ 'charts.blue': '#8aadf4',
43
+ 'charts.foreground': '#cad3f5',
44
+ 'charts.green': '#a6da95',
45
+ 'charts.lines': '#b8c0e0',
46
+ 'charts.orange': '#f5a97f',
47
+ 'charts.purple': '#c6a0f6',
48
+ 'charts.red': '#ed8796',
49
+ 'charts.yellow': '#eed49f',
50
+ 'checkbox.background': '#494d64',
51
+ 'checkbox.border': '#000000',
52
+ 'checkbox.foreground': '#c6a0f6',
53
+ 'commandCenter.activeBackground': '#5b6078',
54
+ 'commandCenter.activeBorder': '#c6a0f6',
55
+ 'commandCenter.activeForeground': '#c6a0f6',
56
+ 'commandCenter.background': '#1e2030',
57
+ 'commandCenter.border': '#000000',
58
+ 'commandCenter.foreground': '#b8c0e0',
59
+ 'commandCenter.inactiveBorder': '#000000',
60
+ 'commandCenter.inactiveForeground': '#b8c0e0',
61
+ 'contrastBorder': '#5b6078',
62
+ 'debugConsole.errorForeground': '#ed8796',
63
+ 'debugConsole.infoForeground': '#8aadf4',
64
+ 'debugConsole.sourceForeground': '#f4dbd6',
65
+ 'debugConsole.warningForeground': '#f5a97f',
66
+ 'debugConsoleInputIcon.foreground': '#cad3f5',
67
+ 'debugExceptionWidget.background': '#181926',
68
+ 'debugExceptionWidget.border': '#c6a0f6',
69
+ 'debugIcon.breakpointCurrentStackframeForeground': '#5b6078',
70
+ 'debugIcon.breakpointDisabledForeground': '#ed8796',
71
+ 'debugIcon.breakpointForeground': '#ed8796',
72
+ 'debugIcon.breakpointStackframeForeground': '#5b6078',
73
+ 'debugIcon.breakpointUnverifiedForeground': '#a47487',
74
+ 'debugIcon.continueForeground': '#a6da95',
75
+ 'debugIcon.disconnectForeground': '#5b6078',
76
+ 'debugIcon.pauseForeground': '#8aadf4',
77
+ 'debugIcon.restartForeground': '#8bd5ca',
78
+ 'debugIcon.startForeground': '#a6da95',
79
+ 'debugIcon.stepBackForeground': '#5b6078',
80
+ 'debugIcon.stepIntoForeground': '#cad3f5',
81
+ 'debugIcon.stepOutForeground': '#cad3f5',
82
+ 'debugIcon.stepOverForeground': '#c6a0f6',
83
+ 'debugIcon.stopForeground': '#ed8796',
84
+ 'debugTokenExpression.boolean': '#c6a0f6',
85
+ 'debugTokenExpression.error': '#ed8796',
86
+ 'debugTokenExpression.number': '#f5a97f',
87
+ 'debugTokenExpression.string': '#a6da95',
88
+ 'debugToolBar.background': '#181926',
89
+ 'debugToolBar.border': '#000000',
90
+ 'descriptionForeground': '#cad3f5',
91
+ 'diffEditor.border': '#5b6078',
92
+ 'diffEditor.diagonalFill': '#5b6078',
93
+ 'diffEditor.insertedLineBackground': '#a6da95',
94
+ 'diffEditor.insertedTextBackground': '#a6da95',
95
+ 'diffEditor.removedLineBackground': '#ed8796',
96
+ 'diffEditor.removedTextBackground': '#ed8796',
97
+ 'diffEditorOverview.insertedForeground': '#a6da95',
98
+ 'diffEditorOverview.removedForeground': '#ed8796',
99
+ 'disabledForeground': '#a5adcb',
100
+ 'dropdown.background': '#1e2030',
101
+ 'dropdown.border': '#c6a0f6',
102
+ 'dropdown.foreground': '#cad3f5',
103
+ 'dropdown.listBackground': '#5b6078',
104
+ 'editor.background': '#24273a',
105
+ 'editor.findMatchBackground': '#604456',
106
+ 'editor.findMatchBorder': '#ed8796',
107
+ 'editor.findMatchHighlightBackground': '#455c6d',
108
+ 'editor.findMatchHighlightBorder': '#91d7e3',
109
+ 'editor.findRangeHighlightBackground': '#455c6d',
110
+ 'editor.findRangeHighlightBorder': '#91d7e3',
111
+ 'editor.focusedStackFrameHighlightBackground': '#a6da95',
112
+ 'editor.foldBackground': '#91d7e3',
113
+ 'editor.foreground': '#cad3f5',
114
+ 'editor.hoverHighlightBackground': '#91d7e3',
115
+ 'editor.lineHighlightBackground': '#cad3f5',
116
+ 'editor.lineHighlightBorder': '#000000',
117
+ 'editor.rangeHighlightBackground': '#91d7e3',
118
+ 'editor.rangeHighlightBorder': '#000000',
119
+ 'editor.selectionBackground': '#939ab7',
120
+ 'editor.selectionHighlightBackground': '#939ab7',
121
+ 'editor.selectionHighlightBorder': '#939ab7',
122
+ 'editor.stackFrameHighlightBackground': '#eed49f',
123
+ 'editor.wordHighlightBackground': '#939ab7',
124
+ 'editor.wordHighlightStrongBackground': '#8aadf4',
125
+ 'editorBracketHighlight.foreground1': '#ed8796',
126
+ 'editorBracketHighlight.foreground2': '#f5a97f',
127
+ 'editorBracketHighlight.foreground3': '#eed49f',
128
+ 'editorBracketHighlight.foreground4': '#a6da95',
129
+ 'editorBracketHighlight.foreground5': '#7dc4e4',
130
+ 'editorBracketHighlight.foreground6': '#c6a0f6',
131
+ 'editorBracketHighlight.unexpectedBracket.foreground': '#ee99a0',
132
+ 'editorBracketMatch.background': '#939ab7',
133
+ 'editorBracketMatch.border': '#939ab7',
134
+ 'editorCodeLens.foreground': '#8087a2',
135
+ 'editorCursor.background': '#24273a',
136
+ 'editorCursor.foreground': '#f4dbd6',
137
+ 'editorError.background': '#000000',
138
+ 'editorError.border': '#000000',
139
+ 'editorError.foreground': '#ed8796',
140
+ 'editorGroup.border': '#5b6078',
141
+ 'editorGroup.dropBackground': '#c6a0f6',
142
+ 'editorGroup.emptyBackground': '#24273a',
143
+ 'editorGroupHeader.tabsBackground': '#181926',
144
+ 'editorGutter.addedBackground': '#a6da95',
145
+ 'editorGutter.background': '#24273a',
146
+ 'editorGutter.commentGlyphForeground': '#c6a0f6',
147
+ 'editorGutter.commentRangeForeground': '#363a4f',
148
+ 'editorGutter.deletedBackground': '#ed8796',
149
+ 'editorGutter.foldingControlForeground': '#939ab7',
150
+ 'editorGutter.modifiedBackground': '#eed49f',
151
+ 'editorHoverWidget.background': '#1e2030',
152
+ 'editorHoverWidget.border': '#5b6078',
153
+ 'editorHoverWidget.foreground': '#cad3f5',
154
+ 'editorIndentGuide.activeBackground': '#5b6078',
155
+ 'editorIndentGuide.background': '#494d64',
156
+ 'editorInfo.background': '#000000',
157
+ 'editorInfo.border': '#000000',
158
+ 'editorInfo.foreground': '#8aadf4',
159
+ 'editorInlayHint.background': '#1e2030',
160
+ 'editorInlayHint.foreground': '#5b6078',
161
+ 'editorInlayHint.parameterBackground': '#1e2030',
162
+ 'editorInlayHint.parameterForeground': '#a5adcb',
163
+ 'editorInlayHint.typeBackground': '#1e2030',
164
+ 'editorInlayHint.typeForeground': '#b8c0e0',
165
+ 'editorLightBulb.foreground': '#eed49f',
166
+ 'editorLineNumber.activeForeground': '#c6a0f6',
167
+ 'editorLineNumber.foreground': '#8087a2',
168
+ 'editorLink.activeForeground': '#c6a0f6',
169
+ 'editorMarkerNavigation.background': '#1e2030',
170
+ 'editorMarkerNavigationError.background': '#ed8796',
171
+ 'editorMarkerNavigationInfo.background': '#8aadf4',
172
+ 'editorMarkerNavigationWarning.background': '#f5a97f',
173
+ 'editorOverviewRuler.background': '#1e2030',
174
+ 'editorOverviewRuler.border': '#cad3f5',
175
+ 'editorOverviewRuler.modifiedForeground': '#eed49f',
176
+ 'editorRuler.foreground': '#5b6078',
177
+ 'editorStickyScrollHover.background': '#363a4f',
178
+ 'editorSuggestWidget.background': '#1e2030',
179
+ 'editorSuggestWidget.border': '#5b6078',
180
+ 'editorSuggestWidget.foreground': '#cad3f5',
181
+ 'editorSuggestWidget.highlightForeground': '#c6a0f6',
182
+ 'editorSuggestWidget.selectedBackground': '#363a4f',
183
+ 'editorWarning.background': '#000000',
184
+ 'editorWarning.border': '#000000',
185
+ 'editorWarning.foreground': '#f5a97f',
186
+ 'editorWhitespace.foreground': '#939ab7',
187
+ 'editorWidget.background': '#1e2030',
188
+ 'editorWidget.foreground': '#cad3f5',
189
+ 'editorWidget.resizeBorder': '#5b6078',
190
+ 'errorForeground': '#ed8796',
191
+ 'errorLens.errorBackground': '#ed8796',
192
+ 'errorLens.errorBackgroundLight': '#ed8796',
193
+ 'errorLens.errorForeground': '#ed8796',
194
+ 'errorLens.errorForegroundLight': '#ed8796',
195
+ 'errorLens.errorMessageBackground': '#ed8796',
196
+ 'errorLens.hintBackground': '#a6da95',
197
+ 'errorLens.hintBackgroundLight': '#a6da95',
198
+ 'errorLens.hintForeground': '#a6da95',
199
+ 'errorLens.hintForegroundLight': '#a6da95',
200
+ 'errorLens.hintMessageBackground': '#a6da95',
201
+ 'errorLens.infoBackground': '#8aadf4',
202
+ 'errorLens.infoBackgroundLight': '#8aadf4',
203
+ 'errorLens.infoForeground': '#8aadf4',
204
+ 'errorLens.infoForegroundLight': '#8aadf4',
205
+ 'errorLens.infoMessageBackground': '#8aadf4',
206
+ 'errorLens.statusBarErrorForeground': '#ed8796',
207
+ 'errorLens.statusBarHintForeground': '#a6da95',
208
+ 'errorLens.statusBarIconErrorForeground': '#ed8796',
209
+ 'errorLens.statusBarIconWarningForeground': '#f5a97f',
210
+ 'errorLens.statusBarInfoForeground': '#8aadf4',
211
+ 'errorLens.statusBarWarningForeground': '#f5a97f',
212
+ 'errorLens.warningBackground': '#f5a97f',
213
+ 'errorLens.warningBackgroundLight': '#f5a97f',
214
+ 'errorLens.warningForeground': '#f5a97f',
215
+ 'errorLens.warningForegroundLight': '#f5a97f',
216
+ 'errorLens.warningMessageBackground': '#f5a97f',
217
+ 'extensionBadge.remoteBackground': '#8aadf4',
218
+ 'extensionBadge.remoteForeground': '#181926',
219
+ 'extensionButton.prominentBackground': '#c6a0f6',
220
+ 'extensionButton.prominentForeground': '#181926',
221
+ 'extensionButton.prominentHoverBackground': '#dac1f9',
222
+ 'extensionButton.separator': '#24273a',
223
+ 'extensionIcon.preReleaseForeground': '#5b6078',
224
+ 'extensionIcon.sponsorForeground': '#f5bde6',
225
+ 'extensionIcon.starForeground': '#eed49f',
226
+ 'extensionIcon.verifiedForeground': '#a6da95',
227
+ 'focusBorder': '#c6a0f6',
228
+ 'foreground': '#cad3f5',
229
+ 'gitDecoration.addedResourceForeground': '#a6da95',
230
+ 'gitDecoration.conflictingResourceForeground': '#c6a0f6',
231
+ 'gitDecoration.deletedResourceForeground': '#ed8796',
232
+ 'gitDecoration.ignoredResourceForeground': '#6e738d',
233
+ 'gitDecoration.modifiedResourceForeground': '#eed49f',
234
+ 'gitDecoration.stageDeletedResourceForeground': '#ed8796',
235
+ 'gitDecoration.stageModifiedResourceForeground': '#eed49f',
236
+ 'gitDecoration.submoduleResourceForeground': '#8aadf4',
237
+ 'gitDecoration.untrackedResourceForeground': '#a6da95',
238
+ 'gitlens.closedAutolinkedIssueIconColor': '#c6a0f6',
239
+ 'gitlens.closedPullRequestIconColor': '#ed8796',
240
+ 'gitlens.decorations.branchAheadForegroundColor': '#a6da95',
241
+ 'gitlens.decorations.branchBehindForegroundColor': '#f5a97f',
242
+ 'gitlens.decorations.branchDivergedForegroundColor': '#eed49f',
243
+ 'gitlens.decorations.branchMissingUpstreamForegroundColor': '#f5a97f',
244
+ 'gitlens.decorations.branchUnpublishedForegroundColor': '#a6da95',
245
+ 'gitlens.decorations.statusMergingOrRebasingConflictForegroundColor': '#ee99a0',
246
+ 'gitlens.decorations.statusMergingOrRebasingForegroundColor': '#eed49f',
247
+ 'gitlens.decorations.workspaceCurrentForegroundColor': '#c6a0f6',
248
+ 'gitlens.decorations.workspaceRepoMissingForegroundColor': '#a5adcb',
249
+ 'gitlens.decorations.workspaceRepoOpenForegroundColor': '#c6a0f6',
250
+ 'gitlens.decorations.worktreeHasUncommittedChangesForegroundColor': '#f5a97f',
251
+ 'gitlens.decorations.worktreeMissingForegroundColor': '#ee99a0',
252
+ 'gitlens.graphChangesColumnAddedColor': '#a6da95',
253
+ 'gitlens.graphChangesColumnDeletedColor': '#ed8796',
254
+ 'gitlens.graphLane10Color': '#f5bde6',
255
+ 'gitlens.graphLane1Color': '#c6a0f6',
256
+ 'gitlens.graphLane2Color': '#eed49f',
257
+ 'gitlens.graphLane3Color': '#8aadf4',
258
+ 'gitlens.graphLane4Color': '#f0c6c6',
259
+ 'gitlens.graphLane5Color': '#a6da95',
260
+ 'gitlens.graphLane6Color': '#b7bdf8',
261
+ 'gitlens.graphLane7Color': '#f4dbd6',
262
+ 'gitlens.graphLane8Color': '#ed8796',
263
+ 'gitlens.graphLane9Color': '#8bd5ca',
264
+ 'gitlens.graphMinimapMarkerHeadColor': '#a6da95',
265
+ 'gitlens.graphMinimapMarkerHighlightsColor': '#eed49f',
266
+ 'gitlens.graphMinimapMarkerLocalBranchesColor': '#8aadf4',
267
+ 'gitlens.graphMinimapMarkerRemoteBranchesColor': '#739df2',
268
+ 'gitlens.graphMinimapMarkerStashesColor': '#c6a0f6',
269
+ 'gitlens.graphMinimapMarkerTagsColor': '#f0c6c6',
270
+ 'gitlens.graphMinimapMarkerUpstreamColor': '#96d382',
271
+ 'gitlens.graphScrollMarkerHeadColor': '#a6da95',
272
+ 'gitlens.graphScrollMarkerHighlightsColor': '#eed49f',
273
+ 'gitlens.graphScrollMarkerLocalBranchesColor': '#8aadf4',
274
+ 'gitlens.graphScrollMarkerRemoteBranchesColor': '#739df2',
275
+ 'gitlens.graphScrollMarkerStashesColor': '#c6a0f6',
276
+ 'gitlens.graphScrollMarkerTagsColor': '#f0c6c6',
277
+ 'gitlens.graphScrollMarkerUpstreamColor': '#96d382',
278
+ 'gitlens.gutterBackgroundColor': '#363a4f',
279
+ 'gitlens.gutterForegroundColor': '#cad3f5',
280
+ 'gitlens.gutterUncommittedForegroundColor': '#c6a0f6',
281
+ 'gitlens.lineHighlightBackgroundColor': '#c6a0f6',
282
+ 'gitlens.lineHighlightOverviewRulerColor': '#c6a0f6',
283
+ 'gitlens.mergedPullRequestIconColor': '#c6a0f6',
284
+ 'gitlens.openAutolinkedIssueIconColor': '#a6da95',
285
+ 'gitlens.openPullRequestIconColor': '#a6da95',
286
+ 'gitlens.trailingLineBackgroundColor': '#000000',
287
+ 'gitlens.trailingLineForegroundColor': '#cad3f5',
288
+ 'gitlens.unpublishedChangesIconColor': '#a6da95',
289
+ 'gitlens.unpublishedCommitIconColor': '#a6da95',
290
+ 'gitlens.unpulledChangesIconColor': '#f5a97f',
291
+ 'icon.foreground': '#c6a0f6',
292
+ 'input.background': '#363a4f',
293
+ 'input.border': '#000000',
294
+ 'input.foreground': '#cad3f5',
295
+ 'input.placeholderForeground': '#cad3f5',
296
+ 'inputOption.activeBackground': '#5b6078',
297
+ 'inputOption.activeBorder': '#c6a0f6',
298
+ 'inputOption.activeForeground': '#cad3f5',
299
+ 'inputValidation.errorBackground': '#ed8796',
300
+ 'inputValidation.errorBorder': '#181926',
301
+ 'inputValidation.errorForeground': '#181926',
302
+ 'inputValidation.infoBackground': '#8aadf4',
303
+ 'inputValidation.infoBorder': '#181926',
304
+ 'inputValidation.infoForeground': '#181926',
305
+ 'inputValidation.warningBackground': '#f5a97f',
306
+ 'inputValidation.warningBorder': '#181926',
307
+ 'inputValidation.warningForeground': '#181926',
308
+ 'issues.closed': '#c6a0f6',
309
+ 'issues.newIssueDecoration': '#f4dbd6',
310
+ 'issues.open': '#a6da95',
311
+ 'list.activeSelectionBackground': '#363a4f',
312
+ 'list.activeSelectionForeground': '#cad3f5',
313
+ 'list.dropBackground': '#c6a0f6',
314
+ 'list.focusAndSelectionBackground': '#494d64',
315
+ 'list.focusBackground': '#363a4f',
316
+ 'list.focusForeground': '#cad3f5',
317
+ 'list.focusOutline': '#000000',
318
+ 'list.highlightForeground': '#c6a0f6',
319
+ 'list.hoverBackground': '#363a4f',
320
+ 'list.hoverForeground': '#cad3f5',
321
+ 'list.inactiveSelectionBackground': '#363a4f',
322
+ 'list.inactiveSelectionForeground': '#cad3f5',
323
+ 'list.warningForeground': '#f5a97f',
324
+ 'listFilterWidget.background': '#494d64',
325
+ 'listFilterWidget.noMatchesOutline': '#ed8796',
326
+ 'listFilterWidget.outline': '#000000',
327
+ 'menu.background': '#24273a',
328
+ 'menu.border': '#24273a',
329
+ 'menu.foreground': '#cad3f5',
330
+ 'menu.selectionBackground': '#5b6078',
331
+ 'menu.selectionBorder': '#000000',
332
+ 'menu.selectionForeground': '#cad3f5',
333
+ 'menu.separatorBackground': '#5b6078',
334
+ 'menubar.selectionBackground': '#494d64',
335
+ 'menubar.selectionForeground': '#cad3f5',
336
+ 'merge.commonContentBackground': '#494d64',
337
+ 'merge.commonHeaderBackground': '#5b6078',
338
+ 'merge.currentContentBackground': '#a6da95',
339
+ 'merge.currentHeaderBackground': '#a6da95',
340
+ 'merge.incomingContentBackground': '#8aadf4',
341
+ 'merge.incomingHeaderBackground': '#8aadf4',
342
+ 'minimap.background': '#1e2030',
343
+ 'minimap.errorHighlight': '#ed8796',
344
+ 'minimap.findMatchHighlight': '#91d7e3',
345
+ 'minimap.selectionHighlight': '#5b6078',
346
+ 'minimap.selectionOccurrenceHighlight': '#5b6078',
347
+ 'minimap.warningHighlight': '#f5a97f',
348
+ 'minimapGutter.addedBackground': '#a6da95',
349
+ 'minimapGutter.deletedBackground': '#ed8796',
350
+ 'minimapGutter.modifiedBackground': '#eed49f',
351
+ 'minimapSlider.activeBackground': '#c6a0f6',
352
+ 'minimapSlider.background': '#c6a0f6',
353
+ 'minimapSlider.hoverBackground': '#c6a0f6',
354
+ 'notificationCenter.border': '#c6a0f6',
355
+ 'notificationCenterHeader.background': '#1e2030',
356
+ 'notificationCenterHeader.foreground': '#cad3f5',
357
+ 'notificationLink.foreground': '#8aadf4',
358
+ 'notificationToast.border': '#c6a0f6',
359
+ 'notifications.background': '#1e2030',
360
+ 'notifications.border': '#c6a0f6',
361
+ 'notifications.foreground': '#cad3f5',
362
+ 'notificationsErrorIcon.foreground': '#ed8796',
363
+ 'notificationsInfoIcon.foreground': '#8aadf4',
364
+ 'notificationsWarningIcon.foreground': '#f5a97f',
365
+ 'panel.background': '#24273a',
366
+ 'panel.border': '#5b6078',
367
+ 'panelSection.border': '#5b6078',
368
+ 'panelSection.dropBackground': '#c6a0f6',
369
+ 'panelTitle.activeBorder': '#c6a0f6',
370
+ 'panelTitle.activeForeground': '#cad3f5',
371
+ 'panelTitle.inactiveForeground': '#a5adcb',
372
+ 'peekView.border': '#c6a0f6',
373
+ 'peekViewEditor.background': '#1e2030',
374
+ 'peekViewEditor.matchHighlightBackground': '#91d7e3',
375
+ 'peekViewEditor.matchHighlightBorder': '#000000',
376
+ 'peekViewEditorGutter.background': '#1e2030',
377
+ 'peekViewResult.background': '#1e2030',
378
+ 'peekViewResult.fileForeground': '#cad3f5',
379
+ 'peekViewResult.lineForeground': '#cad3f5',
380
+ 'peekViewResult.matchHighlightBackground': '#91d7e3',
381
+ 'peekViewResult.selectionBackground': '#363a4f',
382
+ 'peekViewResult.selectionForeground': '#cad3f5',
383
+ 'peekViewTitle.background': '#24273a',
384
+ 'peekViewTitleDescription.foreground': '#b8c0e0',
385
+ 'peekViewTitleLabel.foreground': '#cad3f5',
386
+ 'pickerGroup.border': '#c6a0f6',
387
+ 'pickerGroup.foreground': '#c6a0f6',
388
+ 'problemsErrorIcon.foreground': '#ed8796',
389
+ 'problemsInfoIcon.foreground': '#8aadf4',
390
+ 'problemsWarningIcon.foreground': '#f5a97f',
391
+ 'progressBar.background': '#c6a0f6',
392
+ 'pullRequests.closed': '#ed8796',
393
+ 'pullRequests.draft': '#939ab7',
394
+ 'pullRequests.merged': '#c6a0f6',
395
+ 'pullRequests.notification': '#cad3f5',
396
+ 'pullRequests.open': '#a6da95',
397
+ 'sash.hoverBorder': '#c6a0f6',
398
+ 'scmGraph.foreground1': '#eed49f',
399
+ 'scmGraph.foreground2': '#ed8796',
400
+ 'scmGraph.foreground3': '#a6da95',
401
+ 'scmGraph.foreground4': '#c6a0f6',
402
+ 'scmGraph.foreground5': '#8bd5ca',
403
+ 'scmGraph.historyItemBaseRefColor': '#f5a97f',
404
+ 'scmGraph.historyItemRefColor': '#8aadf4',
405
+ 'scmGraph.historyItemRemoteRefColor': '#c6a0f6',
406
+ 'scrollbar.shadow': '#181926',
407
+ 'scrollbarSlider.activeBackground': '#363a4f',
408
+ 'scrollbarSlider.background': '#5b6078',
409
+ 'scrollbarSlider.hoverBackground': '#6e738d',
410
+ 'selection.background': '#c6a0f6',
411
+ 'settings.dropdownBackground': '#494d64',
412
+ 'settings.dropdownListBorder': '#000000',
413
+ 'settings.focusedRowBackground': '#5b6078',
414
+ 'settings.headerForeground': '#cad3f5',
415
+ 'settings.modifiedItemIndicator': '#c6a0f6',
416
+ 'settings.numberInputBackground': '#494d64',
417
+ 'settings.numberInputBorder': '#000000',
418
+ 'settings.textInputBackground': '#494d64',
419
+ 'settings.textInputBorder': '#000000',
420
+ 'sideBar.background': '#1e2030',
421
+ 'sideBar.border': '#000000',
422
+ 'sideBar.dropBackground': '#c6a0f6',
423
+ 'sideBar.foreground': '#cad3f5',
424
+ 'sideBarSectionHeader.background': '#1e2030',
425
+ 'sideBarSectionHeader.foreground': '#cad3f5',
426
+ 'sideBarTitle.foreground': '#c6a0f6',
427
+ 'statusBar.background': '#181926',
428
+ 'statusBar.border': '#000000',
429
+ 'statusBar.debuggingBackground': '#f5a97f',
430
+ 'statusBar.debuggingBorder': '#000000',
431
+ 'statusBar.debuggingForeground': '#181926',
432
+ 'statusBar.foreground': '#cad3f5',
433
+ 'statusBar.noFolderBackground': '#181926',
434
+ 'statusBar.noFolderBorder': '#000000',
435
+ 'statusBar.noFolderForeground': '#cad3f5',
436
+ 'statusBarItem.activeBackground': '#5b6078',
437
+ 'statusBarItem.errorBackground': '#000000',
438
+ 'statusBarItem.errorForeground': '#ed8796',
439
+ 'statusBarItem.hoverBackground': '#5b6078',
440
+ 'statusBarItem.prominentBackground': '#000000',
441
+ 'statusBarItem.prominentForeground': '#c6a0f6',
442
+ 'statusBarItem.prominentHoverBackground': '#5b6078',
443
+ 'statusBarItem.remoteBackground': '#8aadf4',
444
+ 'statusBarItem.remoteForeground': '#181926',
445
+ 'statusBarItem.warningBackground': '#000000',
446
+ 'statusBarItem.warningForeground': '#f5a97f',
447
+ 'symbolIcon.arrayForeground': '#f5a97f',
448
+ 'symbolIcon.booleanForeground': '#c6a0f6',
449
+ 'symbolIcon.classForeground': '#eed49f',
450
+ 'symbolIcon.colorForeground': '#f5bde6',
451
+ 'symbolIcon.constantForeground': '#f5a97f',
452
+ 'symbolIcon.constructorForeground': '#b7bdf8',
453
+ 'symbolIcon.enumeratorForeground': '#eed49f',
454
+ 'symbolIcon.enumeratorMemberForeground': '#eed49f',
455
+ 'symbolIcon.eventForeground': '#f5bde6',
456
+ 'symbolIcon.fieldForeground': '#cad3f5',
457
+ 'symbolIcon.fileForeground': '#c6a0f6',
458
+ 'symbolIcon.folderForeground': '#c6a0f6',
459
+ 'symbolIcon.functionForeground': '#8aadf4',
460
+ 'symbolIcon.interfaceForeground': '#eed49f',
461
+ 'symbolIcon.keyForeground': '#8bd5ca',
462
+ 'symbolIcon.keywordForeground': '#c6a0f6',
463
+ 'symbolIcon.methodForeground': '#8aadf4',
464
+ 'symbolIcon.moduleForeground': '#cad3f5',
465
+ 'symbolIcon.namespaceForeground': '#eed49f',
466
+ 'symbolIcon.nullForeground': '#ee99a0',
467
+ 'symbolIcon.numberForeground': '#f5a97f',
468
+ 'symbolIcon.objectForeground': '#eed49f',
469
+ 'symbolIcon.operatorForeground': '#8bd5ca',
470
+ 'symbolIcon.packageForeground': '#f0c6c6',
471
+ 'symbolIcon.propertyForeground': '#ee99a0',
472
+ 'symbolIcon.referenceForeground': '#eed49f',
473
+ 'symbolIcon.snippetForeground': '#f0c6c6',
474
+ 'symbolIcon.stringForeground': '#a6da95',
475
+ 'symbolIcon.structForeground': '#8bd5ca',
476
+ 'symbolIcon.textForeground': '#cad3f5',
477
+ 'symbolIcon.typeParameterForeground': '#ee99a0',
478
+ 'symbolIcon.unitForeground': '#cad3f5',
479
+ 'symbolIcon.variableForeground': '#cad3f5',
480
+ 'tab.activeBackground': '#24273a',
481
+ 'tab.activeBorder': '#000000',
482
+ 'tab.activeBorderTop': '#c6a0f6',
483
+ 'tab.activeForeground': '#c6a0f6',
484
+ 'tab.activeModifiedBorder': '#eed49f',
485
+ 'tab.border': '#1e2030',
486
+ 'tab.hoverBackground': '#2e324a',
487
+ 'tab.hoverBorder': '#000000',
488
+ 'tab.hoverForeground': '#c6a0f6',
489
+ 'tab.inactiveBackground': '#1e2030',
490
+ 'tab.inactiveForeground': '#6e738d',
491
+ 'tab.inactiveModifiedBorder': '#eed49f',
492
+ 'tab.lastPinnedBorder': '#c6a0f6',
493
+ 'tab.unfocusedActiveBackground': '#1e2030',
494
+ 'tab.unfocusedActiveBorder': '#000000',
495
+ 'tab.unfocusedActiveBorderTop': '#c6a0f6',
496
+ 'tab.unfocusedInactiveBackground': '#141620',
497
+ 'table.headerBackground': '#363a4f',
498
+ 'table.headerForeground': '#cad3f5',
499
+ 'terminal.ansiBlack': '#494d64',
500
+ 'terminal.ansiBlue': '#8aadf4',
501
+ 'terminal.ansiBrightBlack': '#5b6078',
502
+ 'terminal.ansiBrightBlue': '#78a1f6',
503
+ 'terminal.ansiBrightCyan': '#63cbc0',
504
+ 'terminal.ansiBrightGreen': '#8ccf7f',
505
+ 'terminal.ansiBrightMagenta': '#f2a9dd',
506
+ 'terminal.ansiBrightRed': '#ec7486',
507
+ 'terminal.ansiBrightWhite': '#b8c0e0',
508
+ 'terminal.ansiBrightYellow': '#e1c682',
509
+ 'terminal.ansiCyan': '#8bd5ca',
510
+ 'terminal.ansiGreen': '#a6da95',
511
+ 'terminal.ansiMagenta': '#f5bde6',
512
+ 'terminal.ansiRed': '#ed8796',
513
+ 'terminal.ansiWhite': '#a5adcb',
514
+ 'terminal.ansiYellow': '#eed49f',
515
+ 'terminal.border': '#5b6078',
516
+ 'terminal.dropBackground': '#c6a0f6',
517
+ 'terminal.foreground': '#cad3f5',
518
+ 'terminal.inactiveSelectionBackground': '#5b6078',
519
+ 'terminal.selectionBackground': '#5b6078',
520
+ 'terminal.tab.activeBorder': '#c6a0f6',
521
+ 'terminalCommandDecoration.defaultBackground': '#5b6078',
522
+ 'terminalCommandDecoration.errorBackground': '#ed8796',
523
+ 'terminalCommandDecoration.successBackground': '#a6da95',
524
+ 'terminalCursor.background': '#24273a',
525
+ 'terminalCursor.foreground': '#f4dbd6',
526
+ 'testing.coverCountBadgeBackground': '#000000',
527
+ 'testing.coverCountBadgeForeground': '#c6a0f6',
528
+ 'testing.coveredBackground': '#a6da95',
529
+ 'testing.coveredBorder': '#000000',
530
+ 'testing.coveredGutterBackground': '#a6da95',
531
+ 'testing.iconErrored': '#ed8796',
532
+ 'testing.iconErrored.retired': '#ed8796',
533
+ 'testing.iconFailed': '#ed8796',
534
+ 'testing.iconFailed.retired': '#ed8796',
535
+ 'testing.iconPassed': '#a6da95',
536
+ 'testing.iconPassed.retired': '#a6da95',
537
+ 'testing.iconQueued': '#8aadf4',
538
+ 'testing.iconQueued.retired': '#8aadf4',
539
+ 'testing.iconSkipped': '#a5adcb',
540
+ 'testing.iconSkipped.retired': '#a5adcb',
541
+ 'testing.iconUnset': '#cad3f5',
542
+ 'testing.iconUnset.retired': '#cad3f5',
543
+ 'testing.message.error.lineBackground': '#ed8796',
544
+ 'testing.message.info.decorationForeground': '#a6da95',
545
+ 'testing.message.info.lineBackground': '#a6da95',
546
+ 'testing.messagePeekBorder': '#c6a0f6',
547
+ 'testing.messagePeekHeaderBackground': '#5b6078',
548
+ 'testing.peekBorder': '#c6a0f6',
549
+ 'testing.peekHeaderBackground': '#5b6078',
550
+ 'testing.runAction': '#c6a0f6',
551
+ 'testing.uncoveredBackground': '#ed8796',
552
+ 'testing.uncoveredBorder': '#000000',
553
+ 'testing.uncoveredBranchBackground': '#ed8796',
554
+ 'testing.uncoveredGutterBackground': '#ed8796',
555
+ 'textBlockQuote.background': '#1e2030',
556
+ 'textBlockQuote.border': '#181926',
557
+ 'textCodeBlock.background': '#1e2030',
558
+ 'textLink.activeForeground': '#91d7e3',
559
+ 'textLink.foreground': '#8aadf4',
560
+ 'textPreformat.foreground': '#cad3f5',
561
+ 'textSeparator.foreground': '#c6a0f6',
562
+ 'titleBar.activeBackground': '#181926',
563
+ 'titleBar.activeForeground': '#cad3f5',
564
+ 'titleBar.border': '#000000',
565
+ 'titleBar.inactiveBackground': '#181926',
566
+ 'titleBar.inactiveForeground': '#cad3f5',
567
+ 'tree.inactiveIndentGuidesStroke': '#494d64',
568
+ 'tree.indentGuidesStroke': '#939ab7',
569
+ 'walkThrough.embeddedEditorBackground': '#24273a',
570
+ 'welcomePage.progress.background': '#181926',
571
+ 'welcomePage.progress.foreground': '#c6a0f6',
572
+ 'welcomePage.tileBackground': '#1e2030',
573
+ 'widget.shadow': '#1e2030',
574
+ },
575
+ displayName: 'Catppuccin Macchiato',
576
+ fg: '#cad3f5',
577
+ name: 'catppuccin-macchiato',
578
+ semanticHighlighting: true,
579
+ semanticTokenColors: {
580
+ 'boolean': {
581
+ foreground: '#f5a97f',
582
+ },
583
+ 'builtinAttribute.attribute.library:rust': {
584
+ foreground: '#8aadf4',
585
+ },
586
+ 'class.builtin:python': {
587
+ foreground: '#c6a0f6',
588
+ },
589
+ 'class:python': {
590
+ foreground: '#eed49f',
591
+ },
592
+ 'constant.builtin.readonly:nix': {
593
+ foreground: '#c6a0f6',
594
+ },
595
+ 'enumMember': {
596
+ foreground: '#8bd5ca',
597
+ },
598
+ 'function.decorator:python': {
599
+ foreground: '#f5a97f',
600
+ },
601
+ 'generic.attribute:rust': {
602
+ foreground: '#cad3f5',
603
+ },
604
+ 'heading': {
605
+ foreground: '#ed8796',
606
+ },
607
+ 'number': {
608
+ foreground: '#f5a97f',
609
+ },
610
+ 'pol': {
611
+ foreground: '#f0c6c6',
612
+ },
613
+ 'property.readonly:javascript': {
614
+ foreground: '#cad3f5',
615
+ },
616
+ 'property.readonly:javascriptreact': {
617
+ foreground: '#cad3f5',
618
+ },
619
+ 'property.readonly:typescript': {
620
+ foreground: '#cad3f5',
621
+ },
622
+ 'property.readonly:typescriptreact': {
623
+ foreground: '#cad3f5',
624
+ },
625
+ 'selfKeyword': {
626
+ foreground: '#ed8796',
627
+ },
628
+ 'text.emph': {
629
+ fontStyle: 'italic',
630
+ foreground: '#ed8796',
631
+ },
632
+ 'text.math': {
633
+ foreground: '#f0c6c6',
634
+ },
635
+ 'text.strong': {
636
+ fontStyle: 'bold',
637
+ foreground: '#ed8796',
638
+ },
639
+ 'tomlArrayKey': {
640
+ fontStyle: '',
641
+ foreground: '#8aadf4',
642
+ },
643
+ 'tomlTableKey': {
644
+ fontStyle: '',
645
+ foreground: '#8aadf4',
646
+ },
647
+ 'type.defaultLibrary:go': {
648
+ foreground: '#c6a0f6',
649
+ },
650
+ 'variable.defaultLibrary': {
651
+ foreground: '#ee99a0',
652
+ },
653
+ 'variable.readonly.defaultLibrary:go': {
654
+ foreground: '#c6a0f6',
655
+ },
656
+ 'variable.readonly:javascript': {
657
+ foreground: '#cad3f5',
658
+ },
659
+ 'variable.readonly:javascriptreact': {
660
+ foreground: '#cad3f5',
661
+ },
662
+ 'variable.readonly:scala': {
663
+ foreground: '#cad3f5',
664
+ },
665
+ 'variable.readonly:typescript': {
666
+ foreground: '#cad3f5',
667
+ },
668
+ 'variable.readonly:typescriptreact': {
669
+ foreground: '#cad3f5',
670
+ },
671
+ 'variable.typeHint:python': {
672
+ foreground: '#eed49f',
673
+ },
674
+ },
675
+ settings: [
676
+ {
677
+ settings: {
678
+ background: '#24273a',
679
+ foreground: '#cad3f5',
680
+ },
681
+ },
682
+ {
683
+ scope: ['text', 'source', 'variable.other.readwrite', 'punctuation.definition.variable'],
684
+ settings: {
685
+ foreground: '#cad3f5',
686
+ },
687
+ },
688
+ {
689
+ scope: 'punctuation',
690
+ settings: {
691
+ fontStyle: '',
692
+ foreground: '#939ab7',
693
+ },
694
+ },
695
+ {
696
+ scope: ['comment', 'punctuation.definition.comment'],
697
+ settings: {
698
+ fontStyle: 'italic',
699
+ foreground: '#939ab7',
700
+ },
701
+ },
702
+ {
703
+ scope: ['string', 'punctuation.definition.string'],
704
+ settings: {
705
+ foreground: '#a6da95',
706
+ },
707
+ },
708
+ {
709
+ scope: 'constant.character.escape',
710
+ settings: {
711
+ foreground: '#f5bde6',
712
+ },
713
+ },
714
+ {
715
+ scope: [
716
+ 'constant.numeric',
717
+ 'variable.other.constant',
718
+ 'entity.name.constant',
719
+ 'constant.language.boolean',
720
+ 'constant.language.false',
721
+ 'constant.language.true',
722
+ 'keyword.other.unit.user-defined',
723
+ 'keyword.other.unit.suffix.floating-point',
724
+ ],
725
+ settings: {
726
+ foreground: '#f5a97f',
727
+ },
728
+ },
729
+ {
730
+ scope: [
731
+ 'keyword',
732
+ 'keyword.operator.word',
733
+ 'keyword.operator.new',
734
+ 'variable.language.super',
735
+ 'support.type.primitive',
736
+ 'storage.type',
737
+ 'storage.modifier',
738
+ 'punctuation.definition.keyword',
739
+ ],
740
+ settings: {
741
+ fontStyle: '',
742
+ foreground: '#c6a0f6',
743
+ },
744
+ },
745
+ {
746
+ scope: 'entity.name.tag.documentation',
747
+ settings: {
748
+ foreground: '#c6a0f6',
749
+ },
750
+ },
751
+ {
752
+ scope: [
753
+ 'keyword.operator',
754
+ 'punctuation.accessor',
755
+ 'punctuation.definition.generic',
756
+ 'meta.function.closure punctuation.section.parameters',
757
+ 'punctuation.definition.tag',
758
+ 'punctuation.separator.key-value',
759
+ ],
760
+ settings: {
761
+ foreground: '#8bd5ca',
762
+ },
763
+ },
764
+ {
765
+ scope: [
766
+ 'entity.name.function',
767
+ 'meta.function-call.method',
768
+ 'support.function',
769
+ 'support.function.misc',
770
+ 'variable.function',
771
+ ],
772
+ settings: {
773
+ fontStyle: 'italic',
774
+ foreground: '#8aadf4',
775
+ },
776
+ },
777
+ {
778
+ scope: [
779
+ 'entity.name.class',
780
+ 'entity.other.inherited-class',
781
+ 'support.class',
782
+ 'meta.function-call.constructor',
783
+ 'entity.name.struct',
784
+ ],
785
+ settings: {
786
+ fontStyle: 'italic',
787
+ foreground: '#eed49f',
788
+ },
789
+ },
790
+ {
791
+ scope: 'entity.name.enum',
792
+ settings: {
793
+ fontStyle: 'italic',
794
+ foreground: '#eed49f',
795
+ },
796
+ },
797
+ {
798
+ scope: ['meta.enum variable.other.readwrite', 'variable.other.enummember'],
799
+ settings: {
800
+ foreground: '#8bd5ca',
801
+ },
802
+ },
803
+ {
804
+ scope: 'meta.property.object',
805
+ settings: {
806
+ foreground: '#8bd5ca',
807
+ },
808
+ },
809
+ {
810
+ scope: ['meta.type', 'meta.type-alias', 'support.type', 'entity.name.type'],
811
+ settings: {
812
+ fontStyle: 'italic',
813
+ foreground: '#eed49f',
814
+ },
815
+ },
816
+ {
817
+ scope: [
818
+ 'meta.annotation variable.function',
819
+ 'meta.annotation variable.annotation.function',
820
+ 'meta.annotation punctuation.definition.annotation',
821
+ 'meta.decorator',
822
+ 'punctuation.decorator',
823
+ ],
824
+ settings: {
825
+ foreground: '#f5a97f',
826
+ },
827
+ },
828
+ {
829
+ scope: ['variable.parameter', 'meta.function.parameters'],
830
+ settings: {
831
+ fontStyle: 'italic',
832
+ foreground: '#ee99a0',
833
+ },
834
+ },
835
+ {
836
+ scope: ['constant.language', 'support.function.builtin'],
837
+ settings: {
838
+ foreground: '#ed8796',
839
+ },
840
+ },
841
+ {
842
+ scope: 'entity.other.attribute-name.documentation',
843
+ settings: {
844
+ foreground: '#ed8796',
845
+ },
846
+ },
847
+ {
848
+ scope: ['keyword.control.directive', 'punctuation.definition.directive'],
849
+ settings: {
850
+ foreground: '#eed49f',
851
+ },
852
+ },
853
+ {
854
+ scope: 'punctuation.definition.typeparameters',
855
+ settings: {
856
+ foreground: '#91d7e3',
857
+ },
858
+ },
859
+ {
860
+ scope: 'entity.name.namespace',
861
+ settings: {
862
+ foreground: '#eed49f',
863
+ },
864
+ },
865
+ {
866
+ scope: ['support.type.property-name.css', 'support.type.property-name.less'],
867
+ settings: {
868
+ fontStyle: '',
869
+ foreground: '#8aadf4',
870
+ },
871
+ },
872
+ {
873
+ scope: ['variable.language.this', 'variable.language.this punctuation.definition.variable'],
874
+ settings: {
875
+ foreground: '#ed8796',
876
+ },
877
+ },
878
+ {
879
+ scope: 'variable.object.property',
880
+ settings: {
881
+ foreground: '#cad3f5',
882
+ },
883
+ },
884
+ {
885
+ scope: ['string.template variable', 'string variable'],
886
+ settings: {
887
+ foreground: '#cad3f5',
888
+ },
889
+ },
890
+ {
891
+ scope: 'keyword.operator.new',
892
+ settings: {
893
+ fontStyle: 'bold',
894
+ },
895
+ },
896
+ {
897
+ scope: 'storage.modifier.specifier.extern.cpp',
898
+ settings: {
899
+ foreground: '#c6a0f6',
900
+ },
901
+ },
902
+ {
903
+ scope: [
904
+ 'entity.name.scope-resolution.template.call.cpp',
905
+ 'entity.name.scope-resolution.parameter.cpp',
906
+ 'entity.name.scope-resolution.cpp',
907
+ 'entity.name.scope-resolution.function.definition.cpp',
908
+ ],
909
+ settings: {
910
+ foreground: '#eed49f',
911
+ },
912
+ },
913
+ {
914
+ scope: 'storage.type.class.doxygen',
915
+ settings: {
916
+ fontStyle: '',
917
+ },
918
+ },
919
+ {
920
+ scope: ['storage.modifier.reference.cpp'],
921
+ settings: {
922
+ foreground: '#8bd5ca',
923
+ },
924
+ },
925
+ {
926
+ scope: 'meta.interpolation.cs',
927
+ settings: {
928
+ foreground: '#cad3f5',
929
+ },
930
+ },
931
+ {
932
+ scope: 'comment.block.documentation.cs',
933
+ settings: {
934
+ foreground: '#cad3f5',
935
+ },
936
+ },
937
+ {
938
+ scope: [
939
+ 'source.css entity.other.attribute-name.class.css',
940
+ 'entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css',
941
+ ],
942
+ settings: {
943
+ foreground: '#eed49f',
944
+ },
945
+ },
946
+ {
947
+ scope: 'punctuation.separator.operator.css',
948
+ settings: {
949
+ foreground: '#8bd5ca',
950
+ },
951
+ },
952
+ {
953
+ scope: 'source.css entity.other.attribute-name.pseudo-class',
954
+ settings: {
955
+ foreground: '#8bd5ca',
956
+ },
957
+ },
958
+ {
959
+ scope: 'source.css constant.other.unicode-range',
960
+ settings: {
961
+ foreground: '#f5a97f',
962
+ },
963
+ },
964
+ {
965
+ scope: 'source.css variable.parameter.url',
966
+ settings: {
967
+ fontStyle: '',
968
+ foreground: '#a6da95',
969
+ },
970
+ },
971
+ {
972
+ scope: ['support.type.vendored.property-name'],
973
+ settings: {
974
+ foreground: '#91d7e3',
975
+ },
976
+ },
977
+ {
978
+ scope: [
979
+ 'source.css meta.property-value variable',
980
+ 'source.css meta.property-value variable.other.less',
981
+ 'source.css meta.property-value variable.other.less punctuation.definition.variable.less',
982
+ 'meta.definition.variable.scss',
983
+ ],
984
+ settings: {
985
+ foreground: '#ee99a0',
986
+ },
987
+ },
988
+ {
989
+ scope: [
990
+ 'source.css meta.property-list variable',
991
+ 'meta.property-list variable.other.less',
992
+ 'meta.property-list variable.other.less punctuation.definition.variable.less',
993
+ ],
994
+ settings: {
995
+ foreground: '#8aadf4',
996
+ },
997
+ },
998
+ {
999
+ scope: 'keyword.other.unit.percentage.css',
1000
+ settings: {
1001
+ foreground: '#f5a97f',
1002
+ },
1003
+ },
1004
+ {
1005
+ scope: 'source.css meta.attribute-selector',
1006
+ settings: {
1007
+ foreground: '#a6da95',
1008
+ },
1009
+ },
1010
+ {
1011
+ scope: [
1012
+ 'keyword.other.definition.ini',
1013
+ 'punctuation.support.type.property-name.json',
1014
+ 'support.type.property-name.json',
1015
+ 'punctuation.support.type.property-name.toml',
1016
+ 'support.type.property-name.toml',
1017
+ 'entity.name.tag.yaml',
1018
+ 'punctuation.support.type.property-name.yaml',
1019
+ 'support.type.property-name.yaml',
1020
+ ],
1021
+ settings: {
1022
+ fontStyle: '',
1023
+ foreground: '#8aadf4',
1024
+ },
1025
+ },
1026
+ {
1027
+ scope: ['constant.language.json', 'constant.language.yaml'],
1028
+ settings: {
1029
+ foreground: '#f5a97f',
1030
+ },
1031
+ },
1032
+ {
1033
+ scope: ['entity.name.type.anchor.yaml', 'variable.other.alias.yaml'],
1034
+ settings: {
1035
+ fontStyle: '',
1036
+ foreground: '#eed49f',
1037
+ },
1038
+ },
1039
+ {
1040
+ scope: ['support.type.property-name.table', 'entity.name.section.group-title.ini'],
1041
+ settings: {
1042
+ foreground: '#eed49f',
1043
+ },
1044
+ },
1045
+ {
1046
+ scope: 'constant.other.time.datetime.offset.toml',
1047
+ settings: {
1048
+ foreground: '#f5bde6',
1049
+ },
1050
+ },
1051
+ {
1052
+ scope: ['punctuation.definition.anchor.yaml', 'punctuation.definition.alias.yaml'],
1053
+ settings: {
1054
+ foreground: '#f5bde6',
1055
+ },
1056
+ },
1057
+ {
1058
+ scope: 'entity.other.document.begin.yaml',
1059
+ settings: {
1060
+ foreground: '#f5bde6',
1061
+ },
1062
+ },
1063
+ {
1064
+ scope: 'markup.changed.diff',
1065
+ settings: {
1066
+ foreground: '#f5a97f',
1067
+ },
1068
+ },
1069
+ {
1070
+ scope: [
1071
+ 'meta.diff.header.from-file',
1072
+ 'meta.diff.header.to-file',
1073
+ 'punctuation.definition.from-file.diff',
1074
+ 'punctuation.definition.to-file.diff',
1075
+ ],
1076
+ settings: {
1077
+ foreground: '#8aadf4',
1078
+ },
1079
+ },
1080
+ {
1081
+ scope: 'markup.inserted.diff',
1082
+ settings: {
1083
+ foreground: '#a6da95',
1084
+ },
1085
+ },
1086
+ {
1087
+ scope: 'markup.deleted.diff',
1088
+ settings: {
1089
+ foreground: '#ed8796',
1090
+ },
1091
+ },
1092
+ {
1093
+ scope: ['variable.other.env'],
1094
+ settings: {
1095
+ foreground: '#8aadf4',
1096
+ },
1097
+ },
1098
+ {
1099
+ scope: ['string.quoted variable.other.env'],
1100
+ settings: {
1101
+ foreground: '#cad3f5',
1102
+ },
1103
+ },
1104
+ {
1105
+ scope: 'support.function.builtin.gdscript',
1106
+ settings: {
1107
+ foreground: '#8aadf4',
1108
+ },
1109
+ },
1110
+ {
1111
+ scope: 'constant.language.gdscript',
1112
+ settings: {
1113
+ foreground: '#f5a97f',
1114
+ },
1115
+ },
1116
+ {
1117
+ scope: 'comment meta.annotation.go',
1118
+ settings: {
1119
+ foreground: '#ee99a0',
1120
+ },
1121
+ },
1122
+ {
1123
+ scope: 'comment meta.annotation.parameters.go',
1124
+ settings: {
1125
+ foreground: '#f5a97f',
1126
+ },
1127
+ },
1128
+ {
1129
+ scope: 'constant.language.go',
1130
+ settings: {
1131
+ foreground: '#f5a97f',
1132
+ },
1133
+ },
1134
+ {
1135
+ scope: 'variable.graphql',
1136
+ settings: {
1137
+ foreground: '#cad3f5',
1138
+ },
1139
+ },
1140
+ {
1141
+ scope: 'string.unquoted.alias.graphql',
1142
+ settings: {
1143
+ foreground: '#f0c6c6',
1144
+ },
1145
+ },
1146
+ {
1147
+ scope: 'constant.character.enum.graphql',
1148
+ settings: {
1149
+ foreground: '#8bd5ca',
1150
+ },
1151
+ },
1152
+ {
1153
+ scope: 'meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql',
1154
+ settings: {
1155
+ foreground: '#f0c6c6',
1156
+ },
1157
+ },
1158
+ {
1159
+ scope: [
1160
+ 'keyword.other.doctype',
1161
+ 'meta.tag.sgml.doctype punctuation.definition.tag',
1162
+ 'meta.tag.metadata.doctype entity.name.tag',
1163
+ 'meta.tag.metadata.doctype punctuation.definition.tag',
1164
+ ],
1165
+ settings: {
1166
+ foreground: '#c6a0f6',
1167
+ },
1168
+ },
1169
+ {
1170
+ scope: ['entity.name.tag'],
1171
+ settings: {
1172
+ fontStyle: '',
1173
+ foreground: '#8aadf4',
1174
+ },
1175
+ },
1176
+ {
1177
+ scope: [
1178
+ 'text.html constant.character.entity',
1179
+ 'text.html constant.character.entity punctuation',
1180
+ 'constant.character.entity.xml',
1181
+ 'constant.character.entity.xml punctuation',
1182
+ 'constant.character.entity.js.jsx',
1183
+ 'constant.charactger.entity.js.jsx punctuation',
1184
+ 'constant.character.entity.tsx',
1185
+ 'constant.character.entity.tsx punctuation',
1186
+ ],
1187
+ settings: {
1188
+ foreground: '#ed8796',
1189
+ },
1190
+ },
1191
+ {
1192
+ scope: ['entity.other.attribute-name'],
1193
+ settings: {
1194
+ foreground: '#eed49f',
1195
+ },
1196
+ },
1197
+ {
1198
+ scope: [
1199
+ 'support.class.component',
1200
+ 'support.class.component.jsx',
1201
+ 'support.class.component.tsx',
1202
+ 'support.class.component.vue',
1203
+ ],
1204
+ settings: {
1205
+ fontStyle: '',
1206
+ foreground: '#f5bde6',
1207
+ },
1208
+ },
1209
+ {
1210
+ scope: ['punctuation.definition.annotation', 'storage.type.annotation'],
1211
+ settings: {
1212
+ foreground: '#f5a97f',
1213
+ },
1214
+ },
1215
+ {
1216
+ scope: 'constant.other.enum.java',
1217
+ settings: {
1218
+ foreground: '#8bd5ca',
1219
+ },
1220
+ },
1221
+ {
1222
+ scope: 'storage.modifier.import.java',
1223
+ settings: {
1224
+ foreground: '#cad3f5',
1225
+ },
1226
+ },
1227
+ {
1228
+ scope: 'comment.block.javadoc.java keyword.other.documentation.javadoc.java',
1229
+ settings: {
1230
+ fontStyle: '',
1231
+ },
1232
+ },
1233
+ {
1234
+ scope: 'meta.export variable.other.readwrite.js',
1235
+ settings: {
1236
+ foreground: '#ee99a0',
1237
+ },
1238
+ },
1239
+ {
1240
+ scope: [
1241
+ 'variable.other.constant.js',
1242
+ 'variable.other.constant.ts',
1243
+ 'variable.other.property.js',
1244
+ 'variable.other.property.ts',
1245
+ ],
1246
+ settings: {
1247
+ foreground: '#cad3f5',
1248
+ },
1249
+ },
1250
+ {
1251
+ scope: ['variable.other.jsdoc', 'comment.block.documentation variable.other'],
1252
+ settings: {
1253
+ fontStyle: '',
1254
+ foreground: '#ee99a0',
1255
+ },
1256
+ },
1257
+ {
1258
+ scope: 'storage.type.class.jsdoc',
1259
+ settings: {
1260
+ fontStyle: '',
1261
+ },
1262
+ },
1263
+ {
1264
+ scope: 'support.type.object.console.js',
1265
+ settings: {
1266
+ foreground: '#cad3f5',
1267
+ },
1268
+ },
1269
+ {
1270
+ scope: ['support.constant.node', 'support.type.object.module.js'],
1271
+ settings: {
1272
+ foreground: '#c6a0f6',
1273
+ },
1274
+ },
1275
+ {
1276
+ scope: 'storage.modifier.implements',
1277
+ settings: {
1278
+ foreground: '#c6a0f6',
1279
+ },
1280
+ },
1281
+ {
1282
+ scope: [
1283
+ 'constant.language.null.js',
1284
+ 'constant.language.null.ts',
1285
+ 'constant.language.undefined.js',
1286
+ 'constant.language.undefined.ts',
1287
+ 'support.type.builtin.ts',
1288
+ ],
1289
+ settings: {
1290
+ foreground: '#c6a0f6',
1291
+ },
1292
+ },
1293
+ {
1294
+ scope: 'variable.parameter.generic',
1295
+ settings: {
1296
+ foreground: '#eed49f',
1297
+ },
1298
+ },
1299
+ {
1300
+ scope: ['keyword.declaration.function.arrow.js', 'storage.type.function.arrow.ts'],
1301
+ settings: {
1302
+ foreground: '#8bd5ca',
1303
+ },
1304
+ },
1305
+ {
1306
+ scope: 'punctuation.decorator.ts',
1307
+ settings: {
1308
+ fontStyle: 'italic',
1309
+ foreground: '#8aadf4',
1310
+ },
1311
+ },
1312
+ {
1313
+ scope: [
1314
+ 'keyword.operator.expression.in.js',
1315
+ 'keyword.operator.expression.in.ts',
1316
+ 'keyword.operator.expression.infer.ts',
1317
+ 'keyword.operator.expression.instanceof.js',
1318
+ 'keyword.operator.expression.instanceof.ts',
1319
+ 'keyword.operator.expression.is',
1320
+ 'keyword.operator.expression.keyof.ts',
1321
+ 'keyword.operator.expression.of.js',
1322
+ 'keyword.operator.expression.of.ts',
1323
+ 'keyword.operator.expression.typeof.ts',
1324
+ ],
1325
+ settings: {
1326
+ foreground: '#c6a0f6',
1327
+ },
1328
+ },
1329
+ {
1330
+ scope: 'support.function.macro.julia',
1331
+ settings: {
1332
+ fontStyle: 'italic',
1333
+ foreground: '#8bd5ca',
1334
+ },
1335
+ },
1336
+ {
1337
+ scope: 'constant.language.julia',
1338
+ settings: {
1339
+ foreground: '#f5a97f',
1340
+ },
1341
+ },
1342
+ {
1343
+ scope: 'constant.other.symbol.julia',
1344
+ settings: {
1345
+ foreground: '#ee99a0',
1346
+ },
1347
+ },
1348
+ {
1349
+ scope: 'text.tex keyword.control.preamble',
1350
+ settings: {
1351
+ foreground: '#8bd5ca',
1352
+ },
1353
+ },
1354
+ {
1355
+ scope: 'text.tex support.function.be',
1356
+ settings: {
1357
+ foreground: '#91d7e3',
1358
+ },
1359
+ },
1360
+ {
1361
+ scope: 'constant.other.general.math.tex',
1362
+ settings: {
1363
+ foreground: '#f0c6c6',
1364
+ },
1365
+ },
1366
+ {
1367
+ scope: 'variable.language.liquid',
1368
+ settings: {
1369
+ foreground: '#f5bde6',
1370
+ },
1371
+ },
1372
+ {
1373
+ scope: 'comment.line.double-dash.documentation.lua storage.type.annotation.lua',
1374
+ settings: {
1375
+ fontStyle: '',
1376
+ foreground: '#c6a0f6',
1377
+ },
1378
+ },
1379
+ {
1380
+ scope: [
1381
+ 'comment.line.double-dash.documentation.lua entity.name.variable.lua',
1382
+ 'comment.line.double-dash.documentation.lua variable.lua',
1383
+ ],
1384
+ settings: {
1385
+ foreground: '#cad3f5',
1386
+ },
1387
+ },
1388
+ {
1389
+ scope: [
1390
+ 'heading.1.markdown punctuation.definition.heading.markdown',
1391
+ 'heading.1.markdown',
1392
+ 'heading.1.quarto punctuation.definition.heading.quarto',
1393
+ 'heading.1.quarto',
1394
+ 'markup.heading.atx.1.mdx',
1395
+ 'markup.heading.atx.1.mdx punctuation.definition.heading.mdx',
1396
+ 'markup.heading.setext.1.markdown',
1397
+ 'markup.heading.heading-0.asciidoc',
1398
+ ],
1399
+ settings: {
1400
+ foreground: '#ed8796',
1401
+ },
1402
+ },
1403
+ {
1404
+ scope: [
1405
+ 'heading.2.markdown punctuation.definition.heading.markdown',
1406
+ 'heading.2.markdown',
1407
+ 'heading.2.quarto punctuation.definition.heading.quarto',
1408
+ 'heading.2.quarto',
1409
+ 'markup.heading.atx.2.mdx',
1410
+ 'markup.heading.atx.2.mdx punctuation.definition.heading.mdx',
1411
+ 'markup.heading.setext.2.markdown',
1412
+ 'markup.heading.heading-1.asciidoc',
1413
+ ],
1414
+ settings: {
1415
+ foreground: '#f5a97f',
1416
+ },
1417
+ },
1418
+ {
1419
+ scope: [
1420
+ 'heading.3.markdown punctuation.definition.heading.markdown',
1421
+ 'heading.3.markdown',
1422
+ 'heading.3.quarto punctuation.definition.heading.quarto',
1423
+ 'heading.3.quarto',
1424
+ 'markup.heading.atx.3.mdx',
1425
+ 'markup.heading.atx.3.mdx punctuation.definition.heading.mdx',
1426
+ 'markup.heading.heading-2.asciidoc',
1427
+ ],
1428
+ settings: {
1429
+ foreground: '#eed49f',
1430
+ },
1431
+ },
1432
+ {
1433
+ scope: [
1434
+ 'heading.4.markdown punctuation.definition.heading.markdown',
1435
+ 'heading.4.markdown',
1436
+ 'heading.4.quarto punctuation.definition.heading.quarto',
1437
+ 'heading.4.quarto',
1438
+ 'markup.heading.atx.4.mdx',
1439
+ 'markup.heading.atx.4.mdx punctuation.definition.heading.mdx',
1440
+ 'markup.heading.heading-3.asciidoc',
1441
+ ],
1442
+ settings: {
1443
+ foreground: '#a6da95',
1444
+ },
1445
+ },
1446
+ {
1447
+ scope: [
1448
+ 'heading.5.markdown punctuation.definition.heading.markdown',
1449
+ 'heading.5.markdown',
1450
+ 'heading.5.quarto punctuation.definition.heading.quarto',
1451
+ 'heading.5.quarto',
1452
+ 'markup.heading.atx.5.mdx',
1453
+ 'markup.heading.atx.5.mdx punctuation.definition.heading.mdx',
1454
+ 'markup.heading.heading-4.asciidoc',
1455
+ ],
1456
+ settings: {
1457
+ foreground: '#7dc4e4',
1458
+ },
1459
+ },
1460
+ {
1461
+ scope: [
1462
+ 'heading.6.markdown punctuation.definition.heading.markdown',
1463
+ 'heading.6.markdown',
1464
+ 'heading.6.quarto punctuation.definition.heading.quarto',
1465
+ 'heading.6.quarto',
1466
+ 'markup.heading.atx.6.mdx',
1467
+ 'markup.heading.atx.6.mdx punctuation.definition.heading.mdx',
1468
+ 'markup.heading.heading-5.asciidoc',
1469
+ ],
1470
+ settings: {
1471
+ foreground: '#b7bdf8',
1472
+ },
1473
+ },
1474
+ {
1475
+ scope: 'markup.bold',
1476
+ settings: {
1477
+ fontStyle: 'bold',
1478
+ foreground: '#ed8796',
1479
+ },
1480
+ },
1481
+ {
1482
+ scope: 'markup.italic',
1483
+ settings: {
1484
+ fontStyle: 'italic',
1485
+ foreground: '#ed8796',
1486
+ },
1487
+ },
1488
+ {
1489
+ scope: 'markup.strikethrough',
1490
+ settings: {
1491
+ fontStyle: 'strikethrough',
1492
+ foreground: '#a5adcb',
1493
+ },
1494
+ },
1495
+ {
1496
+ scope: ['punctuation.definition.link', 'markup.underline.link'],
1497
+ settings: {
1498
+ foreground: '#8aadf4',
1499
+ },
1500
+ },
1501
+ {
1502
+ scope: [
1503
+ 'text.html.markdown punctuation.definition.link.title',
1504
+ 'text.html.quarto punctuation.definition.link.title',
1505
+ 'string.other.link.title.markdown',
1506
+ 'string.other.link.title.quarto',
1507
+ 'markup.link',
1508
+ 'punctuation.definition.constant.markdown',
1509
+ 'punctuation.definition.constant.quarto',
1510
+ 'constant.other.reference.link.markdown',
1511
+ 'constant.other.reference.link.quarto',
1512
+ 'markup.substitution.attribute-reference',
1513
+ ],
1514
+ settings: {
1515
+ foreground: '#b7bdf8',
1516
+ },
1517
+ },
1518
+ {
1519
+ scope: [
1520
+ 'punctuation.definition.raw.markdown',
1521
+ 'punctuation.definition.raw.quarto',
1522
+ 'markup.inline.raw.string.markdown',
1523
+ 'markup.inline.raw.string.quarto',
1524
+ 'markup.raw.block.markdown',
1525
+ 'markup.raw.block.quarto',
1526
+ ],
1527
+ settings: {
1528
+ foreground: '#a6da95',
1529
+ },
1530
+ },
1531
+ {
1532
+ scope: 'fenced_code.block.language',
1533
+ settings: {
1534
+ foreground: '#91d7e3',
1535
+ },
1536
+ },
1537
+ {
1538
+ scope: ['markup.fenced_code.block punctuation.definition', 'markup.raw support.asciidoc'],
1539
+ settings: {
1540
+ foreground: '#939ab7',
1541
+ },
1542
+ },
1543
+ {
1544
+ scope: ['markup.quote', 'punctuation.definition.quote.begin'],
1545
+ settings: {
1546
+ foreground: '#f5bde6',
1547
+ },
1548
+ },
1549
+ {
1550
+ scope: 'meta.separator.markdown',
1551
+ settings: {
1552
+ foreground: '#8bd5ca',
1553
+ },
1554
+ },
1555
+ {
1556
+ scope: [
1557
+ 'punctuation.definition.list.begin.markdown',
1558
+ 'punctuation.definition.list.begin.quarto',
1559
+ 'markup.list.bullet',
1560
+ ],
1561
+ settings: {
1562
+ foreground: '#8bd5ca',
1563
+ },
1564
+ },
1565
+ {
1566
+ scope: 'markup.heading.quarto',
1567
+ settings: {
1568
+ fontStyle: 'bold',
1569
+ },
1570
+ },
1571
+ {
1572
+ scope: [
1573
+ 'entity.other.attribute-name.multipart.nix',
1574
+ 'entity.other.attribute-name.single.nix',
1575
+ ],
1576
+ settings: {
1577
+ foreground: '#8aadf4',
1578
+ },
1579
+ },
1580
+ {
1581
+ scope: 'variable.parameter.name.nix',
1582
+ settings: {
1583
+ fontStyle: '',
1584
+ foreground: '#cad3f5',
1585
+ },
1586
+ },
1587
+ {
1588
+ scope: 'meta.embedded variable.parameter.name.nix',
1589
+ settings: {
1590
+ fontStyle: '',
1591
+ foreground: '#b7bdf8',
1592
+ },
1593
+ },
1594
+ {
1595
+ scope: 'string.unquoted.path.nix',
1596
+ settings: {
1597
+ fontStyle: '',
1598
+ foreground: '#f5bde6',
1599
+ },
1600
+ },
1601
+ {
1602
+ scope: ['support.attribute.builtin', 'meta.attribute.php'],
1603
+ settings: {
1604
+ foreground: '#eed49f',
1605
+ },
1606
+ },
1607
+ {
1608
+ scope: 'meta.function.parameters.php punctuation.definition.variable.php',
1609
+ settings: {
1610
+ foreground: '#ee99a0',
1611
+ },
1612
+ },
1613
+ {
1614
+ scope: 'constant.language.php',
1615
+ settings: {
1616
+ foreground: '#c6a0f6',
1617
+ },
1618
+ },
1619
+ {
1620
+ scope: 'text.html.php support.function',
1621
+ settings: {
1622
+ foreground: '#91d7e3',
1623
+ },
1624
+ },
1625
+ {
1626
+ scope: 'keyword.other.phpdoc.php',
1627
+ settings: {
1628
+ fontStyle: '',
1629
+ },
1630
+ },
1631
+ {
1632
+ scope: ['support.variable.magic.python', 'meta.function-call.arguments.python'],
1633
+ settings: {
1634
+ foreground: '#cad3f5',
1635
+ },
1636
+ },
1637
+ {
1638
+ scope: ['support.function.magic.python'],
1639
+ settings: {
1640
+ fontStyle: 'italic',
1641
+ foreground: '#91d7e3',
1642
+ },
1643
+ },
1644
+ {
1645
+ scope: [
1646
+ 'variable.parameter.function.language.special.self.python',
1647
+ 'variable.language.special.self.python',
1648
+ ],
1649
+ settings: {
1650
+ fontStyle: 'italic',
1651
+ foreground: '#ed8796',
1652
+ },
1653
+ },
1654
+ {
1655
+ scope: ['keyword.control.flow.python', 'keyword.operator.logical.python'],
1656
+ settings: {
1657
+ foreground: '#c6a0f6',
1658
+ },
1659
+ },
1660
+ {
1661
+ scope: 'storage.type.function.python',
1662
+ settings: {
1663
+ foreground: '#c6a0f6',
1664
+ },
1665
+ },
1666
+ {
1667
+ scope: ['support.token.decorator.python', 'meta.function.decorator.identifier.python'],
1668
+ settings: {
1669
+ foreground: '#91d7e3',
1670
+ },
1671
+ },
1672
+ {
1673
+ scope: ['meta.function-call.python'],
1674
+ settings: {
1675
+ foreground: '#8aadf4',
1676
+ },
1677
+ },
1678
+ {
1679
+ scope: ['entity.name.function.decorator.python', 'punctuation.definition.decorator.python'],
1680
+ settings: {
1681
+ fontStyle: 'italic',
1682
+ foreground: '#f5a97f',
1683
+ },
1684
+ },
1685
+ {
1686
+ scope: 'constant.character.format.placeholder.other.python',
1687
+ settings: {
1688
+ foreground: '#f5bde6',
1689
+ },
1690
+ },
1691
+ {
1692
+ scope: ['support.type.exception.python', 'support.function.builtin.python'],
1693
+ settings: {
1694
+ foreground: '#f5a97f',
1695
+ },
1696
+ },
1697
+ {
1698
+ scope: ['support.type.python'],
1699
+ settings: {
1700
+ foreground: '#c6a0f6',
1701
+ },
1702
+ },
1703
+ {
1704
+ scope: 'constant.language.python',
1705
+ settings: {
1706
+ foreground: '#f5a97f',
1707
+ },
1708
+ },
1709
+ {
1710
+ scope: ['meta.indexed-name.python', 'meta.item-access.python'],
1711
+ settings: {
1712
+ fontStyle: 'italic',
1713
+ foreground: '#ee99a0',
1714
+ },
1715
+ },
1716
+ {
1717
+ scope: 'storage.type.string.python',
1718
+ settings: {
1719
+ fontStyle: 'italic',
1720
+ foreground: '#a6da95',
1721
+ },
1722
+ },
1723
+ {
1724
+ scope: 'meta.function.parameters.python',
1725
+ settings: {
1726
+ fontStyle: '',
1727
+ },
1728
+ },
1729
+ {
1730
+ scope: 'meta.function-call.r',
1731
+ settings: {
1732
+ foreground: '#8aadf4',
1733
+ },
1734
+ },
1735
+ {
1736
+ scope: 'meta.function-call.arguments.r',
1737
+ settings: {
1738
+ foreground: '#cad3f5',
1739
+ },
1740
+ },
1741
+ {
1742
+ scope: [
1743
+ 'string.regexp punctuation.definition.string.begin',
1744
+ 'string.regexp punctuation.definition.string.end',
1745
+ ],
1746
+ settings: {
1747
+ foreground: '#f5bde6',
1748
+ },
1749
+ },
1750
+ {
1751
+ scope: 'keyword.control.anchor.regexp',
1752
+ settings: {
1753
+ foreground: '#c6a0f6',
1754
+ },
1755
+ },
1756
+ {
1757
+ scope: 'string.regexp.ts',
1758
+ settings: {
1759
+ foreground: '#cad3f5',
1760
+ },
1761
+ },
1762
+ {
1763
+ scope: ['punctuation.definition.group.regexp', 'keyword.other.back-reference.regexp'],
1764
+ settings: {
1765
+ foreground: '#a6da95',
1766
+ },
1767
+ },
1768
+ {
1769
+ scope: 'punctuation.definition.character-class.regexp',
1770
+ settings: {
1771
+ foreground: '#eed49f',
1772
+ },
1773
+ },
1774
+ {
1775
+ scope: 'constant.other.character-class.regexp',
1776
+ settings: {
1777
+ foreground: '#f5bde6',
1778
+ },
1779
+ },
1780
+ {
1781
+ scope: 'constant.other.character-class.range.regexp',
1782
+ settings: {
1783
+ foreground: '#f4dbd6',
1784
+ },
1785
+ },
1786
+ {
1787
+ scope: 'keyword.operator.quantifier.regexp',
1788
+ settings: {
1789
+ foreground: '#8bd5ca',
1790
+ },
1791
+ },
1792
+ {
1793
+ scope: 'constant.character.numeric.regexp',
1794
+ settings: {
1795
+ foreground: '#f5a97f',
1796
+ },
1797
+ },
1798
+ {
1799
+ scope: [
1800
+ 'punctuation.definition.group.no-capture.regexp',
1801
+ 'meta.assertion.look-ahead.regexp',
1802
+ 'meta.assertion.negative-look-ahead.regexp',
1803
+ ],
1804
+ settings: {
1805
+ foreground: '#8aadf4',
1806
+ },
1807
+ },
1808
+ {
1809
+ scope: [
1810
+ 'meta.annotation.rust',
1811
+ 'meta.annotation.rust punctuation',
1812
+ 'meta.attribute.rust',
1813
+ 'punctuation.definition.attribute.rust',
1814
+ ],
1815
+ settings: {
1816
+ fontStyle: 'italic',
1817
+ foreground: '#eed49f',
1818
+ },
1819
+ },
1820
+ {
1821
+ scope: [
1822
+ 'meta.attribute.rust string.quoted.double.rust',
1823
+ 'meta.attribute.rust string.quoted.single.char.rust',
1824
+ ],
1825
+ settings: {
1826
+ fontStyle: '',
1827
+ },
1828
+ },
1829
+ {
1830
+ scope: [
1831
+ 'entity.name.function.macro.rules.rust',
1832
+ 'storage.type.module.rust',
1833
+ 'storage.modifier.rust',
1834
+ 'storage.type.struct.rust',
1835
+ 'storage.type.enum.rust',
1836
+ 'storage.type.trait.rust',
1837
+ 'storage.type.union.rust',
1838
+ 'storage.type.impl.rust',
1839
+ 'storage.type.rust',
1840
+ 'storage.type.function.rust',
1841
+ 'storage.type.type.rust',
1842
+ ],
1843
+ settings: {
1844
+ fontStyle: '',
1845
+ foreground: '#c6a0f6',
1846
+ },
1847
+ },
1848
+ {
1849
+ scope: 'entity.name.type.numeric.rust',
1850
+ settings: {
1851
+ fontStyle: '',
1852
+ foreground: '#c6a0f6',
1853
+ },
1854
+ },
1855
+ {
1856
+ scope: 'meta.generic.rust',
1857
+ settings: {
1858
+ foreground: '#f5a97f',
1859
+ },
1860
+ },
1861
+ {
1862
+ scope: 'entity.name.impl.rust',
1863
+ settings: {
1864
+ fontStyle: 'italic',
1865
+ foreground: '#eed49f',
1866
+ },
1867
+ },
1868
+ {
1869
+ scope: 'entity.name.module.rust',
1870
+ settings: {
1871
+ foreground: '#f5a97f',
1872
+ },
1873
+ },
1874
+ {
1875
+ scope: 'entity.name.trait.rust',
1876
+ settings: {
1877
+ fontStyle: 'italic',
1878
+ foreground: '#eed49f',
1879
+ },
1880
+ },
1881
+ {
1882
+ scope: 'storage.type.source.rust',
1883
+ settings: {
1884
+ foreground: '#eed49f',
1885
+ },
1886
+ },
1887
+ {
1888
+ scope: 'entity.name.union.rust',
1889
+ settings: {
1890
+ foreground: '#eed49f',
1891
+ },
1892
+ },
1893
+ {
1894
+ scope: 'meta.enum.rust storage.type.source.rust',
1895
+ settings: {
1896
+ foreground: '#8bd5ca',
1897
+ },
1898
+ },
1899
+ {
1900
+ scope: [
1901
+ 'support.macro.rust',
1902
+ 'meta.macro.rust support.function.rust',
1903
+ 'entity.name.function.macro.rust',
1904
+ ],
1905
+ settings: {
1906
+ fontStyle: 'italic',
1907
+ foreground: '#8aadf4',
1908
+ },
1909
+ },
1910
+ {
1911
+ scope: ['storage.modifier.lifetime.rust', 'entity.name.type.lifetime'],
1912
+ settings: {
1913
+ fontStyle: 'italic',
1914
+ foreground: '#8aadf4',
1915
+ },
1916
+ },
1917
+ {
1918
+ scope: 'string.quoted.double.rust constant.other.placeholder.rust',
1919
+ settings: {
1920
+ foreground: '#f5bde6',
1921
+ },
1922
+ },
1923
+ {
1924
+ scope: 'meta.function.return-type.rust meta.generic.rust storage.type.rust',
1925
+ settings: {
1926
+ foreground: '#cad3f5',
1927
+ },
1928
+ },
1929
+ {
1930
+ scope: 'meta.function.call.rust',
1931
+ settings: {
1932
+ foreground: '#8aadf4',
1933
+ },
1934
+ },
1935
+ {
1936
+ scope: 'punctuation.brackets.angle.rust',
1937
+ settings: {
1938
+ foreground: '#91d7e3',
1939
+ },
1940
+ },
1941
+ {
1942
+ scope: 'constant.other.caps.rust',
1943
+ settings: {
1944
+ foreground: '#f5a97f',
1945
+ },
1946
+ },
1947
+ {
1948
+ scope: ['meta.function.definition.rust variable.other.rust'],
1949
+ settings: {
1950
+ foreground: '#ee99a0',
1951
+ },
1952
+ },
1953
+ {
1954
+ scope: 'meta.function.call.rust variable.other.rust',
1955
+ settings: {
1956
+ foreground: '#cad3f5',
1957
+ },
1958
+ },
1959
+ {
1960
+ scope: 'variable.language.self.rust',
1961
+ settings: {
1962
+ foreground: '#ed8796',
1963
+ },
1964
+ },
1965
+ {
1966
+ scope: [
1967
+ 'variable.other.metavariable.name.rust',
1968
+ 'meta.macro.metavariable.rust keyword.operator.macro.dollar.rust',
1969
+ ],
1970
+ settings: {
1971
+ foreground: '#f5bde6',
1972
+ },
1973
+ },
1974
+ {
1975
+ scope: [
1976
+ 'comment.line.shebang',
1977
+ 'comment.line.shebang punctuation.definition.comment',
1978
+ 'comment.line.shebang',
1979
+ 'punctuation.definition.comment.shebang.shell',
1980
+ 'meta.shebang.shell',
1981
+ ],
1982
+ settings: {
1983
+ fontStyle: 'italic',
1984
+ foreground: '#f5bde6',
1985
+ },
1986
+ },
1987
+ {
1988
+ scope: 'comment.line.shebang constant.language',
1989
+ settings: {
1990
+ fontStyle: 'italic',
1991
+ foreground: '#8bd5ca',
1992
+ },
1993
+ },
1994
+ {
1995
+ scope: [
1996
+ 'meta.function-call.arguments.shell punctuation.definition.variable.shell',
1997
+ 'meta.function-call.arguments.shell punctuation.section.interpolation',
1998
+ 'meta.function-call.arguments.shell punctuation.definition.variable.shell',
1999
+ 'meta.function-call.arguments.shell punctuation.section.interpolation',
2000
+ ],
2001
+ settings: {
2002
+ foreground: '#ed8796',
2003
+ },
2004
+ },
2005
+ {
2006
+ scope: 'meta.string meta.interpolation.parameter.shell variable.other.readwrite',
2007
+ settings: {
2008
+ fontStyle: 'italic',
2009
+ foreground: '#f5a97f',
2010
+ },
2011
+ },
2012
+ {
2013
+ scope: [
2014
+ 'source.shell punctuation.section.interpolation',
2015
+ 'punctuation.definition.evaluation.backticks.shell',
2016
+ ],
2017
+ settings: {
2018
+ foreground: '#8bd5ca',
2019
+ },
2020
+ },
2021
+ {
2022
+ scope: 'entity.name.tag.heredoc.shell',
2023
+ settings: {
2024
+ foreground: '#c6a0f6',
2025
+ },
2026
+ },
2027
+ {
2028
+ scope: 'string.quoted.double.shell variable.other.normal.shell',
2029
+ settings: {
2030
+ foreground: '#cad3f5',
2031
+ },
2032
+ },
2033
+ {
2034
+ scope: ['markup.heading.typst'],
2035
+ settings: {
2036
+ foreground: '#ed8796',
2037
+ },
2038
+ },
2039
+ ],
2040
+ type: 'dark',
2041
+ }