@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.
- package/package.json +1 -1
- package/src/actions.ts +47 -0
- package/src/defaults.ts +3 -0
- package/src/index.ts +9 -1
- package/src/normalize-theme.ts +260 -0
- package/src/themes/generated/andromeeda.ts +346 -0
- package/src/themes/generated/aurora-x.ts +603 -0
- package/src/themes/generated/ayu-dark.ts +817 -0
- package/src/themes/generated/ayu-light.ts +817 -0
- package/src/themes/generated/ayu-mirage.ts +817 -0
- package/src/themes/generated/catppuccin-frappe.ts +2041 -0
- package/src/themes/generated/catppuccin-latte.ts +2041 -0
- package/src/themes/generated/catppuccin-macchiato.ts +2041 -0
- package/src/themes/generated/catppuccin-mocha.ts +2041 -0
- package/src/themes/generated/dark-plus.ts +614 -0
- package/src/themes/generated/dracula-soft.ts +947 -0
- package/src/themes/generated/dracula.ts +947 -0
- package/src/themes/generated/everforest-dark.ts +2246 -0
- package/src/themes/generated/everforest-light.ts +2246 -0
- package/src/themes/generated/github-dark-default.ts +605 -0
- package/src/themes/generated/github-dark-dimmed.ts +605 -0
- package/src/themes/generated/github-dark-high-contrast.ts +608 -0
- package/src/themes/generated/github-dark.ts +519 -0
- package/src/themes/generated/github-light-default.ts +602 -0
- package/src/themes/generated/github-light-high-contrast.ts +604 -0
- package/src/themes/generated/github-light.ts +515 -0
- package/src/themes/generated/gruvbox-dark-hard.ts +1124 -0
- package/src/themes/generated/gruvbox-dark-medium.ts +1124 -0
- package/src/themes/generated/gruvbox-dark-soft.ts +1124 -0
- package/src/themes/generated/gruvbox-light-hard.ts +1124 -0
- package/src/themes/generated/gruvbox-light-medium.ts +1124 -0
- package/src/themes/generated/gruvbox-light-soft.ts +1124 -0
- package/src/themes/generated/horizon-bright.ts +420 -0
- package/src/themes/generated/horizon.ts +418 -0
- package/src/themes/generated/houston.ts +1819 -0
- package/src/themes/generated/index.ts +140 -0
- package/src/themes/generated/kanagawa-dragon.ts +753 -0
- package/src/themes/generated/kanagawa-lotus.ts +753 -0
- package/src/themes/generated/kanagawa-wave.ts +753 -0
- package/src/themes/generated/laserwave.ts +489 -0
- package/src/themes/generated/light-plus.ts +639 -0
- package/src/themes/generated/material-theme-darker.ts +759 -0
- package/src/themes/generated/material-theme-lighter.ts +759 -0
- package/src/themes/generated/material-theme-ocean.ts +759 -0
- package/src/themes/generated/material-theme-palenight.ts +759 -0
- package/src/themes/generated/material-theme.ts +759 -0
- package/src/themes/generated/min-dark.ts +326 -0
- package/src/themes/generated/min-light.ts +331 -0
- package/src/themes/generated/monokai.ts +463 -0
- package/src/themes/generated/night-owl-light.ts +1526 -0
- package/src/themes/generated/night-owl.ts +1628 -0
- package/src/themes/generated/nord.ts +1277 -0
- package/src/themes/generated/one-dark-pro.ts +1920 -0
- package/src/themes/generated/one-light.ts +1599 -0
- package/src/themes/generated/plastic.ts +315 -0
- package/src/themes/generated/poimandres.ts +1233 -0
- package/src/themes/generated/red.ts +395 -0
- package/src/themes/generated/rose-pine-dawn.ts +696 -0
- package/src/themes/generated/rose-pine-moon.ts +696 -0
- package/src/themes/generated/rose-pine.ts +696 -0
- package/src/themes/generated/slack-dark.ts +594 -0
- package/src/themes/generated/slack-ochin.ts +461 -0
- package/src/themes/generated/snazzy-light.ts +1254 -0
- package/src/themes/generated/solarized-dark.ts +387 -0
- package/src/themes/generated/solarized-light.ts +379 -0
- package/src/themes/generated/synthwave-84.ts +751 -0
- package/src/themes/generated/tokyo-night.ts +1420 -0
- package/src/themes/generated/vesper.ts +578 -0
- package/src/themes/generated/vitesse-black.ts +629 -0
- package/src/themes/generated/vitesse-dark.ts +629 -0
- package/src/themes/generated/vitesse-light.ts +627 -0
- package/src/themes.ts +57 -10
- package/src/types.ts +29 -4
- 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: '#eff1f5',
|
|
8
|
+
colors: {
|
|
9
|
+
'activityBar.activeBackground': '#000000',
|
|
10
|
+
'activityBar.activeBorder': '#000000',
|
|
11
|
+
'activityBar.activeFocusBorder': '#000000',
|
|
12
|
+
'activityBar.background': '#dce0e8',
|
|
13
|
+
'activityBar.border': '#000000',
|
|
14
|
+
'activityBar.dropBorder': '#8839ef',
|
|
15
|
+
'activityBar.foreground': '#8839ef',
|
|
16
|
+
'activityBar.inactiveForeground': '#9ca0b0',
|
|
17
|
+
'activityBarBadge.background': '#8839ef',
|
|
18
|
+
'activityBarBadge.foreground': '#dce0e8',
|
|
19
|
+
'activityBarTop.activeBorder': '#000000',
|
|
20
|
+
'activityBarTop.dropBorder': '#8839ef',
|
|
21
|
+
'activityBarTop.foreground': '#8839ef',
|
|
22
|
+
'activityBarTop.inactiveForeground': '#9ca0b0',
|
|
23
|
+
'badge.background': '#bcc0cc',
|
|
24
|
+
'badge.foreground': '#4c4f69',
|
|
25
|
+
'banner.background': '#bcc0cc',
|
|
26
|
+
'banner.foreground': '#4c4f69',
|
|
27
|
+
'banner.iconForeground': '#4c4f69',
|
|
28
|
+
'breadcrumb.activeSelectionForeground': '#8839ef',
|
|
29
|
+
'breadcrumb.background': '#eff1f5',
|
|
30
|
+
'breadcrumb.focusForeground': '#8839ef',
|
|
31
|
+
'breadcrumb.foreground': '#4c4f69',
|
|
32
|
+
'breadcrumbPicker.background': '#e6e9ef',
|
|
33
|
+
'button.background': '#8839ef',
|
|
34
|
+
'button.border': '#000000',
|
|
35
|
+
'button.foreground': '#dce0e8',
|
|
36
|
+
'button.hoverBackground': '#9c5af2',
|
|
37
|
+
'button.secondaryBackground': '#acb0be',
|
|
38
|
+
'button.secondaryBorder': '#8839ef',
|
|
39
|
+
'button.secondaryForeground': '#4c4f69',
|
|
40
|
+
'button.secondaryHoverBackground': '#c0c3ce',
|
|
41
|
+
'button.separator': '#000000',
|
|
42
|
+
'charts.blue': '#1e66f5',
|
|
43
|
+
'charts.foreground': '#4c4f69',
|
|
44
|
+
'charts.green': '#40a02b',
|
|
45
|
+
'charts.lines': '#5c5f77',
|
|
46
|
+
'charts.orange': '#fe640b',
|
|
47
|
+
'charts.purple': '#8839ef',
|
|
48
|
+
'charts.red': '#d20f39',
|
|
49
|
+
'charts.yellow': '#df8e1d',
|
|
50
|
+
'checkbox.background': '#bcc0cc',
|
|
51
|
+
'checkbox.border': '#000000',
|
|
52
|
+
'checkbox.foreground': '#8839ef',
|
|
53
|
+
'commandCenter.activeBackground': '#acb0be',
|
|
54
|
+
'commandCenter.activeBorder': '#8839ef',
|
|
55
|
+
'commandCenter.activeForeground': '#8839ef',
|
|
56
|
+
'commandCenter.background': '#e6e9ef',
|
|
57
|
+
'commandCenter.border': '#000000',
|
|
58
|
+
'commandCenter.foreground': '#5c5f77',
|
|
59
|
+
'commandCenter.inactiveBorder': '#000000',
|
|
60
|
+
'commandCenter.inactiveForeground': '#5c5f77',
|
|
61
|
+
'contrastBorder': '#acb0be',
|
|
62
|
+
'debugConsole.errorForeground': '#d20f39',
|
|
63
|
+
'debugConsole.infoForeground': '#1e66f5',
|
|
64
|
+
'debugConsole.sourceForeground': '#dc8a78',
|
|
65
|
+
'debugConsole.warningForeground': '#fe640b',
|
|
66
|
+
'debugConsoleInputIcon.foreground': '#4c4f69',
|
|
67
|
+
'debugExceptionWidget.background': '#dce0e8',
|
|
68
|
+
'debugExceptionWidget.border': '#8839ef',
|
|
69
|
+
'debugIcon.breakpointCurrentStackframeForeground': '#acb0be',
|
|
70
|
+
'debugIcon.breakpointDisabledForeground': '#d20f39',
|
|
71
|
+
'debugIcon.breakpointForeground': '#d20f39',
|
|
72
|
+
'debugIcon.breakpointStackframeForeground': '#acb0be',
|
|
73
|
+
'debugIcon.breakpointUnverifiedForeground': '#bf607c',
|
|
74
|
+
'debugIcon.continueForeground': '#40a02b',
|
|
75
|
+
'debugIcon.disconnectForeground': '#acb0be',
|
|
76
|
+
'debugIcon.pauseForeground': '#1e66f5',
|
|
77
|
+
'debugIcon.restartForeground': '#179299',
|
|
78
|
+
'debugIcon.startForeground': '#40a02b',
|
|
79
|
+
'debugIcon.stepBackForeground': '#acb0be',
|
|
80
|
+
'debugIcon.stepIntoForeground': '#4c4f69',
|
|
81
|
+
'debugIcon.stepOutForeground': '#4c4f69',
|
|
82
|
+
'debugIcon.stepOverForeground': '#8839ef',
|
|
83
|
+
'debugIcon.stopForeground': '#d20f39',
|
|
84
|
+
'debugTokenExpression.boolean': '#8839ef',
|
|
85
|
+
'debugTokenExpression.error': '#d20f39',
|
|
86
|
+
'debugTokenExpression.number': '#fe640b',
|
|
87
|
+
'debugTokenExpression.string': '#40a02b',
|
|
88
|
+
'debugToolBar.background': '#dce0e8',
|
|
89
|
+
'debugToolBar.border': '#000000',
|
|
90
|
+
'descriptionForeground': '#4c4f69',
|
|
91
|
+
'diffEditor.border': '#acb0be',
|
|
92
|
+
'diffEditor.diagonalFill': '#acb0be',
|
|
93
|
+
'diffEditor.insertedLineBackground': '#40a02b',
|
|
94
|
+
'diffEditor.insertedTextBackground': '#40a02b',
|
|
95
|
+
'diffEditor.removedLineBackground': '#d20f39',
|
|
96
|
+
'diffEditor.removedTextBackground': '#d20f39',
|
|
97
|
+
'diffEditorOverview.insertedForeground': '#40a02b',
|
|
98
|
+
'diffEditorOverview.removedForeground': '#d20f39',
|
|
99
|
+
'disabledForeground': '#6c6f85',
|
|
100
|
+
'dropdown.background': '#e6e9ef',
|
|
101
|
+
'dropdown.border': '#8839ef',
|
|
102
|
+
'dropdown.foreground': '#4c4f69',
|
|
103
|
+
'dropdown.listBackground': '#acb0be',
|
|
104
|
+
'editor.background': '#eff1f5',
|
|
105
|
+
'editor.findMatchBackground': '#e6adbd',
|
|
106
|
+
'editor.findMatchBorder': '#d20f39',
|
|
107
|
+
'editor.findMatchHighlightBackground': '#a9daf0',
|
|
108
|
+
'editor.findMatchHighlightBorder': '#04a5e5',
|
|
109
|
+
'editor.findRangeHighlightBackground': '#a9daf0',
|
|
110
|
+
'editor.findRangeHighlightBorder': '#04a5e5',
|
|
111
|
+
'editor.focusedStackFrameHighlightBackground': '#40a02b',
|
|
112
|
+
'editor.foldBackground': '#04a5e5',
|
|
113
|
+
'editor.foreground': '#4c4f69',
|
|
114
|
+
'editor.hoverHighlightBackground': '#04a5e5',
|
|
115
|
+
'editor.lineHighlightBackground': '#4c4f69',
|
|
116
|
+
'editor.lineHighlightBorder': '#000000',
|
|
117
|
+
'editor.rangeHighlightBackground': '#04a5e5',
|
|
118
|
+
'editor.rangeHighlightBorder': '#000000',
|
|
119
|
+
'editor.selectionBackground': '#7c7f93',
|
|
120
|
+
'editor.selectionHighlightBackground': '#7c7f93',
|
|
121
|
+
'editor.selectionHighlightBorder': '#7c7f93',
|
|
122
|
+
'editor.stackFrameHighlightBackground': '#df8e1d',
|
|
123
|
+
'editor.wordHighlightBackground': '#7c7f93',
|
|
124
|
+
'editor.wordHighlightStrongBackground': '#1e66f5',
|
|
125
|
+
'editorBracketHighlight.foreground1': '#d20f39',
|
|
126
|
+
'editorBracketHighlight.foreground2': '#fe640b',
|
|
127
|
+
'editorBracketHighlight.foreground3': '#df8e1d',
|
|
128
|
+
'editorBracketHighlight.foreground4': '#40a02b',
|
|
129
|
+
'editorBracketHighlight.foreground5': '#209fb5',
|
|
130
|
+
'editorBracketHighlight.foreground6': '#8839ef',
|
|
131
|
+
'editorBracketHighlight.unexpectedBracket.foreground': '#e64553',
|
|
132
|
+
'editorBracketMatch.background': '#7c7f93',
|
|
133
|
+
'editorBracketMatch.border': '#7c7f93',
|
|
134
|
+
'editorCodeLens.foreground': '#8c8fa1',
|
|
135
|
+
'editorCursor.background': '#eff1f5',
|
|
136
|
+
'editorCursor.foreground': '#dc8a78',
|
|
137
|
+
'editorError.background': '#000000',
|
|
138
|
+
'editorError.border': '#000000',
|
|
139
|
+
'editorError.foreground': '#d20f39',
|
|
140
|
+
'editorGroup.border': '#acb0be',
|
|
141
|
+
'editorGroup.dropBackground': '#8839ef',
|
|
142
|
+
'editorGroup.emptyBackground': '#eff1f5',
|
|
143
|
+
'editorGroupHeader.tabsBackground': '#dce0e8',
|
|
144
|
+
'editorGutter.addedBackground': '#40a02b',
|
|
145
|
+
'editorGutter.background': '#eff1f5',
|
|
146
|
+
'editorGutter.commentGlyphForeground': '#8839ef',
|
|
147
|
+
'editorGutter.commentRangeForeground': '#ccd0da',
|
|
148
|
+
'editorGutter.deletedBackground': '#d20f39',
|
|
149
|
+
'editorGutter.foldingControlForeground': '#7c7f93',
|
|
150
|
+
'editorGutter.modifiedBackground': '#df8e1d',
|
|
151
|
+
'editorHoverWidget.background': '#e6e9ef',
|
|
152
|
+
'editorHoverWidget.border': '#acb0be',
|
|
153
|
+
'editorHoverWidget.foreground': '#4c4f69',
|
|
154
|
+
'editorIndentGuide.activeBackground': '#acb0be',
|
|
155
|
+
'editorIndentGuide.background': '#bcc0cc',
|
|
156
|
+
'editorInfo.background': '#000000',
|
|
157
|
+
'editorInfo.border': '#000000',
|
|
158
|
+
'editorInfo.foreground': '#1e66f5',
|
|
159
|
+
'editorInlayHint.background': '#e6e9ef',
|
|
160
|
+
'editorInlayHint.foreground': '#acb0be',
|
|
161
|
+
'editorInlayHint.parameterBackground': '#e6e9ef',
|
|
162
|
+
'editorInlayHint.parameterForeground': '#6c6f85',
|
|
163
|
+
'editorInlayHint.typeBackground': '#e6e9ef',
|
|
164
|
+
'editorInlayHint.typeForeground': '#5c5f77',
|
|
165
|
+
'editorLightBulb.foreground': '#df8e1d',
|
|
166
|
+
'editorLineNumber.activeForeground': '#8839ef',
|
|
167
|
+
'editorLineNumber.foreground': '#8c8fa1',
|
|
168
|
+
'editorLink.activeForeground': '#8839ef',
|
|
169
|
+
'editorMarkerNavigation.background': '#e6e9ef',
|
|
170
|
+
'editorMarkerNavigationError.background': '#d20f39',
|
|
171
|
+
'editorMarkerNavigationInfo.background': '#1e66f5',
|
|
172
|
+
'editorMarkerNavigationWarning.background': '#fe640b',
|
|
173
|
+
'editorOverviewRuler.background': '#e6e9ef',
|
|
174
|
+
'editorOverviewRuler.border': '#4c4f69',
|
|
175
|
+
'editorOverviewRuler.modifiedForeground': '#df8e1d',
|
|
176
|
+
'editorRuler.foreground': '#acb0be',
|
|
177
|
+
'editorStickyScrollHover.background': '#ccd0da',
|
|
178
|
+
'editorSuggestWidget.background': '#e6e9ef',
|
|
179
|
+
'editorSuggestWidget.border': '#acb0be',
|
|
180
|
+
'editorSuggestWidget.foreground': '#4c4f69',
|
|
181
|
+
'editorSuggestWidget.highlightForeground': '#8839ef',
|
|
182
|
+
'editorSuggestWidget.selectedBackground': '#ccd0da',
|
|
183
|
+
'editorWarning.background': '#000000',
|
|
184
|
+
'editorWarning.border': '#000000',
|
|
185
|
+
'editorWarning.foreground': '#fe640b',
|
|
186
|
+
'editorWhitespace.foreground': '#7c7f93',
|
|
187
|
+
'editorWidget.background': '#e6e9ef',
|
|
188
|
+
'editorWidget.foreground': '#4c4f69',
|
|
189
|
+
'editorWidget.resizeBorder': '#acb0be',
|
|
190
|
+
'errorForeground': '#d20f39',
|
|
191
|
+
'errorLens.errorBackground': '#d20f39',
|
|
192
|
+
'errorLens.errorBackgroundLight': '#d20f39',
|
|
193
|
+
'errorLens.errorForeground': '#d20f39',
|
|
194
|
+
'errorLens.errorForegroundLight': '#d20f39',
|
|
195
|
+
'errorLens.errorMessageBackground': '#d20f39',
|
|
196
|
+
'errorLens.hintBackground': '#40a02b',
|
|
197
|
+
'errorLens.hintBackgroundLight': '#40a02b',
|
|
198
|
+
'errorLens.hintForeground': '#40a02b',
|
|
199
|
+
'errorLens.hintForegroundLight': '#40a02b',
|
|
200
|
+
'errorLens.hintMessageBackground': '#40a02b',
|
|
201
|
+
'errorLens.infoBackground': '#1e66f5',
|
|
202
|
+
'errorLens.infoBackgroundLight': '#1e66f5',
|
|
203
|
+
'errorLens.infoForeground': '#1e66f5',
|
|
204
|
+
'errorLens.infoForegroundLight': '#1e66f5',
|
|
205
|
+
'errorLens.infoMessageBackground': '#1e66f5',
|
|
206
|
+
'errorLens.statusBarErrorForeground': '#d20f39',
|
|
207
|
+
'errorLens.statusBarHintForeground': '#40a02b',
|
|
208
|
+
'errorLens.statusBarIconErrorForeground': '#d20f39',
|
|
209
|
+
'errorLens.statusBarIconWarningForeground': '#fe640b',
|
|
210
|
+
'errorLens.statusBarInfoForeground': '#1e66f5',
|
|
211
|
+
'errorLens.statusBarWarningForeground': '#fe640b',
|
|
212
|
+
'errorLens.warningBackground': '#fe640b',
|
|
213
|
+
'errorLens.warningBackgroundLight': '#fe640b',
|
|
214
|
+
'errorLens.warningForeground': '#fe640b',
|
|
215
|
+
'errorLens.warningForegroundLight': '#fe640b',
|
|
216
|
+
'errorLens.warningMessageBackground': '#fe640b',
|
|
217
|
+
'extensionBadge.remoteBackground': '#1e66f5',
|
|
218
|
+
'extensionBadge.remoteForeground': '#dce0e8',
|
|
219
|
+
'extensionButton.prominentBackground': '#8839ef',
|
|
220
|
+
'extensionButton.prominentForeground': '#dce0e8',
|
|
221
|
+
'extensionButton.prominentHoverBackground': '#9c5af2',
|
|
222
|
+
'extensionButton.separator': '#eff1f5',
|
|
223
|
+
'extensionIcon.preReleaseForeground': '#acb0be',
|
|
224
|
+
'extensionIcon.sponsorForeground': '#ea76cb',
|
|
225
|
+
'extensionIcon.starForeground': '#df8e1d',
|
|
226
|
+
'extensionIcon.verifiedForeground': '#40a02b',
|
|
227
|
+
'focusBorder': '#8839ef',
|
|
228
|
+
'foreground': '#4c4f69',
|
|
229
|
+
'gitDecoration.addedResourceForeground': '#40a02b',
|
|
230
|
+
'gitDecoration.conflictingResourceForeground': '#8839ef',
|
|
231
|
+
'gitDecoration.deletedResourceForeground': '#d20f39',
|
|
232
|
+
'gitDecoration.ignoredResourceForeground': '#9ca0b0',
|
|
233
|
+
'gitDecoration.modifiedResourceForeground': '#df8e1d',
|
|
234
|
+
'gitDecoration.stageDeletedResourceForeground': '#d20f39',
|
|
235
|
+
'gitDecoration.stageModifiedResourceForeground': '#df8e1d',
|
|
236
|
+
'gitDecoration.submoduleResourceForeground': '#1e66f5',
|
|
237
|
+
'gitDecoration.untrackedResourceForeground': '#40a02b',
|
|
238
|
+
'gitlens.closedAutolinkedIssueIconColor': '#8839ef',
|
|
239
|
+
'gitlens.closedPullRequestIconColor': '#d20f39',
|
|
240
|
+
'gitlens.decorations.branchAheadForegroundColor': '#40a02b',
|
|
241
|
+
'gitlens.decorations.branchBehindForegroundColor': '#fe640b',
|
|
242
|
+
'gitlens.decorations.branchDivergedForegroundColor': '#df8e1d',
|
|
243
|
+
'gitlens.decorations.branchMissingUpstreamForegroundColor': '#fe640b',
|
|
244
|
+
'gitlens.decorations.branchUnpublishedForegroundColor': '#40a02b',
|
|
245
|
+
'gitlens.decorations.statusMergingOrRebasingConflictForegroundColor': '#e64553',
|
|
246
|
+
'gitlens.decorations.statusMergingOrRebasingForegroundColor': '#df8e1d',
|
|
247
|
+
'gitlens.decorations.workspaceCurrentForegroundColor': '#8839ef',
|
|
248
|
+
'gitlens.decorations.workspaceRepoMissingForegroundColor': '#6c6f85',
|
|
249
|
+
'gitlens.decorations.workspaceRepoOpenForegroundColor': '#8839ef',
|
|
250
|
+
'gitlens.decorations.worktreeHasUncommittedChangesForegroundColor': '#fe640b',
|
|
251
|
+
'gitlens.decorations.worktreeMissingForegroundColor': '#e64553',
|
|
252
|
+
'gitlens.graphChangesColumnAddedColor': '#40a02b',
|
|
253
|
+
'gitlens.graphChangesColumnDeletedColor': '#d20f39',
|
|
254
|
+
'gitlens.graphLane10Color': '#ea76cb',
|
|
255
|
+
'gitlens.graphLane1Color': '#8839ef',
|
|
256
|
+
'gitlens.graphLane2Color': '#df8e1d',
|
|
257
|
+
'gitlens.graphLane3Color': '#1e66f5',
|
|
258
|
+
'gitlens.graphLane4Color': '#dd7878',
|
|
259
|
+
'gitlens.graphLane5Color': '#40a02b',
|
|
260
|
+
'gitlens.graphLane6Color': '#7287fd',
|
|
261
|
+
'gitlens.graphLane7Color': '#dc8a78',
|
|
262
|
+
'gitlens.graphLane8Color': '#d20f39',
|
|
263
|
+
'gitlens.graphLane9Color': '#179299',
|
|
264
|
+
'gitlens.graphMinimapMarkerHeadColor': '#40a02b',
|
|
265
|
+
'gitlens.graphMinimapMarkerHighlightsColor': '#df8e1d',
|
|
266
|
+
'gitlens.graphMinimapMarkerLocalBranchesColor': '#1e66f5',
|
|
267
|
+
'gitlens.graphMinimapMarkerRemoteBranchesColor': '#0b57ef',
|
|
268
|
+
'gitlens.graphMinimapMarkerStashesColor': '#8839ef',
|
|
269
|
+
'gitlens.graphMinimapMarkerTagsColor': '#dd7878',
|
|
270
|
+
'gitlens.graphMinimapMarkerUpstreamColor': '#388c26',
|
|
271
|
+
'gitlens.graphScrollMarkerHeadColor': '#40a02b',
|
|
272
|
+
'gitlens.graphScrollMarkerHighlightsColor': '#df8e1d',
|
|
273
|
+
'gitlens.graphScrollMarkerLocalBranchesColor': '#1e66f5',
|
|
274
|
+
'gitlens.graphScrollMarkerRemoteBranchesColor': '#0b57ef',
|
|
275
|
+
'gitlens.graphScrollMarkerStashesColor': '#8839ef',
|
|
276
|
+
'gitlens.graphScrollMarkerTagsColor': '#dd7878',
|
|
277
|
+
'gitlens.graphScrollMarkerUpstreamColor': '#388c26',
|
|
278
|
+
'gitlens.gutterBackgroundColor': '#ccd0da',
|
|
279
|
+
'gitlens.gutterForegroundColor': '#4c4f69',
|
|
280
|
+
'gitlens.gutterUncommittedForegroundColor': '#8839ef',
|
|
281
|
+
'gitlens.lineHighlightBackgroundColor': '#8839ef',
|
|
282
|
+
'gitlens.lineHighlightOverviewRulerColor': '#8839ef',
|
|
283
|
+
'gitlens.mergedPullRequestIconColor': '#8839ef',
|
|
284
|
+
'gitlens.openAutolinkedIssueIconColor': '#40a02b',
|
|
285
|
+
'gitlens.openPullRequestIconColor': '#40a02b',
|
|
286
|
+
'gitlens.trailingLineBackgroundColor': '#000000',
|
|
287
|
+
'gitlens.trailingLineForegroundColor': '#4c4f69',
|
|
288
|
+
'gitlens.unpublishedChangesIconColor': '#40a02b',
|
|
289
|
+
'gitlens.unpublishedCommitIconColor': '#40a02b',
|
|
290
|
+
'gitlens.unpulledChangesIconColor': '#fe640b',
|
|
291
|
+
'icon.foreground': '#8839ef',
|
|
292
|
+
'input.background': '#ccd0da',
|
|
293
|
+
'input.border': '#000000',
|
|
294
|
+
'input.foreground': '#4c4f69',
|
|
295
|
+
'input.placeholderForeground': '#4c4f69',
|
|
296
|
+
'inputOption.activeBackground': '#acb0be',
|
|
297
|
+
'inputOption.activeBorder': '#8839ef',
|
|
298
|
+
'inputOption.activeForeground': '#4c4f69',
|
|
299
|
+
'inputValidation.errorBackground': '#d20f39',
|
|
300
|
+
'inputValidation.errorBorder': '#dce0e8',
|
|
301
|
+
'inputValidation.errorForeground': '#dce0e8',
|
|
302
|
+
'inputValidation.infoBackground': '#1e66f5',
|
|
303
|
+
'inputValidation.infoBorder': '#dce0e8',
|
|
304
|
+
'inputValidation.infoForeground': '#dce0e8',
|
|
305
|
+
'inputValidation.warningBackground': '#fe640b',
|
|
306
|
+
'inputValidation.warningBorder': '#dce0e8',
|
|
307
|
+
'inputValidation.warningForeground': '#dce0e8',
|
|
308
|
+
'issues.closed': '#8839ef',
|
|
309
|
+
'issues.newIssueDecoration': '#dc8a78',
|
|
310
|
+
'issues.open': '#40a02b',
|
|
311
|
+
'list.activeSelectionBackground': '#ccd0da',
|
|
312
|
+
'list.activeSelectionForeground': '#4c4f69',
|
|
313
|
+
'list.dropBackground': '#8839ef',
|
|
314
|
+
'list.focusAndSelectionBackground': '#bcc0cc',
|
|
315
|
+
'list.focusBackground': '#ccd0da',
|
|
316
|
+
'list.focusForeground': '#4c4f69',
|
|
317
|
+
'list.focusOutline': '#000000',
|
|
318
|
+
'list.highlightForeground': '#8839ef',
|
|
319
|
+
'list.hoverBackground': '#ccd0da',
|
|
320
|
+
'list.hoverForeground': '#4c4f69',
|
|
321
|
+
'list.inactiveSelectionBackground': '#ccd0da',
|
|
322
|
+
'list.inactiveSelectionForeground': '#4c4f69',
|
|
323
|
+
'list.warningForeground': '#fe640b',
|
|
324
|
+
'listFilterWidget.background': '#bcc0cc',
|
|
325
|
+
'listFilterWidget.noMatchesOutline': '#d20f39',
|
|
326
|
+
'listFilterWidget.outline': '#000000',
|
|
327
|
+
'menu.background': '#eff1f5',
|
|
328
|
+
'menu.border': '#eff1f5',
|
|
329
|
+
'menu.foreground': '#4c4f69',
|
|
330
|
+
'menu.selectionBackground': '#acb0be',
|
|
331
|
+
'menu.selectionBorder': '#000000',
|
|
332
|
+
'menu.selectionForeground': '#4c4f69',
|
|
333
|
+
'menu.separatorBackground': '#acb0be',
|
|
334
|
+
'menubar.selectionBackground': '#bcc0cc',
|
|
335
|
+
'menubar.selectionForeground': '#4c4f69',
|
|
336
|
+
'merge.commonContentBackground': '#bcc0cc',
|
|
337
|
+
'merge.commonHeaderBackground': '#acb0be',
|
|
338
|
+
'merge.currentContentBackground': '#40a02b',
|
|
339
|
+
'merge.currentHeaderBackground': '#40a02b',
|
|
340
|
+
'merge.incomingContentBackground': '#1e66f5',
|
|
341
|
+
'merge.incomingHeaderBackground': '#1e66f5',
|
|
342
|
+
'minimap.background': '#e6e9ef',
|
|
343
|
+
'minimap.errorHighlight': '#d20f39',
|
|
344
|
+
'minimap.findMatchHighlight': '#04a5e5',
|
|
345
|
+
'minimap.selectionHighlight': '#acb0be',
|
|
346
|
+
'minimap.selectionOccurrenceHighlight': '#acb0be',
|
|
347
|
+
'minimap.warningHighlight': '#fe640b',
|
|
348
|
+
'minimapGutter.addedBackground': '#40a02b',
|
|
349
|
+
'minimapGutter.deletedBackground': '#d20f39',
|
|
350
|
+
'minimapGutter.modifiedBackground': '#df8e1d',
|
|
351
|
+
'minimapSlider.activeBackground': '#8839ef',
|
|
352
|
+
'minimapSlider.background': '#8839ef',
|
|
353
|
+
'minimapSlider.hoverBackground': '#8839ef',
|
|
354
|
+
'notificationCenter.border': '#8839ef',
|
|
355
|
+
'notificationCenterHeader.background': '#e6e9ef',
|
|
356
|
+
'notificationCenterHeader.foreground': '#4c4f69',
|
|
357
|
+
'notificationLink.foreground': '#1e66f5',
|
|
358
|
+
'notificationToast.border': '#8839ef',
|
|
359
|
+
'notifications.background': '#e6e9ef',
|
|
360
|
+
'notifications.border': '#8839ef',
|
|
361
|
+
'notifications.foreground': '#4c4f69',
|
|
362
|
+
'notificationsErrorIcon.foreground': '#d20f39',
|
|
363
|
+
'notificationsInfoIcon.foreground': '#1e66f5',
|
|
364
|
+
'notificationsWarningIcon.foreground': '#fe640b',
|
|
365
|
+
'panel.background': '#eff1f5',
|
|
366
|
+
'panel.border': '#acb0be',
|
|
367
|
+
'panelSection.border': '#acb0be',
|
|
368
|
+
'panelSection.dropBackground': '#8839ef',
|
|
369
|
+
'panelTitle.activeBorder': '#8839ef',
|
|
370
|
+
'panelTitle.activeForeground': '#4c4f69',
|
|
371
|
+
'panelTitle.inactiveForeground': '#6c6f85',
|
|
372
|
+
'peekView.border': '#8839ef',
|
|
373
|
+
'peekViewEditor.background': '#e6e9ef',
|
|
374
|
+
'peekViewEditor.matchHighlightBackground': '#04a5e5',
|
|
375
|
+
'peekViewEditor.matchHighlightBorder': '#000000',
|
|
376
|
+
'peekViewEditorGutter.background': '#e6e9ef',
|
|
377
|
+
'peekViewResult.background': '#e6e9ef',
|
|
378
|
+
'peekViewResult.fileForeground': '#4c4f69',
|
|
379
|
+
'peekViewResult.lineForeground': '#4c4f69',
|
|
380
|
+
'peekViewResult.matchHighlightBackground': '#04a5e5',
|
|
381
|
+
'peekViewResult.selectionBackground': '#ccd0da',
|
|
382
|
+
'peekViewResult.selectionForeground': '#4c4f69',
|
|
383
|
+
'peekViewTitle.background': '#eff1f5',
|
|
384
|
+
'peekViewTitleDescription.foreground': '#5c5f77',
|
|
385
|
+
'peekViewTitleLabel.foreground': '#4c4f69',
|
|
386
|
+
'pickerGroup.border': '#8839ef',
|
|
387
|
+
'pickerGroup.foreground': '#8839ef',
|
|
388
|
+
'problemsErrorIcon.foreground': '#d20f39',
|
|
389
|
+
'problemsInfoIcon.foreground': '#1e66f5',
|
|
390
|
+
'problemsWarningIcon.foreground': '#fe640b',
|
|
391
|
+
'progressBar.background': '#8839ef',
|
|
392
|
+
'pullRequests.closed': '#d20f39',
|
|
393
|
+
'pullRequests.draft': '#7c7f93',
|
|
394
|
+
'pullRequests.merged': '#8839ef',
|
|
395
|
+
'pullRequests.notification': '#4c4f69',
|
|
396
|
+
'pullRequests.open': '#40a02b',
|
|
397
|
+
'sash.hoverBorder': '#8839ef',
|
|
398
|
+
'scmGraph.foreground1': '#df8e1d',
|
|
399
|
+
'scmGraph.foreground2': '#d20f39',
|
|
400
|
+
'scmGraph.foreground3': '#40a02b',
|
|
401
|
+
'scmGraph.foreground4': '#8839ef',
|
|
402
|
+
'scmGraph.foreground5': '#179299',
|
|
403
|
+
'scmGraph.historyItemBaseRefColor': '#fe640b',
|
|
404
|
+
'scmGraph.historyItemRefColor': '#1e66f5',
|
|
405
|
+
'scmGraph.historyItemRemoteRefColor': '#8839ef',
|
|
406
|
+
'scrollbar.shadow': '#dce0e8',
|
|
407
|
+
'scrollbarSlider.activeBackground': '#ccd0da',
|
|
408
|
+
'scrollbarSlider.background': '#acb0be',
|
|
409
|
+
'scrollbarSlider.hoverBackground': '#9ca0b0',
|
|
410
|
+
'selection.background': '#8839ef',
|
|
411
|
+
'settings.dropdownBackground': '#bcc0cc',
|
|
412
|
+
'settings.dropdownListBorder': '#000000',
|
|
413
|
+
'settings.focusedRowBackground': '#acb0be',
|
|
414
|
+
'settings.headerForeground': '#4c4f69',
|
|
415
|
+
'settings.modifiedItemIndicator': '#8839ef',
|
|
416
|
+
'settings.numberInputBackground': '#bcc0cc',
|
|
417
|
+
'settings.numberInputBorder': '#000000',
|
|
418
|
+
'settings.textInputBackground': '#bcc0cc',
|
|
419
|
+
'settings.textInputBorder': '#000000',
|
|
420
|
+
'sideBar.background': '#e6e9ef',
|
|
421
|
+
'sideBar.border': '#000000',
|
|
422
|
+
'sideBar.dropBackground': '#8839ef',
|
|
423
|
+
'sideBar.foreground': '#4c4f69',
|
|
424
|
+
'sideBarSectionHeader.background': '#e6e9ef',
|
|
425
|
+
'sideBarSectionHeader.foreground': '#4c4f69',
|
|
426
|
+
'sideBarTitle.foreground': '#8839ef',
|
|
427
|
+
'statusBar.background': '#dce0e8',
|
|
428
|
+
'statusBar.border': '#000000',
|
|
429
|
+
'statusBar.debuggingBackground': '#fe640b',
|
|
430
|
+
'statusBar.debuggingBorder': '#000000',
|
|
431
|
+
'statusBar.debuggingForeground': '#dce0e8',
|
|
432
|
+
'statusBar.foreground': '#4c4f69',
|
|
433
|
+
'statusBar.noFolderBackground': '#dce0e8',
|
|
434
|
+
'statusBar.noFolderBorder': '#000000',
|
|
435
|
+
'statusBar.noFolderForeground': '#4c4f69',
|
|
436
|
+
'statusBarItem.activeBackground': '#acb0be',
|
|
437
|
+
'statusBarItem.errorBackground': '#000000',
|
|
438
|
+
'statusBarItem.errorForeground': '#d20f39',
|
|
439
|
+
'statusBarItem.hoverBackground': '#acb0be',
|
|
440
|
+
'statusBarItem.prominentBackground': '#000000',
|
|
441
|
+
'statusBarItem.prominentForeground': '#8839ef',
|
|
442
|
+
'statusBarItem.prominentHoverBackground': '#acb0be',
|
|
443
|
+
'statusBarItem.remoteBackground': '#1e66f5',
|
|
444
|
+
'statusBarItem.remoteForeground': '#dce0e8',
|
|
445
|
+
'statusBarItem.warningBackground': '#000000',
|
|
446
|
+
'statusBarItem.warningForeground': '#fe640b',
|
|
447
|
+
'symbolIcon.arrayForeground': '#fe640b',
|
|
448
|
+
'symbolIcon.booleanForeground': '#8839ef',
|
|
449
|
+
'symbolIcon.classForeground': '#df8e1d',
|
|
450
|
+
'symbolIcon.colorForeground': '#ea76cb',
|
|
451
|
+
'symbolIcon.constantForeground': '#fe640b',
|
|
452
|
+
'symbolIcon.constructorForeground': '#7287fd',
|
|
453
|
+
'symbolIcon.enumeratorForeground': '#df8e1d',
|
|
454
|
+
'symbolIcon.enumeratorMemberForeground': '#df8e1d',
|
|
455
|
+
'symbolIcon.eventForeground': '#ea76cb',
|
|
456
|
+
'symbolIcon.fieldForeground': '#4c4f69',
|
|
457
|
+
'symbolIcon.fileForeground': '#8839ef',
|
|
458
|
+
'symbolIcon.folderForeground': '#8839ef',
|
|
459
|
+
'symbolIcon.functionForeground': '#1e66f5',
|
|
460
|
+
'symbolIcon.interfaceForeground': '#df8e1d',
|
|
461
|
+
'symbolIcon.keyForeground': '#179299',
|
|
462
|
+
'symbolIcon.keywordForeground': '#8839ef',
|
|
463
|
+
'symbolIcon.methodForeground': '#1e66f5',
|
|
464
|
+
'symbolIcon.moduleForeground': '#4c4f69',
|
|
465
|
+
'symbolIcon.namespaceForeground': '#df8e1d',
|
|
466
|
+
'symbolIcon.nullForeground': '#e64553',
|
|
467
|
+
'symbolIcon.numberForeground': '#fe640b',
|
|
468
|
+
'symbolIcon.objectForeground': '#df8e1d',
|
|
469
|
+
'symbolIcon.operatorForeground': '#179299',
|
|
470
|
+
'symbolIcon.packageForeground': '#dd7878',
|
|
471
|
+
'symbolIcon.propertyForeground': '#e64553',
|
|
472
|
+
'symbolIcon.referenceForeground': '#df8e1d',
|
|
473
|
+
'symbolIcon.snippetForeground': '#dd7878',
|
|
474
|
+
'symbolIcon.stringForeground': '#40a02b',
|
|
475
|
+
'symbolIcon.structForeground': '#179299',
|
|
476
|
+
'symbolIcon.textForeground': '#4c4f69',
|
|
477
|
+
'symbolIcon.typeParameterForeground': '#e64553',
|
|
478
|
+
'symbolIcon.unitForeground': '#4c4f69',
|
|
479
|
+
'symbolIcon.variableForeground': '#4c4f69',
|
|
480
|
+
'tab.activeBackground': '#eff1f5',
|
|
481
|
+
'tab.activeBorder': '#000000',
|
|
482
|
+
'tab.activeBorderTop': '#8839ef',
|
|
483
|
+
'tab.activeForeground': '#8839ef',
|
|
484
|
+
'tab.activeModifiedBorder': '#df8e1d',
|
|
485
|
+
'tab.border': '#e6e9ef',
|
|
486
|
+
'tab.hoverBackground': '#ffffff',
|
|
487
|
+
'tab.hoverBorder': '#000000',
|
|
488
|
+
'tab.hoverForeground': '#8839ef',
|
|
489
|
+
'tab.inactiveBackground': '#e6e9ef',
|
|
490
|
+
'tab.inactiveForeground': '#9ca0b0',
|
|
491
|
+
'tab.inactiveModifiedBorder': '#df8e1d',
|
|
492
|
+
'tab.lastPinnedBorder': '#8839ef',
|
|
493
|
+
'tab.unfocusedActiveBackground': '#e6e9ef',
|
|
494
|
+
'tab.unfocusedActiveBorder': '#000000',
|
|
495
|
+
'tab.unfocusedActiveBorderTop': '#8839ef',
|
|
496
|
+
'tab.unfocusedInactiveBackground': '#d6dbe5',
|
|
497
|
+
'table.headerBackground': '#ccd0da',
|
|
498
|
+
'table.headerForeground': '#4c4f69',
|
|
499
|
+
'terminal.ansiBlack': '#5c5f77',
|
|
500
|
+
'terminal.ansiBlue': '#1e66f5',
|
|
501
|
+
'terminal.ansiBrightBlack': '#6c6f85',
|
|
502
|
+
'terminal.ansiBrightBlue': '#456eff',
|
|
503
|
+
'terminal.ansiBrightCyan': '#2d9fa8',
|
|
504
|
+
'terminal.ansiBrightGreen': '#49af3d',
|
|
505
|
+
'terminal.ansiBrightMagenta': '#fe85d8',
|
|
506
|
+
'terminal.ansiBrightRed': '#de293e',
|
|
507
|
+
'terminal.ansiBrightWhite': '#bcc0cc',
|
|
508
|
+
'terminal.ansiBrightYellow': '#eea02d',
|
|
509
|
+
'terminal.ansiCyan': '#179299',
|
|
510
|
+
'terminal.ansiGreen': '#40a02b',
|
|
511
|
+
'terminal.ansiMagenta': '#ea76cb',
|
|
512
|
+
'terminal.ansiRed': '#d20f39',
|
|
513
|
+
'terminal.ansiWhite': '#acb0be',
|
|
514
|
+
'terminal.ansiYellow': '#df8e1d',
|
|
515
|
+
'terminal.border': '#acb0be',
|
|
516
|
+
'terminal.dropBackground': '#8839ef',
|
|
517
|
+
'terminal.foreground': '#4c4f69',
|
|
518
|
+
'terminal.inactiveSelectionBackground': '#acb0be',
|
|
519
|
+
'terminal.selectionBackground': '#acb0be',
|
|
520
|
+
'terminal.tab.activeBorder': '#8839ef',
|
|
521
|
+
'terminalCommandDecoration.defaultBackground': '#acb0be',
|
|
522
|
+
'terminalCommandDecoration.errorBackground': '#d20f39',
|
|
523
|
+
'terminalCommandDecoration.successBackground': '#40a02b',
|
|
524
|
+
'terminalCursor.background': '#eff1f5',
|
|
525
|
+
'terminalCursor.foreground': '#dc8a78',
|
|
526
|
+
'testing.coverCountBadgeBackground': '#000000',
|
|
527
|
+
'testing.coverCountBadgeForeground': '#8839ef',
|
|
528
|
+
'testing.coveredBackground': '#40a02b',
|
|
529
|
+
'testing.coveredBorder': '#000000',
|
|
530
|
+
'testing.coveredGutterBackground': '#40a02b',
|
|
531
|
+
'testing.iconErrored': '#d20f39',
|
|
532
|
+
'testing.iconErrored.retired': '#d20f39',
|
|
533
|
+
'testing.iconFailed': '#d20f39',
|
|
534
|
+
'testing.iconFailed.retired': '#d20f39',
|
|
535
|
+
'testing.iconPassed': '#40a02b',
|
|
536
|
+
'testing.iconPassed.retired': '#40a02b',
|
|
537
|
+
'testing.iconQueued': '#1e66f5',
|
|
538
|
+
'testing.iconQueued.retired': '#1e66f5',
|
|
539
|
+
'testing.iconSkipped': '#6c6f85',
|
|
540
|
+
'testing.iconSkipped.retired': '#6c6f85',
|
|
541
|
+
'testing.iconUnset': '#4c4f69',
|
|
542
|
+
'testing.iconUnset.retired': '#4c4f69',
|
|
543
|
+
'testing.message.error.lineBackground': '#d20f39',
|
|
544
|
+
'testing.message.info.decorationForeground': '#40a02b',
|
|
545
|
+
'testing.message.info.lineBackground': '#40a02b',
|
|
546
|
+
'testing.messagePeekBorder': '#8839ef',
|
|
547
|
+
'testing.messagePeekHeaderBackground': '#acb0be',
|
|
548
|
+
'testing.peekBorder': '#8839ef',
|
|
549
|
+
'testing.peekHeaderBackground': '#acb0be',
|
|
550
|
+
'testing.runAction': '#8839ef',
|
|
551
|
+
'testing.uncoveredBackground': '#d20f39',
|
|
552
|
+
'testing.uncoveredBorder': '#000000',
|
|
553
|
+
'testing.uncoveredBranchBackground': '#d20f39',
|
|
554
|
+
'testing.uncoveredGutterBackground': '#d20f39',
|
|
555
|
+
'textBlockQuote.background': '#e6e9ef',
|
|
556
|
+
'textBlockQuote.border': '#dce0e8',
|
|
557
|
+
'textCodeBlock.background': '#e6e9ef',
|
|
558
|
+
'textLink.activeForeground': '#04a5e5',
|
|
559
|
+
'textLink.foreground': '#1e66f5',
|
|
560
|
+
'textPreformat.foreground': '#4c4f69',
|
|
561
|
+
'textSeparator.foreground': '#8839ef',
|
|
562
|
+
'titleBar.activeBackground': '#dce0e8',
|
|
563
|
+
'titleBar.activeForeground': '#4c4f69',
|
|
564
|
+
'titleBar.border': '#000000',
|
|
565
|
+
'titleBar.inactiveBackground': '#dce0e8',
|
|
566
|
+
'titleBar.inactiveForeground': '#4c4f69',
|
|
567
|
+
'tree.inactiveIndentGuidesStroke': '#bcc0cc',
|
|
568
|
+
'tree.indentGuidesStroke': '#7c7f93',
|
|
569
|
+
'walkThrough.embeddedEditorBackground': '#eff1f5',
|
|
570
|
+
'welcomePage.progress.background': '#dce0e8',
|
|
571
|
+
'welcomePage.progress.foreground': '#8839ef',
|
|
572
|
+
'welcomePage.tileBackground': '#e6e9ef',
|
|
573
|
+
'widget.shadow': '#e6e9ef',
|
|
574
|
+
},
|
|
575
|
+
displayName: 'Catppuccin Latte',
|
|
576
|
+
fg: '#4c4f69',
|
|
577
|
+
name: 'catppuccin-latte',
|
|
578
|
+
semanticHighlighting: true,
|
|
579
|
+
semanticTokenColors: {
|
|
580
|
+
'boolean': {
|
|
581
|
+
foreground: '#fe640b',
|
|
582
|
+
},
|
|
583
|
+
'builtinAttribute.attribute.library:rust': {
|
|
584
|
+
foreground: '#1e66f5',
|
|
585
|
+
},
|
|
586
|
+
'class.builtin:python': {
|
|
587
|
+
foreground: '#8839ef',
|
|
588
|
+
},
|
|
589
|
+
'class:python': {
|
|
590
|
+
foreground: '#df8e1d',
|
|
591
|
+
},
|
|
592
|
+
'constant.builtin.readonly:nix': {
|
|
593
|
+
foreground: '#8839ef',
|
|
594
|
+
},
|
|
595
|
+
'enumMember': {
|
|
596
|
+
foreground: '#179299',
|
|
597
|
+
},
|
|
598
|
+
'function.decorator:python': {
|
|
599
|
+
foreground: '#fe640b',
|
|
600
|
+
},
|
|
601
|
+
'generic.attribute:rust': {
|
|
602
|
+
foreground: '#4c4f69',
|
|
603
|
+
},
|
|
604
|
+
'heading': {
|
|
605
|
+
foreground: '#d20f39',
|
|
606
|
+
},
|
|
607
|
+
'number': {
|
|
608
|
+
foreground: '#fe640b',
|
|
609
|
+
},
|
|
610
|
+
'pol': {
|
|
611
|
+
foreground: '#dd7878',
|
|
612
|
+
},
|
|
613
|
+
'property.readonly:javascript': {
|
|
614
|
+
foreground: '#4c4f69',
|
|
615
|
+
},
|
|
616
|
+
'property.readonly:javascriptreact': {
|
|
617
|
+
foreground: '#4c4f69',
|
|
618
|
+
},
|
|
619
|
+
'property.readonly:typescript': {
|
|
620
|
+
foreground: '#4c4f69',
|
|
621
|
+
},
|
|
622
|
+
'property.readonly:typescriptreact': {
|
|
623
|
+
foreground: '#4c4f69',
|
|
624
|
+
},
|
|
625
|
+
'selfKeyword': {
|
|
626
|
+
foreground: '#d20f39',
|
|
627
|
+
},
|
|
628
|
+
'text.emph': {
|
|
629
|
+
fontStyle: 'italic',
|
|
630
|
+
foreground: '#d20f39',
|
|
631
|
+
},
|
|
632
|
+
'text.math': {
|
|
633
|
+
foreground: '#dd7878',
|
|
634
|
+
},
|
|
635
|
+
'text.strong': {
|
|
636
|
+
fontStyle: 'bold',
|
|
637
|
+
foreground: '#d20f39',
|
|
638
|
+
},
|
|
639
|
+
'tomlArrayKey': {
|
|
640
|
+
fontStyle: '',
|
|
641
|
+
foreground: '#1e66f5',
|
|
642
|
+
},
|
|
643
|
+
'tomlTableKey': {
|
|
644
|
+
fontStyle: '',
|
|
645
|
+
foreground: '#1e66f5',
|
|
646
|
+
},
|
|
647
|
+
'type.defaultLibrary:go': {
|
|
648
|
+
foreground: '#8839ef',
|
|
649
|
+
},
|
|
650
|
+
'variable.defaultLibrary': {
|
|
651
|
+
foreground: '#e64553',
|
|
652
|
+
},
|
|
653
|
+
'variable.readonly.defaultLibrary:go': {
|
|
654
|
+
foreground: '#8839ef',
|
|
655
|
+
},
|
|
656
|
+
'variable.readonly:javascript': {
|
|
657
|
+
foreground: '#4c4f69',
|
|
658
|
+
},
|
|
659
|
+
'variable.readonly:javascriptreact': {
|
|
660
|
+
foreground: '#4c4f69',
|
|
661
|
+
},
|
|
662
|
+
'variable.readonly:scala': {
|
|
663
|
+
foreground: '#4c4f69',
|
|
664
|
+
},
|
|
665
|
+
'variable.readonly:typescript': {
|
|
666
|
+
foreground: '#4c4f69',
|
|
667
|
+
},
|
|
668
|
+
'variable.readonly:typescriptreact': {
|
|
669
|
+
foreground: '#4c4f69',
|
|
670
|
+
},
|
|
671
|
+
'variable.typeHint:python': {
|
|
672
|
+
foreground: '#df8e1d',
|
|
673
|
+
},
|
|
674
|
+
},
|
|
675
|
+
settings: [
|
|
676
|
+
{
|
|
677
|
+
settings: {
|
|
678
|
+
background: '#eff1f5',
|
|
679
|
+
foreground: '#4c4f69',
|
|
680
|
+
},
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
scope: ['text', 'source', 'variable.other.readwrite', 'punctuation.definition.variable'],
|
|
684
|
+
settings: {
|
|
685
|
+
foreground: '#4c4f69',
|
|
686
|
+
},
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
scope: 'punctuation',
|
|
690
|
+
settings: {
|
|
691
|
+
fontStyle: '',
|
|
692
|
+
foreground: '#7c7f93',
|
|
693
|
+
},
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
scope: ['comment', 'punctuation.definition.comment'],
|
|
697
|
+
settings: {
|
|
698
|
+
fontStyle: 'italic',
|
|
699
|
+
foreground: '#7c7f93',
|
|
700
|
+
},
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
scope: ['string', 'punctuation.definition.string'],
|
|
704
|
+
settings: {
|
|
705
|
+
foreground: '#40a02b',
|
|
706
|
+
},
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
scope: 'constant.character.escape',
|
|
710
|
+
settings: {
|
|
711
|
+
foreground: '#ea76cb',
|
|
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: '#fe640b',
|
|
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: '#8839ef',
|
|
743
|
+
},
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
scope: 'entity.name.tag.documentation',
|
|
747
|
+
settings: {
|
|
748
|
+
foreground: '#8839ef',
|
|
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: '#179299',
|
|
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: '#1e66f5',
|
|
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: '#df8e1d',
|
|
788
|
+
},
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
scope: 'entity.name.enum',
|
|
792
|
+
settings: {
|
|
793
|
+
fontStyle: 'italic',
|
|
794
|
+
foreground: '#df8e1d',
|
|
795
|
+
},
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
scope: ['meta.enum variable.other.readwrite', 'variable.other.enummember'],
|
|
799
|
+
settings: {
|
|
800
|
+
foreground: '#179299',
|
|
801
|
+
},
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
scope: 'meta.property.object',
|
|
805
|
+
settings: {
|
|
806
|
+
foreground: '#179299',
|
|
807
|
+
},
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
scope: ['meta.type', 'meta.type-alias', 'support.type', 'entity.name.type'],
|
|
811
|
+
settings: {
|
|
812
|
+
fontStyle: 'italic',
|
|
813
|
+
foreground: '#df8e1d',
|
|
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: '#fe640b',
|
|
826
|
+
},
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
scope: ['variable.parameter', 'meta.function.parameters'],
|
|
830
|
+
settings: {
|
|
831
|
+
fontStyle: 'italic',
|
|
832
|
+
foreground: '#e64553',
|
|
833
|
+
},
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
scope: ['constant.language', 'support.function.builtin'],
|
|
837
|
+
settings: {
|
|
838
|
+
foreground: '#d20f39',
|
|
839
|
+
},
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
scope: 'entity.other.attribute-name.documentation',
|
|
843
|
+
settings: {
|
|
844
|
+
foreground: '#d20f39',
|
|
845
|
+
},
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
scope: ['keyword.control.directive', 'punctuation.definition.directive'],
|
|
849
|
+
settings: {
|
|
850
|
+
foreground: '#df8e1d',
|
|
851
|
+
},
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
scope: 'punctuation.definition.typeparameters',
|
|
855
|
+
settings: {
|
|
856
|
+
foreground: '#04a5e5',
|
|
857
|
+
},
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
scope: 'entity.name.namespace',
|
|
861
|
+
settings: {
|
|
862
|
+
foreground: '#df8e1d',
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
scope: ['support.type.property-name.css', 'support.type.property-name.less'],
|
|
867
|
+
settings: {
|
|
868
|
+
fontStyle: '',
|
|
869
|
+
foreground: '#1e66f5',
|
|
870
|
+
},
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
scope: ['variable.language.this', 'variable.language.this punctuation.definition.variable'],
|
|
874
|
+
settings: {
|
|
875
|
+
foreground: '#d20f39',
|
|
876
|
+
},
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
scope: 'variable.object.property',
|
|
880
|
+
settings: {
|
|
881
|
+
foreground: '#4c4f69',
|
|
882
|
+
},
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
scope: ['string.template variable', 'string variable'],
|
|
886
|
+
settings: {
|
|
887
|
+
foreground: '#4c4f69',
|
|
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: '#8839ef',
|
|
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: '#df8e1d',
|
|
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: '#179299',
|
|
923
|
+
},
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
scope: 'meta.interpolation.cs',
|
|
927
|
+
settings: {
|
|
928
|
+
foreground: '#4c4f69',
|
|
929
|
+
},
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
scope: 'comment.block.documentation.cs',
|
|
933
|
+
settings: {
|
|
934
|
+
foreground: '#4c4f69',
|
|
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: '#df8e1d',
|
|
944
|
+
},
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
scope: 'punctuation.separator.operator.css',
|
|
948
|
+
settings: {
|
|
949
|
+
foreground: '#179299',
|
|
950
|
+
},
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
scope: 'source.css entity.other.attribute-name.pseudo-class',
|
|
954
|
+
settings: {
|
|
955
|
+
foreground: '#179299',
|
|
956
|
+
},
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
scope: 'source.css constant.other.unicode-range',
|
|
960
|
+
settings: {
|
|
961
|
+
foreground: '#fe640b',
|
|
962
|
+
},
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
scope: 'source.css variable.parameter.url',
|
|
966
|
+
settings: {
|
|
967
|
+
fontStyle: '',
|
|
968
|
+
foreground: '#40a02b',
|
|
969
|
+
},
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
scope: ['support.type.vendored.property-name'],
|
|
973
|
+
settings: {
|
|
974
|
+
foreground: '#04a5e5',
|
|
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: '#e64553',
|
|
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: '#1e66f5',
|
|
996
|
+
},
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
scope: 'keyword.other.unit.percentage.css',
|
|
1000
|
+
settings: {
|
|
1001
|
+
foreground: '#fe640b',
|
|
1002
|
+
},
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
scope: 'source.css meta.attribute-selector',
|
|
1006
|
+
settings: {
|
|
1007
|
+
foreground: '#40a02b',
|
|
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: '#1e66f5',
|
|
1024
|
+
},
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
scope: ['constant.language.json', 'constant.language.yaml'],
|
|
1028
|
+
settings: {
|
|
1029
|
+
foreground: '#fe640b',
|
|
1030
|
+
},
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
scope: ['entity.name.type.anchor.yaml', 'variable.other.alias.yaml'],
|
|
1034
|
+
settings: {
|
|
1035
|
+
fontStyle: '',
|
|
1036
|
+
foreground: '#df8e1d',
|
|
1037
|
+
},
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
scope: ['support.type.property-name.table', 'entity.name.section.group-title.ini'],
|
|
1041
|
+
settings: {
|
|
1042
|
+
foreground: '#df8e1d',
|
|
1043
|
+
},
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
scope: 'constant.other.time.datetime.offset.toml',
|
|
1047
|
+
settings: {
|
|
1048
|
+
foreground: '#ea76cb',
|
|
1049
|
+
},
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
scope: ['punctuation.definition.anchor.yaml', 'punctuation.definition.alias.yaml'],
|
|
1053
|
+
settings: {
|
|
1054
|
+
foreground: '#ea76cb',
|
|
1055
|
+
},
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
scope: 'entity.other.document.begin.yaml',
|
|
1059
|
+
settings: {
|
|
1060
|
+
foreground: '#ea76cb',
|
|
1061
|
+
},
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
scope: 'markup.changed.diff',
|
|
1065
|
+
settings: {
|
|
1066
|
+
foreground: '#fe640b',
|
|
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: '#1e66f5',
|
|
1078
|
+
},
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
scope: 'markup.inserted.diff',
|
|
1082
|
+
settings: {
|
|
1083
|
+
foreground: '#40a02b',
|
|
1084
|
+
},
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
scope: 'markup.deleted.diff',
|
|
1088
|
+
settings: {
|
|
1089
|
+
foreground: '#d20f39',
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
scope: ['variable.other.env'],
|
|
1094
|
+
settings: {
|
|
1095
|
+
foreground: '#1e66f5',
|
|
1096
|
+
},
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
scope: ['string.quoted variable.other.env'],
|
|
1100
|
+
settings: {
|
|
1101
|
+
foreground: '#4c4f69',
|
|
1102
|
+
},
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
scope: 'support.function.builtin.gdscript',
|
|
1106
|
+
settings: {
|
|
1107
|
+
foreground: '#1e66f5',
|
|
1108
|
+
},
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
scope: 'constant.language.gdscript',
|
|
1112
|
+
settings: {
|
|
1113
|
+
foreground: '#fe640b',
|
|
1114
|
+
},
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
scope: 'comment meta.annotation.go',
|
|
1118
|
+
settings: {
|
|
1119
|
+
foreground: '#e64553',
|
|
1120
|
+
},
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
scope: 'comment meta.annotation.parameters.go',
|
|
1124
|
+
settings: {
|
|
1125
|
+
foreground: '#fe640b',
|
|
1126
|
+
},
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
scope: 'constant.language.go',
|
|
1130
|
+
settings: {
|
|
1131
|
+
foreground: '#fe640b',
|
|
1132
|
+
},
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
scope: 'variable.graphql',
|
|
1136
|
+
settings: {
|
|
1137
|
+
foreground: '#4c4f69',
|
|
1138
|
+
},
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
scope: 'string.unquoted.alias.graphql',
|
|
1142
|
+
settings: {
|
|
1143
|
+
foreground: '#dd7878',
|
|
1144
|
+
},
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
scope: 'constant.character.enum.graphql',
|
|
1148
|
+
settings: {
|
|
1149
|
+
foreground: '#179299',
|
|
1150
|
+
},
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
scope: 'meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql',
|
|
1154
|
+
settings: {
|
|
1155
|
+
foreground: '#dd7878',
|
|
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: '#8839ef',
|
|
1167
|
+
},
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
scope: ['entity.name.tag'],
|
|
1171
|
+
settings: {
|
|
1172
|
+
fontStyle: '',
|
|
1173
|
+
foreground: '#1e66f5',
|
|
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: '#d20f39',
|
|
1189
|
+
},
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
scope: ['entity.other.attribute-name'],
|
|
1193
|
+
settings: {
|
|
1194
|
+
foreground: '#df8e1d',
|
|
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: '#ea76cb',
|
|
1207
|
+
},
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
scope: ['punctuation.definition.annotation', 'storage.type.annotation'],
|
|
1211
|
+
settings: {
|
|
1212
|
+
foreground: '#fe640b',
|
|
1213
|
+
},
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
scope: 'constant.other.enum.java',
|
|
1217
|
+
settings: {
|
|
1218
|
+
foreground: '#179299',
|
|
1219
|
+
},
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
scope: 'storage.modifier.import.java',
|
|
1223
|
+
settings: {
|
|
1224
|
+
foreground: '#4c4f69',
|
|
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: '#e64553',
|
|
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: '#4c4f69',
|
|
1248
|
+
},
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
scope: ['variable.other.jsdoc', 'comment.block.documentation variable.other'],
|
|
1252
|
+
settings: {
|
|
1253
|
+
fontStyle: '',
|
|
1254
|
+
foreground: '#e64553',
|
|
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: '#4c4f69',
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
scope: ['support.constant.node', 'support.type.object.module.js'],
|
|
1271
|
+
settings: {
|
|
1272
|
+
foreground: '#8839ef',
|
|
1273
|
+
},
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
scope: 'storage.modifier.implements',
|
|
1277
|
+
settings: {
|
|
1278
|
+
foreground: '#8839ef',
|
|
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: '#8839ef',
|
|
1291
|
+
},
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
scope: 'variable.parameter.generic',
|
|
1295
|
+
settings: {
|
|
1296
|
+
foreground: '#df8e1d',
|
|
1297
|
+
},
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
scope: ['keyword.declaration.function.arrow.js', 'storage.type.function.arrow.ts'],
|
|
1301
|
+
settings: {
|
|
1302
|
+
foreground: '#179299',
|
|
1303
|
+
},
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
scope: 'punctuation.decorator.ts',
|
|
1307
|
+
settings: {
|
|
1308
|
+
fontStyle: 'italic',
|
|
1309
|
+
foreground: '#1e66f5',
|
|
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: '#8839ef',
|
|
1327
|
+
},
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
scope: 'support.function.macro.julia',
|
|
1331
|
+
settings: {
|
|
1332
|
+
fontStyle: 'italic',
|
|
1333
|
+
foreground: '#179299',
|
|
1334
|
+
},
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
scope: 'constant.language.julia',
|
|
1338
|
+
settings: {
|
|
1339
|
+
foreground: '#fe640b',
|
|
1340
|
+
},
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
scope: 'constant.other.symbol.julia',
|
|
1344
|
+
settings: {
|
|
1345
|
+
foreground: '#e64553',
|
|
1346
|
+
},
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
scope: 'text.tex keyword.control.preamble',
|
|
1350
|
+
settings: {
|
|
1351
|
+
foreground: '#179299',
|
|
1352
|
+
},
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
scope: 'text.tex support.function.be',
|
|
1356
|
+
settings: {
|
|
1357
|
+
foreground: '#04a5e5',
|
|
1358
|
+
},
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
scope: 'constant.other.general.math.tex',
|
|
1362
|
+
settings: {
|
|
1363
|
+
foreground: '#dd7878',
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
scope: 'variable.language.liquid',
|
|
1368
|
+
settings: {
|
|
1369
|
+
foreground: '#ea76cb',
|
|
1370
|
+
},
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
scope: 'comment.line.double-dash.documentation.lua storage.type.annotation.lua',
|
|
1374
|
+
settings: {
|
|
1375
|
+
fontStyle: '',
|
|
1376
|
+
foreground: '#8839ef',
|
|
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: '#4c4f69',
|
|
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: '#d20f39',
|
|
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: '#fe640b',
|
|
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: '#df8e1d',
|
|
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: '#40a02b',
|
|
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: '#209fb5',
|
|
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: '#7287fd',
|
|
1472
|
+
},
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
scope: 'markup.bold',
|
|
1476
|
+
settings: {
|
|
1477
|
+
fontStyle: 'bold',
|
|
1478
|
+
foreground: '#d20f39',
|
|
1479
|
+
},
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
scope: 'markup.italic',
|
|
1483
|
+
settings: {
|
|
1484
|
+
fontStyle: 'italic',
|
|
1485
|
+
foreground: '#d20f39',
|
|
1486
|
+
},
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
scope: 'markup.strikethrough',
|
|
1490
|
+
settings: {
|
|
1491
|
+
fontStyle: 'strikethrough',
|
|
1492
|
+
foreground: '#6c6f85',
|
|
1493
|
+
},
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
scope: ['punctuation.definition.link', 'markup.underline.link'],
|
|
1497
|
+
settings: {
|
|
1498
|
+
foreground: '#1e66f5',
|
|
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: '#7287fd',
|
|
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: '#40a02b',
|
|
1529
|
+
},
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
scope: 'fenced_code.block.language',
|
|
1533
|
+
settings: {
|
|
1534
|
+
foreground: '#04a5e5',
|
|
1535
|
+
},
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
scope: ['markup.fenced_code.block punctuation.definition', 'markup.raw support.asciidoc'],
|
|
1539
|
+
settings: {
|
|
1540
|
+
foreground: '#7c7f93',
|
|
1541
|
+
},
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
scope: ['markup.quote', 'punctuation.definition.quote.begin'],
|
|
1545
|
+
settings: {
|
|
1546
|
+
foreground: '#ea76cb',
|
|
1547
|
+
},
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
scope: 'meta.separator.markdown',
|
|
1551
|
+
settings: {
|
|
1552
|
+
foreground: '#179299',
|
|
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: '#179299',
|
|
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: '#1e66f5',
|
|
1578
|
+
},
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
scope: 'variable.parameter.name.nix',
|
|
1582
|
+
settings: {
|
|
1583
|
+
fontStyle: '',
|
|
1584
|
+
foreground: '#4c4f69',
|
|
1585
|
+
},
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
scope: 'meta.embedded variable.parameter.name.nix',
|
|
1589
|
+
settings: {
|
|
1590
|
+
fontStyle: '',
|
|
1591
|
+
foreground: '#7287fd',
|
|
1592
|
+
},
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
scope: 'string.unquoted.path.nix',
|
|
1596
|
+
settings: {
|
|
1597
|
+
fontStyle: '',
|
|
1598
|
+
foreground: '#ea76cb',
|
|
1599
|
+
},
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
scope: ['support.attribute.builtin', 'meta.attribute.php'],
|
|
1603
|
+
settings: {
|
|
1604
|
+
foreground: '#df8e1d',
|
|
1605
|
+
},
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
scope: 'meta.function.parameters.php punctuation.definition.variable.php',
|
|
1609
|
+
settings: {
|
|
1610
|
+
foreground: '#e64553',
|
|
1611
|
+
},
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
scope: 'constant.language.php',
|
|
1615
|
+
settings: {
|
|
1616
|
+
foreground: '#8839ef',
|
|
1617
|
+
},
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
scope: 'text.html.php support.function',
|
|
1621
|
+
settings: {
|
|
1622
|
+
foreground: '#04a5e5',
|
|
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: '#4c4f69',
|
|
1635
|
+
},
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
scope: ['support.function.magic.python'],
|
|
1639
|
+
settings: {
|
|
1640
|
+
fontStyle: 'italic',
|
|
1641
|
+
foreground: '#04a5e5',
|
|
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: '#d20f39',
|
|
1652
|
+
},
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
scope: ['keyword.control.flow.python', 'keyword.operator.logical.python'],
|
|
1656
|
+
settings: {
|
|
1657
|
+
foreground: '#8839ef',
|
|
1658
|
+
},
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
scope: 'storage.type.function.python',
|
|
1662
|
+
settings: {
|
|
1663
|
+
foreground: '#8839ef',
|
|
1664
|
+
},
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
scope: ['support.token.decorator.python', 'meta.function.decorator.identifier.python'],
|
|
1668
|
+
settings: {
|
|
1669
|
+
foreground: '#04a5e5',
|
|
1670
|
+
},
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
scope: ['meta.function-call.python'],
|
|
1674
|
+
settings: {
|
|
1675
|
+
foreground: '#1e66f5',
|
|
1676
|
+
},
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
scope: ['entity.name.function.decorator.python', 'punctuation.definition.decorator.python'],
|
|
1680
|
+
settings: {
|
|
1681
|
+
fontStyle: 'italic',
|
|
1682
|
+
foreground: '#fe640b',
|
|
1683
|
+
},
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
scope: 'constant.character.format.placeholder.other.python',
|
|
1687
|
+
settings: {
|
|
1688
|
+
foreground: '#ea76cb',
|
|
1689
|
+
},
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
scope: ['support.type.exception.python', 'support.function.builtin.python'],
|
|
1693
|
+
settings: {
|
|
1694
|
+
foreground: '#fe640b',
|
|
1695
|
+
},
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
scope: ['support.type.python'],
|
|
1699
|
+
settings: {
|
|
1700
|
+
foreground: '#8839ef',
|
|
1701
|
+
},
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
scope: 'constant.language.python',
|
|
1705
|
+
settings: {
|
|
1706
|
+
foreground: '#fe640b',
|
|
1707
|
+
},
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
scope: ['meta.indexed-name.python', 'meta.item-access.python'],
|
|
1711
|
+
settings: {
|
|
1712
|
+
fontStyle: 'italic',
|
|
1713
|
+
foreground: '#e64553',
|
|
1714
|
+
},
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
scope: 'storage.type.string.python',
|
|
1718
|
+
settings: {
|
|
1719
|
+
fontStyle: 'italic',
|
|
1720
|
+
foreground: '#40a02b',
|
|
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: '#1e66f5',
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
scope: 'meta.function-call.arguments.r',
|
|
1737
|
+
settings: {
|
|
1738
|
+
foreground: '#4c4f69',
|
|
1739
|
+
},
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
scope: [
|
|
1743
|
+
'string.regexp punctuation.definition.string.begin',
|
|
1744
|
+
'string.regexp punctuation.definition.string.end',
|
|
1745
|
+
],
|
|
1746
|
+
settings: {
|
|
1747
|
+
foreground: '#ea76cb',
|
|
1748
|
+
},
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
scope: 'keyword.control.anchor.regexp',
|
|
1752
|
+
settings: {
|
|
1753
|
+
foreground: '#8839ef',
|
|
1754
|
+
},
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
scope: 'string.regexp.ts',
|
|
1758
|
+
settings: {
|
|
1759
|
+
foreground: '#4c4f69',
|
|
1760
|
+
},
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
scope: ['punctuation.definition.group.regexp', 'keyword.other.back-reference.regexp'],
|
|
1764
|
+
settings: {
|
|
1765
|
+
foreground: '#40a02b',
|
|
1766
|
+
},
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
scope: 'punctuation.definition.character-class.regexp',
|
|
1770
|
+
settings: {
|
|
1771
|
+
foreground: '#df8e1d',
|
|
1772
|
+
},
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
scope: 'constant.other.character-class.regexp',
|
|
1776
|
+
settings: {
|
|
1777
|
+
foreground: '#ea76cb',
|
|
1778
|
+
},
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
scope: 'constant.other.character-class.range.regexp',
|
|
1782
|
+
settings: {
|
|
1783
|
+
foreground: '#dc8a78',
|
|
1784
|
+
},
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
scope: 'keyword.operator.quantifier.regexp',
|
|
1788
|
+
settings: {
|
|
1789
|
+
foreground: '#179299',
|
|
1790
|
+
},
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
scope: 'constant.character.numeric.regexp',
|
|
1794
|
+
settings: {
|
|
1795
|
+
foreground: '#fe640b',
|
|
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: '#1e66f5',
|
|
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: '#df8e1d',
|
|
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: '#8839ef',
|
|
1846
|
+
},
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
scope: 'entity.name.type.numeric.rust',
|
|
1850
|
+
settings: {
|
|
1851
|
+
fontStyle: '',
|
|
1852
|
+
foreground: '#8839ef',
|
|
1853
|
+
},
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
scope: 'meta.generic.rust',
|
|
1857
|
+
settings: {
|
|
1858
|
+
foreground: '#fe640b',
|
|
1859
|
+
},
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
scope: 'entity.name.impl.rust',
|
|
1863
|
+
settings: {
|
|
1864
|
+
fontStyle: 'italic',
|
|
1865
|
+
foreground: '#df8e1d',
|
|
1866
|
+
},
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
scope: 'entity.name.module.rust',
|
|
1870
|
+
settings: {
|
|
1871
|
+
foreground: '#fe640b',
|
|
1872
|
+
},
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
scope: 'entity.name.trait.rust',
|
|
1876
|
+
settings: {
|
|
1877
|
+
fontStyle: 'italic',
|
|
1878
|
+
foreground: '#df8e1d',
|
|
1879
|
+
},
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
scope: 'storage.type.source.rust',
|
|
1883
|
+
settings: {
|
|
1884
|
+
foreground: '#df8e1d',
|
|
1885
|
+
},
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
scope: 'entity.name.union.rust',
|
|
1889
|
+
settings: {
|
|
1890
|
+
foreground: '#df8e1d',
|
|
1891
|
+
},
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
scope: 'meta.enum.rust storage.type.source.rust',
|
|
1895
|
+
settings: {
|
|
1896
|
+
foreground: '#179299',
|
|
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: '#1e66f5',
|
|
1908
|
+
},
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
scope: ['storage.modifier.lifetime.rust', 'entity.name.type.lifetime'],
|
|
1912
|
+
settings: {
|
|
1913
|
+
fontStyle: 'italic',
|
|
1914
|
+
foreground: '#1e66f5',
|
|
1915
|
+
},
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
scope: 'string.quoted.double.rust constant.other.placeholder.rust',
|
|
1919
|
+
settings: {
|
|
1920
|
+
foreground: '#ea76cb',
|
|
1921
|
+
},
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
scope: 'meta.function.return-type.rust meta.generic.rust storage.type.rust',
|
|
1925
|
+
settings: {
|
|
1926
|
+
foreground: '#4c4f69',
|
|
1927
|
+
},
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
scope: 'meta.function.call.rust',
|
|
1931
|
+
settings: {
|
|
1932
|
+
foreground: '#1e66f5',
|
|
1933
|
+
},
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
scope: 'punctuation.brackets.angle.rust',
|
|
1937
|
+
settings: {
|
|
1938
|
+
foreground: '#04a5e5',
|
|
1939
|
+
},
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
scope: 'constant.other.caps.rust',
|
|
1943
|
+
settings: {
|
|
1944
|
+
foreground: '#fe640b',
|
|
1945
|
+
},
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
scope: ['meta.function.definition.rust variable.other.rust'],
|
|
1949
|
+
settings: {
|
|
1950
|
+
foreground: '#e64553',
|
|
1951
|
+
},
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
scope: 'meta.function.call.rust variable.other.rust',
|
|
1955
|
+
settings: {
|
|
1956
|
+
foreground: '#4c4f69',
|
|
1957
|
+
},
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
scope: 'variable.language.self.rust',
|
|
1961
|
+
settings: {
|
|
1962
|
+
foreground: '#d20f39',
|
|
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: '#ea76cb',
|
|
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: '#ea76cb',
|
|
1985
|
+
},
|
|
1986
|
+
},
|
|
1987
|
+
{
|
|
1988
|
+
scope: 'comment.line.shebang constant.language',
|
|
1989
|
+
settings: {
|
|
1990
|
+
fontStyle: 'italic',
|
|
1991
|
+
foreground: '#179299',
|
|
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: '#d20f39',
|
|
2003
|
+
},
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
scope: 'meta.string meta.interpolation.parameter.shell variable.other.readwrite',
|
|
2007
|
+
settings: {
|
|
2008
|
+
fontStyle: 'italic',
|
|
2009
|
+
foreground: '#fe640b',
|
|
2010
|
+
},
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
scope: [
|
|
2014
|
+
'source.shell punctuation.section.interpolation',
|
|
2015
|
+
'punctuation.definition.evaluation.backticks.shell',
|
|
2016
|
+
],
|
|
2017
|
+
settings: {
|
|
2018
|
+
foreground: '#179299',
|
|
2019
|
+
},
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
scope: 'entity.name.tag.heredoc.shell',
|
|
2023
|
+
settings: {
|
|
2024
|
+
foreground: '#8839ef',
|
|
2025
|
+
},
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
scope: 'string.quoted.double.shell variable.other.normal.shell',
|
|
2029
|
+
settings: {
|
|
2030
|
+
foreground: '#4c4f69',
|
|
2031
|
+
},
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
scope: ['markup.heading.typst'],
|
|
2035
|
+
settings: {
|
|
2036
|
+
foreground: '#d20f39',
|
|
2037
|
+
},
|
|
2038
|
+
},
|
|
2039
|
+
],
|
|
2040
|
+
type: 'light',
|
|
2041
|
+
}
|