@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,947 @@
|
|
|
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: '#282A36',
|
|
8
|
+
colors: {
|
|
9
|
+
'activityBar.activeBackground': '#BD93F9',
|
|
10
|
+
'activityBar.activeBorder': '#FF79C6',
|
|
11
|
+
'activityBar.background': '#343746',
|
|
12
|
+
'activityBar.foreground': '#f6f6f4',
|
|
13
|
+
'activityBar.inactiveForeground': '#7b7f8b',
|
|
14
|
+
'activityBarBadge.background': '#f286c4',
|
|
15
|
+
'activityBarBadge.foreground': '#f6f6f4',
|
|
16
|
+
'badge.background': '#44475A',
|
|
17
|
+
'badge.foreground': '#f6f6f4',
|
|
18
|
+
'breadcrumb.activeSelectionForeground': '#f6f6f4',
|
|
19
|
+
'breadcrumb.background': '#282A36',
|
|
20
|
+
'breadcrumb.focusForeground': '#f6f6f4',
|
|
21
|
+
'breadcrumb.foreground': '#7b7f8b',
|
|
22
|
+
'breadcrumbPicker.background': '#191A21',
|
|
23
|
+
'button.background': '#44475A',
|
|
24
|
+
'button.foreground': '#f6f6f4',
|
|
25
|
+
'button.secondaryBackground': '#282A36',
|
|
26
|
+
'button.secondaryForeground': '#f6f6f4',
|
|
27
|
+
'button.secondaryHoverBackground': '#343746',
|
|
28
|
+
'contrastBorder': '#bf9eee',
|
|
29
|
+
'debugToolBar.background': '#262626',
|
|
30
|
+
'descriptionForeground': '#7b7f8b',
|
|
31
|
+
'diffEditor.insertedLineBackground': '#324c44',
|
|
32
|
+
'diffEditor.insertedTextBackground': '#50FA7B',
|
|
33
|
+
'diffEditor.removedLineBackground': '#4c353f',
|
|
34
|
+
'diffEditor.removedTextBackground': '#FF5555',
|
|
35
|
+
'dropdown.background': '#343746',
|
|
36
|
+
'dropdown.border': '#191A21',
|
|
37
|
+
'dropdown.foreground': '#f6f6f4',
|
|
38
|
+
'editor.background': '#282A36',
|
|
39
|
+
'editor.findMatchBackground': '#FFB86C',
|
|
40
|
+
'editor.findMatchHighlightBackground': '#FFFFFF',
|
|
41
|
+
'editor.findRangeHighlightBackground': '#44475A',
|
|
42
|
+
'editor.foldBackground': '#21222C',
|
|
43
|
+
'editor.foreground': '#f6f6f4',
|
|
44
|
+
'editor.hoverHighlightBackground': '#8BE9FD',
|
|
45
|
+
'editor.lineHighlightBackground': '#30323e',
|
|
46
|
+
'editor.lineHighlightBorder': '#44475A',
|
|
47
|
+
'editor.rangeHighlightBackground': '#BD93F9',
|
|
48
|
+
'editor.selectionBackground': '#44475A',
|
|
49
|
+
'editor.selectionHighlightBackground': '#424450',
|
|
50
|
+
'editor.snippetFinalTabstopHighlightBackground': '#282A36',
|
|
51
|
+
'editor.snippetFinalTabstopHighlightBorder': '#62e884',
|
|
52
|
+
'editor.snippetTabstopHighlightBackground': '#282A36',
|
|
53
|
+
'editor.snippetTabstopHighlightBorder': '#7b7f8b',
|
|
54
|
+
'editor.wordHighlightBackground': '#8BE9FD',
|
|
55
|
+
'editor.wordHighlightStrongBackground': '#50FA7B',
|
|
56
|
+
'editorBracketHighlight.foreground1': '#f6f6f4',
|
|
57
|
+
'editorBracketHighlight.foreground2': '#f286c4',
|
|
58
|
+
'editorBracketHighlight.foreground3': '#97e1f1',
|
|
59
|
+
'editorBracketHighlight.foreground4': '#62e884',
|
|
60
|
+
'editorBracketHighlight.foreground5': '#bf9eee',
|
|
61
|
+
'editorBracketHighlight.foreground6': '#FFB86C',
|
|
62
|
+
'editorBracketHighlight.unexpectedBracket.foreground': '#ee6666',
|
|
63
|
+
'editorCodeLens.foreground': '#7b7f8b',
|
|
64
|
+
'editorCursor.foreground': '#f6f6f4',
|
|
65
|
+
'editorError.foreground': '#ee6666',
|
|
66
|
+
'editorGroup.border': '#bf9eee',
|
|
67
|
+
'editorGroup.dropBackground': '#44475A',
|
|
68
|
+
'editorGroupHeader.tabsBackground': '#191A21',
|
|
69
|
+
'editorGutter.addedBackground': '#50FA7B',
|
|
70
|
+
'editorGutter.deletedBackground': '#FF5555',
|
|
71
|
+
'editorGutter.modifiedBackground': '#8BE9FD',
|
|
72
|
+
'editorHoverWidget.background': '#282A36',
|
|
73
|
+
'editorHoverWidget.border': '#7b7f8b',
|
|
74
|
+
'editorIndentGuide.activeBackground': '#FFFFFF',
|
|
75
|
+
'editorIndentGuide.background': '#FFFFFF',
|
|
76
|
+
'editorLineNumber.foreground': '#7b7f8b',
|
|
77
|
+
'editorLink.activeForeground': '#97e1f1',
|
|
78
|
+
'editorMarkerNavigation.background': '#262626',
|
|
79
|
+
'editorOverviewRuler.addedForeground': '#50FA7B',
|
|
80
|
+
'editorOverviewRuler.border': '#191A21',
|
|
81
|
+
'editorOverviewRuler.currentContentForeground': '#62e884',
|
|
82
|
+
'editorOverviewRuler.deletedForeground': '#FF5555',
|
|
83
|
+
'editorOverviewRuler.errorForeground': '#FF5555',
|
|
84
|
+
'editorOverviewRuler.incomingContentForeground': '#bf9eee',
|
|
85
|
+
'editorOverviewRuler.infoForeground': '#8BE9FD',
|
|
86
|
+
'editorOverviewRuler.modifiedForeground': '#8BE9FD',
|
|
87
|
+
'editorOverviewRuler.selectionHighlightForeground': '#FFB86C',
|
|
88
|
+
'editorOverviewRuler.warningForeground': '#FFB86C',
|
|
89
|
+
'editorOverviewRuler.wordHighlightForeground': '#97e1f1',
|
|
90
|
+
'editorOverviewRuler.wordHighlightStrongForeground': '#62e884',
|
|
91
|
+
'editorRuler.foreground': '#FFFFFF',
|
|
92
|
+
'editorSuggestWidget.background': '#262626',
|
|
93
|
+
'editorSuggestWidget.foreground': '#f6f6f4',
|
|
94
|
+
'editorSuggestWidget.selectedBackground': '#44475A',
|
|
95
|
+
'editorWarning.foreground': '#97e1f1',
|
|
96
|
+
'editorWhitespace.foreground': '#FFFFFF',
|
|
97
|
+
'editorWidget.background': '#262626',
|
|
98
|
+
'errorForeground': '#ee6666',
|
|
99
|
+
'extensionButton.prominentBackground': '#50FA7B',
|
|
100
|
+
'extensionButton.prominentForeground': '#f6f6f4',
|
|
101
|
+
'extensionButton.prominentHoverBackground': '#50FA7B',
|
|
102
|
+
'focusBorder': '#7b7f8b',
|
|
103
|
+
'foreground': '#f6f6f4',
|
|
104
|
+
'gitDecoration.addedResourceForeground': '#62e884',
|
|
105
|
+
'gitDecoration.conflictingResourceForeground': '#FFB86C',
|
|
106
|
+
'gitDecoration.deletedResourceForeground': '#ee6666',
|
|
107
|
+
'gitDecoration.ignoredResourceForeground': '#7b7f8b',
|
|
108
|
+
'gitDecoration.modifiedResourceForeground': '#97e1f1',
|
|
109
|
+
'gitDecoration.untrackedResourceForeground': '#62e884',
|
|
110
|
+
'inlineChat.regionHighlight': '#343746',
|
|
111
|
+
'input.background': '#282A36',
|
|
112
|
+
'input.border': '#191A21',
|
|
113
|
+
'input.foreground': '#f6f6f4',
|
|
114
|
+
'input.placeholderForeground': '#7b7f8b',
|
|
115
|
+
'inputOption.activeBorder': '#bf9eee',
|
|
116
|
+
'inputValidation.errorBorder': '#ee6666',
|
|
117
|
+
'inputValidation.infoBorder': '#f286c4',
|
|
118
|
+
'inputValidation.warningBorder': '#FFB86C',
|
|
119
|
+
'list.activeSelectionBackground': '#44475A',
|
|
120
|
+
'list.activeSelectionForeground': '#f6f6f4',
|
|
121
|
+
'list.dropBackground': '#44475A',
|
|
122
|
+
'list.errorForeground': '#ee6666',
|
|
123
|
+
'list.focusBackground': '#44475A',
|
|
124
|
+
'list.highlightForeground': '#97e1f1',
|
|
125
|
+
'list.hoverBackground': '#44475A',
|
|
126
|
+
'list.inactiveSelectionBackground': '#44475A',
|
|
127
|
+
'list.warningForeground': '#FFB86C',
|
|
128
|
+
'listFilterWidget.background': '#343746',
|
|
129
|
+
'listFilterWidget.noMatchesOutline': '#ee6666',
|
|
130
|
+
'listFilterWidget.outline': '#424450',
|
|
131
|
+
'merge.currentHeaderBackground': '#50FA7B',
|
|
132
|
+
'merge.incomingHeaderBackground': '#BD93F9',
|
|
133
|
+
'panel.background': '#282A36',
|
|
134
|
+
'panel.border': '#bf9eee',
|
|
135
|
+
'panelTitle.activeBorder': '#f286c4',
|
|
136
|
+
'panelTitle.activeForeground': '#f6f6f4',
|
|
137
|
+
'panelTitle.inactiveForeground': '#7b7f8b',
|
|
138
|
+
'peekView.border': '#44475A',
|
|
139
|
+
'peekViewEditor.background': '#282A36',
|
|
140
|
+
'peekViewEditor.matchHighlightBackground': '#F1FA8C',
|
|
141
|
+
'peekViewResult.background': '#262626',
|
|
142
|
+
'peekViewResult.fileForeground': '#f6f6f4',
|
|
143
|
+
'peekViewResult.lineForeground': '#f6f6f4',
|
|
144
|
+
'peekViewResult.matchHighlightBackground': '#F1FA8C',
|
|
145
|
+
'peekViewResult.selectionBackground': '#44475A',
|
|
146
|
+
'peekViewResult.selectionForeground': '#f6f6f4',
|
|
147
|
+
'peekViewTitle.background': '#191A21',
|
|
148
|
+
'peekViewTitleDescription.foreground': '#7b7f8b',
|
|
149
|
+
'peekViewTitleLabel.foreground': '#f6f6f4',
|
|
150
|
+
'pickerGroup.border': '#bf9eee',
|
|
151
|
+
'pickerGroup.foreground': '#97e1f1',
|
|
152
|
+
'progressBar.background': '#f286c4',
|
|
153
|
+
'selection.background': '#bf9eee',
|
|
154
|
+
'settings.checkboxBackground': '#262626',
|
|
155
|
+
'settings.checkboxBorder': '#191A21',
|
|
156
|
+
'settings.checkboxForeground': '#f6f6f4',
|
|
157
|
+
'settings.dropdownBackground': '#262626',
|
|
158
|
+
'settings.dropdownBorder': '#191A21',
|
|
159
|
+
'settings.dropdownForeground': '#f6f6f4',
|
|
160
|
+
'settings.headerForeground': '#f6f6f4',
|
|
161
|
+
'settings.modifiedItemIndicator': '#FFB86C',
|
|
162
|
+
'settings.numberInputBackground': '#262626',
|
|
163
|
+
'settings.numberInputBorder': '#191A21',
|
|
164
|
+
'settings.numberInputForeground': '#f6f6f4',
|
|
165
|
+
'settings.textInputBackground': '#262626',
|
|
166
|
+
'settings.textInputBorder': '#191A21',
|
|
167
|
+
'settings.textInputForeground': '#f6f6f4',
|
|
168
|
+
'sideBar.background': '#262626',
|
|
169
|
+
'sideBar.foreground': '#f6f6f4',
|
|
170
|
+
'sideBarSectionHeader.background': '#282A36',
|
|
171
|
+
'sideBarSectionHeader.border': '#191A21',
|
|
172
|
+
'sideBarSectionHeader.foreground': '#aeafb2',
|
|
173
|
+
'sideBarTitle.foreground': '#f6f6f4',
|
|
174
|
+
'statusBar.background': '#191A21',
|
|
175
|
+
'statusBar.debuggingBackground': '#ee6666',
|
|
176
|
+
'statusBar.debuggingForeground': '#191A21',
|
|
177
|
+
'statusBar.foreground': '#f6f6f4',
|
|
178
|
+
'statusBar.noFolderBackground': '#191A21',
|
|
179
|
+
'statusBar.noFolderForeground': '#f6f6f4',
|
|
180
|
+
'statusBarItem.prominentBackground': '#ee6666',
|
|
181
|
+
'statusBarItem.prominentHoverBackground': '#FFB86C',
|
|
182
|
+
'statusBarItem.remoteBackground': '#bf9eee',
|
|
183
|
+
'statusBarItem.remoteForeground': '#282A36',
|
|
184
|
+
'tab.activeBackground': '#282A36',
|
|
185
|
+
'tab.activeBorderTop': '#FF79C6',
|
|
186
|
+
'tab.activeForeground': '#f6f6f4',
|
|
187
|
+
'tab.border': '#191A21',
|
|
188
|
+
'tab.inactiveBackground': '#262626',
|
|
189
|
+
'tab.inactiveForeground': '#7b7f8b',
|
|
190
|
+
'terminal.ansiBlack': '#262626',
|
|
191
|
+
'terminal.ansiBlue': '#bf9eee',
|
|
192
|
+
'terminal.ansiBrightBlack': '#7b7f8b',
|
|
193
|
+
'terminal.ansiBrightBlue': '#d6b4f7',
|
|
194
|
+
'terminal.ansiBrightCyan': '#adf6f6',
|
|
195
|
+
'terminal.ansiBrightGreen': '#78f09a',
|
|
196
|
+
'terminal.ansiBrightMagenta': '#f49dda',
|
|
197
|
+
'terminal.ansiBrightRed': '#f07c7c',
|
|
198
|
+
'terminal.ansiBrightWhite': '#ffffff',
|
|
199
|
+
'terminal.ansiBrightYellow': '#f6f6ae',
|
|
200
|
+
'terminal.ansiCyan': '#97e1f1',
|
|
201
|
+
'terminal.ansiGreen': '#62e884',
|
|
202
|
+
'terminal.ansiMagenta': '#f286c4',
|
|
203
|
+
'terminal.ansiRed': '#ee6666',
|
|
204
|
+
'terminal.ansiWhite': '#f6f6f4',
|
|
205
|
+
'terminal.ansiYellow': '#e7ee98',
|
|
206
|
+
'terminal.background': '#282A36',
|
|
207
|
+
'terminal.foreground': '#f6f6f4',
|
|
208
|
+
'textLink.activeForeground': '#bf9eee',
|
|
209
|
+
'textLink.foreground': '#97e1f1',
|
|
210
|
+
'titleBar.activeBackground': '#262626',
|
|
211
|
+
'titleBar.activeForeground': '#f6f6f4',
|
|
212
|
+
'titleBar.inactiveBackground': '#191A21',
|
|
213
|
+
'titleBar.inactiveForeground': '#7b7f8b',
|
|
214
|
+
'walkThrough.embeddedEditorBackground': '#262626',
|
|
215
|
+
},
|
|
216
|
+
displayName: 'Dracula Theme Soft',
|
|
217
|
+
fg: '#f6f6f4',
|
|
218
|
+
name: 'dracula-soft',
|
|
219
|
+
semanticHighlighting: true,
|
|
220
|
+
settings: [
|
|
221
|
+
{
|
|
222
|
+
settings: {
|
|
223
|
+
background: '#282A36',
|
|
224
|
+
foreground: '#f6f6f4',
|
|
225
|
+
},
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
scope: ['emphasis'],
|
|
229
|
+
settings: {
|
|
230
|
+
fontStyle: 'italic',
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
scope: ['strong'],
|
|
235
|
+
settings: {
|
|
236
|
+
fontStyle: 'bold',
|
|
237
|
+
},
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
scope: ['header'],
|
|
241
|
+
settings: {
|
|
242
|
+
foreground: '#bf9eee',
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
scope: ['meta.diff', 'meta.diff.header'],
|
|
247
|
+
settings: {
|
|
248
|
+
foreground: '#7b7f8b',
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
scope: ['markup.inserted'],
|
|
253
|
+
settings: {
|
|
254
|
+
foreground: '#62e884',
|
|
255
|
+
},
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
scope: ['markup.deleted'],
|
|
259
|
+
settings: {
|
|
260
|
+
foreground: '#ee6666',
|
|
261
|
+
},
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
scope: ['markup.changed'],
|
|
265
|
+
settings: {
|
|
266
|
+
foreground: '#FFB86C',
|
|
267
|
+
},
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
scope: ['invalid'],
|
|
271
|
+
settings: {
|
|
272
|
+
fontStyle: 'underline italic',
|
|
273
|
+
foreground: '#ee6666',
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
scope: ['invalid.deprecated'],
|
|
278
|
+
settings: {
|
|
279
|
+
fontStyle: 'underline italic',
|
|
280
|
+
foreground: '#f6f6f4',
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
scope: ['entity.name.filename'],
|
|
285
|
+
settings: {
|
|
286
|
+
foreground: '#e7ee98',
|
|
287
|
+
},
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
scope: ['markup.error'],
|
|
291
|
+
settings: {
|
|
292
|
+
foreground: '#ee6666',
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
scope: ['markup.underline'],
|
|
297
|
+
settings: {
|
|
298
|
+
fontStyle: 'underline',
|
|
299
|
+
},
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
scope: ['markup.bold'],
|
|
303
|
+
settings: {
|
|
304
|
+
fontStyle: 'bold',
|
|
305
|
+
foreground: '#FFB86C',
|
|
306
|
+
},
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
scope: ['markup.heading'],
|
|
310
|
+
settings: {
|
|
311
|
+
fontStyle: 'bold',
|
|
312
|
+
foreground: '#bf9eee',
|
|
313
|
+
},
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
scope: ['markup.italic'],
|
|
317
|
+
settings: {
|
|
318
|
+
fontStyle: 'italic',
|
|
319
|
+
foreground: '#e7ee98',
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
scope: [
|
|
324
|
+
'beginning.punctuation.definition.list.markdown',
|
|
325
|
+
'beginning.punctuation.definition.quote.markdown',
|
|
326
|
+
'punctuation.definition.link.restructuredtext',
|
|
327
|
+
],
|
|
328
|
+
settings: {
|
|
329
|
+
foreground: '#97e1f1',
|
|
330
|
+
},
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
scope: ['markup.inline.raw', 'markup.raw.restructuredtext'],
|
|
334
|
+
settings: {
|
|
335
|
+
foreground: '#62e884',
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
scope: ['markup.underline.link', 'markup.underline.link.image'],
|
|
340
|
+
settings: {
|
|
341
|
+
foreground: '#97e1f1',
|
|
342
|
+
},
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
scope: [
|
|
346
|
+
'meta.link.reference.def.restructuredtext',
|
|
347
|
+
'punctuation.definition.directive.restructuredtext',
|
|
348
|
+
'string.other.link.description',
|
|
349
|
+
'string.other.link.title',
|
|
350
|
+
],
|
|
351
|
+
settings: {
|
|
352
|
+
foreground: '#f286c4',
|
|
353
|
+
},
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
scope: ['entity.name.directive.restructuredtext', 'markup.quote'],
|
|
357
|
+
settings: {
|
|
358
|
+
fontStyle: 'italic',
|
|
359
|
+
foreground: '#e7ee98',
|
|
360
|
+
},
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
scope: ['meta.separator.markdown'],
|
|
364
|
+
settings: {
|
|
365
|
+
foreground: '#7b7f8b',
|
|
366
|
+
},
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
scope: [
|
|
370
|
+
'fenced_code.block.language',
|
|
371
|
+
'markup.raw.inner.restructuredtext',
|
|
372
|
+
'markup.fenced_code.block.markdown punctuation.definition.markdown',
|
|
373
|
+
],
|
|
374
|
+
settings: {
|
|
375
|
+
foreground: '#62e884',
|
|
376
|
+
},
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
scope: ['punctuation.definition.constant.restructuredtext'],
|
|
380
|
+
settings: {
|
|
381
|
+
foreground: '#bf9eee',
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
scope: [
|
|
386
|
+
'markup.heading.markdown punctuation.definition.string.begin',
|
|
387
|
+
'markup.heading.markdown punctuation.definition.string.end',
|
|
388
|
+
],
|
|
389
|
+
settings: {
|
|
390
|
+
foreground: '#bf9eee',
|
|
391
|
+
},
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
scope: [
|
|
395
|
+
'meta.paragraph.markdown punctuation.definition.string.begin',
|
|
396
|
+
'meta.paragraph.markdown punctuation.definition.string.end',
|
|
397
|
+
],
|
|
398
|
+
settings: {
|
|
399
|
+
foreground: '#f6f6f4',
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
scope: [
|
|
404
|
+
'markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin',
|
|
405
|
+
'markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end',
|
|
406
|
+
],
|
|
407
|
+
settings: {
|
|
408
|
+
foreground: '#e7ee98',
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
scope: ['entity.name.type.class', 'entity.name.class'],
|
|
413
|
+
settings: {
|
|
414
|
+
fontStyle: 'normal',
|
|
415
|
+
foreground: '#97e1f1',
|
|
416
|
+
},
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
scope: [
|
|
420
|
+
'keyword.expressions-and-types.swift',
|
|
421
|
+
'keyword.other.this',
|
|
422
|
+
'variable.language',
|
|
423
|
+
'variable.language punctuation.definition.variable.php',
|
|
424
|
+
'variable.other.readwrite.instance.ruby',
|
|
425
|
+
'variable.parameter.function.language.special',
|
|
426
|
+
],
|
|
427
|
+
settings: {
|
|
428
|
+
fontStyle: 'italic',
|
|
429
|
+
foreground: '#bf9eee',
|
|
430
|
+
},
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
scope: ['entity.other.inherited-class'],
|
|
434
|
+
settings: {
|
|
435
|
+
fontStyle: 'italic',
|
|
436
|
+
foreground: '#97e1f1',
|
|
437
|
+
},
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
scope: ['comment', 'punctuation.definition.comment', 'unused.comment', 'wildcard.comment'],
|
|
441
|
+
settings: {
|
|
442
|
+
foreground: '#7b7f8b',
|
|
443
|
+
},
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
scope: [
|
|
447
|
+
'comment keyword.codetag.notation',
|
|
448
|
+
'comment.block.documentation keyword',
|
|
449
|
+
'comment.block.documentation storage.type.class',
|
|
450
|
+
],
|
|
451
|
+
settings: {
|
|
452
|
+
foreground: '#f286c4',
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
scope: ['comment.block.documentation entity.name.type'],
|
|
457
|
+
settings: {
|
|
458
|
+
fontStyle: 'italic',
|
|
459
|
+
foreground: '#97e1f1',
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
scope: ['comment.block.documentation entity.name.type punctuation.definition.bracket'],
|
|
464
|
+
settings: {
|
|
465
|
+
foreground: '#97e1f1',
|
|
466
|
+
},
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
scope: ['comment.block.documentation variable'],
|
|
470
|
+
settings: {
|
|
471
|
+
fontStyle: 'italic',
|
|
472
|
+
foreground: '#FFB86C',
|
|
473
|
+
},
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
scope: ['constant', 'variable.other.constant'],
|
|
477
|
+
settings: {
|
|
478
|
+
foreground: '#bf9eee',
|
|
479
|
+
},
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
scope: ['constant.character.escape', 'constant.character.string.escape', 'constant.regexp'],
|
|
483
|
+
settings: {
|
|
484
|
+
foreground: '#f286c4',
|
|
485
|
+
},
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
scope: ['entity.name.tag'],
|
|
489
|
+
settings: {
|
|
490
|
+
foreground: '#f286c4',
|
|
491
|
+
},
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
scope: ['entity.other.attribute-name.parent-selector'],
|
|
495
|
+
settings: {
|
|
496
|
+
foreground: '#f286c4',
|
|
497
|
+
},
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
scope: ['entity.other.attribute-name'],
|
|
501
|
+
settings: {
|
|
502
|
+
fontStyle: 'italic',
|
|
503
|
+
foreground: '#62e884',
|
|
504
|
+
},
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
scope: [
|
|
508
|
+
'entity.name.function',
|
|
509
|
+
'meta.function-call.object',
|
|
510
|
+
'meta.function-call.php',
|
|
511
|
+
'meta.function-call.static',
|
|
512
|
+
'meta.method-call.java meta.method',
|
|
513
|
+
'meta.method.groovy',
|
|
514
|
+
'support.function.any-method.lua',
|
|
515
|
+
'keyword.operator.function.infix',
|
|
516
|
+
],
|
|
517
|
+
settings: {
|
|
518
|
+
foreground: '#62e884',
|
|
519
|
+
},
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
scope: [
|
|
523
|
+
'entity.name.variable.parameter',
|
|
524
|
+
'meta.at-rule.function variable',
|
|
525
|
+
'meta.at-rule.mixin variable',
|
|
526
|
+
'meta.function.arguments variable.other.php',
|
|
527
|
+
'meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql',
|
|
528
|
+
'variable.parameter',
|
|
529
|
+
],
|
|
530
|
+
settings: {
|
|
531
|
+
fontStyle: 'italic',
|
|
532
|
+
foreground: '#FFB86C',
|
|
533
|
+
},
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
scope: ['meta.decorator variable.other.readwrite', 'meta.decorator variable.other.property'],
|
|
537
|
+
settings: {
|
|
538
|
+
fontStyle: 'italic',
|
|
539
|
+
foreground: '#62e884',
|
|
540
|
+
},
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
scope: ['meta.decorator variable.other.object'],
|
|
544
|
+
settings: {
|
|
545
|
+
foreground: '#62e884',
|
|
546
|
+
},
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
scope: ['keyword', 'punctuation.definition.keyword'],
|
|
550
|
+
settings: {
|
|
551
|
+
foreground: '#f286c4',
|
|
552
|
+
},
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
scope: ['keyword.control.new', 'keyword.operator.new'],
|
|
556
|
+
settings: {
|
|
557
|
+
fontStyle: 'bold',
|
|
558
|
+
},
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
scope: ['meta.selector'],
|
|
562
|
+
settings: {
|
|
563
|
+
foreground: '#f286c4',
|
|
564
|
+
},
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
scope: ['support'],
|
|
568
|
+
settings: {
|
|
569
|
+
fontStyle: 'italic',
|
|
570
|
+
foreground: '#97e1f1',
|
|
571
|
+
},
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
scope: ['support.function.magic', 'support.variable', 'variable.other.predefined'],
|
|
575
|
+
settings: {
|
|
576
|
+
fontStyle: 'regular',
|
|
577
|
+
foreground: '#bf9eee',
|
|
578
|
+
},
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
scope: ['support.function', 'support.type.property-name'],
|
|
582
|
+
settings: {
|
|
583
|
+
fontStyle: 'regular',
|
|
584
|
+
},
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
scope: [
|
|
588
|
+
'constant.other.symbol.hashkey punctuation.definition.constant.ruby',
|
|
589
|
+
'entity.other.attribute-name.placeholder punctuation',
|
|
590
|
+
'entity.other.attribute-name.pseudo-class punctuation',
|
|
591
|
+
'entity.other.attribute-name.pseudo-element punctuation',
|
|
592
|
+
'meta.group.double.toml',
|
|
593
|
+
'meta.group.toml',
|
|
594
|
+
'meta.object-binding-pattern-variable punctuation.destructuring',
|
|
595
|
+
'punctuation.colon.graphql',
|
|
596
|
+
'punctuation.definition.block.scalar.folded.yaml',
|
|
597
|
+
'punctuation.definition.block.scalar.literal.yaml',
|
|
598
|
+
'punctuation.definition.block.sequence.item.yaml',
|
|
599
|
+
'punctuation.definition.entity.other.inherited-class',
|
|
600
|
+
'punctuation.function.swift',
|
|
601
|
+
'punctuation.separator.dictionary.key-value',
|
|
602
|
+
'punctuation.separator.hash',
|
|
603
|
+
'punctuation.separator.inheritance',
|
|
604
|
+
'punctuation.separator.key-value',
|
|
605
|
+
'punctuation.separator.key-value.mapping.yaml',
|
|
606
|
+
'punctuation.separator.namespace',
|
|
607
|
+
'punctuation.separator.pointer-access',
|
|
608
|
+
'punctuation.separator.slice',
|
|
609
|
+
'string.unquoted.heredoc punctuation.definition.string',
|
|
610
|
+
'support.other.chomping-indicator.yaml',
|
|
611
|
+
'punctuation.separator.annotation',
|
|
612
|
+
],
|
|
613
|
+
settings: {
|
|
614
|
+
foreground: '#f286c4',
|
|
615
|
+
},
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
scope: [
|
|
619
|
+
'keyword.operator.other.powershell',
|
|
620
|
+
'keyword.other.statement-separator.powershell',
|
|
621
|
+
'meta.brace.round',
|
|
622
|
+
'meta.function-call punctuation',
|
|
623
|
+
'punctuation.definition.arguments.begin',
|
|
624
|
+
'punctuation.definition.arguments.end',
|
|
625
|
+
'punctuation.definition.entity.begin',
|
|
626
|
+
'punctuation.definition.entity.end',
|
|
627
|
+
'punctuation.definition.tag.cs',
|
|
628
|
+
'punctuation.definition.type.begin',
|
|
629
|
+
'punctuation.definition.type.end',
|
|
630
|
+
'punctuation.section.scope.begin',
|
|
631
|
+
'punctuation.section.scope.end',
|
|
632
|
+
'punctuation.terminator.expression.php',
|
|
633
|
+
'storage.type.generic.java',
|
|
634
|
+
'string.template meta.brace',
|
|
635
|
+
'string.template punctuation.accessor',
|
|
636
|
+
],
|
|
637
|
+
settings: {
|
|
638
|
+
foreground: '#f6f6f4',
|
|
639
|
+
},
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
scope: [
|
|
643
|
+
'meta.string-contents.quoted.double punctuation.definition.variable',
|
|
644
|
+
'punctuation.definition.interpolation.begin',
|
|
645
|
+
'punctuation.definition.interpolation.end',
|
|
646
|
+
'punctuation.definition.template-expression.begin',
|
|
647
|
+
'punctuation.definition.template-expression.end',
|
|
648
|
+
'punctuation.section.embedded.begin',
|
|
649
|
+
'punctuation.section.embedded.coffee',
|
|
650
|
+
'punctuation.section.embedded.end',
|
|
651
|
+
'punctuation.section.embedded.end source.php',
|
|
652
|
+
'punctuation.section.embedded.end source.ruby',
|
|
653
|
+
'punctuation.definition.variable.makefile',
|
|
654
|
+
],
|
|
655
|
+
settings: {
|
|
656
|
+
foreground: '#f286c4',
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
scope: [
|
|
661
|
+
'entity.name.function.target.makefile',
|
|
662
|
+
'entity.name.section.toml',
|
|
663
|
+
'entity.name.tag.yaml',
|
|
664
|
+
'variable.other.key.toml',
|
|
665
|
+
],
|
|
666
|
+
settings: {
|
|
667
|
+
foreground: '#97e1f1',
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
scope: ['constant.other.date', 'constant.other.timestamp'],
|
|
672
|
+
settings: {
|
|
673
|
+
foreground: '#FFB86C',
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
scope: ['variable.other.alias.yaml'],
|
|
678
|
+
settings: {
|
|
679
|
+
fontStyle: 'italic underline',
|
|
680
|
+
foreground: '#62e884',
|
|
681
|
+
},
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
scope: [
|
|
685
|
+
'storage',
|
|
686
|
+
'meta.implementation storage.type.objc',
|
|
687
|
+
'meta.interface-or-protocol storage.type.objc',
|
|
688
|
+
'source.groovy storage.type.def',
|
|
689
|
+
],
|
|
690
|
+
settings: {
|
|
691
|
+
fontStyle: 'regular',
|
|
692
|
+
foreground: '#f286c4',
|
|
693
|
+
},
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
scope: [
|
|
697
|
+
'entity.name.type',
|
|
698
|
+
'keyword.primitive-datatypes.swift',
|
|
699
|
+
'keyword.type.cs',
|
|
700
|
+
'meta.protocol-list.objc',
|
|
701
|
+
'meta.return-type.objc',
|
|
702
|
+
'source.go storage.type',
|
|
703
|
+
'source.groovy storage.type',
|
|
704
|
+
'source.java storage.type',
|
|
705
|
+
'source.powershell entity.other.attribute-name',
|
|
706
|
+
'storage.class.std.rust',
|
|
707
|
+
'storage.type.attribute.swift',
|
|
708
|
+
'storage.type.c',
|
|
709
|
+
'storage.type.core.rust',
|
|
710
|
+
'storage.type.cs',
|
|
711
|
+
'storage.type.groovy',
|
|
712
|
+
'storage.type.objc',
|
|
713
|
+
'storage.type.php',
|
|
714
|
+
'storage.type.haskell',
|
|
715
|
+
'storage.type.ocaml',
|
|
716
|
+
],
|
|
717
|
+
settings: {
|
|
718
|
+
fontStyle: 'italic',
|
|
719
|
+
foreground: '#97e1f1',
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
scope: [
|
|
724
|
+
'entity.name.type.type-parameter',
|
|
725
|
+
'meta.indexer.mappedtype.declaration entity.name.type',
|
|
726
|
+
'meta.type.parameters entity.name.type',
|
|
727
|
+
],
|
|
728
|
+
settings: {
|
|
729
|
+
foreground: '#FFB86C',
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
scope: ['storage.modifier'],
|
|
734
|
+
settings: {
|
|
735
|
+
foreground: '#f286c4',
|
|
736
|
+
},
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
scope: [
|
|
740
|
+
'string.regexp',
|
|
741
|
+
'constant.other.character-class.set.regexp',
|
|
742
|
+
'constant.character.escape.backslash.regexp',
|
|
743
|
+
],
|
|
744
|
+
settings: {
|
|
745
|
+
foreground: '#e7ee98',
|
|
746
|
+
},
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
scope: ['punctuation.definition.group.capture.regexp'],
|
|
750
|
+
settings: {
|
|
751
|
+
foreground: '#f286c4',
|
|
752
|
+
},
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
scope: [
|
|
756
|
+
'string.regexp punctuation.definition.string.begin',
|
|
757
|
+
'string.regexp punctuation.definition.string.end',
|
|
758
|
+
],
|
|
759
|
+
settings: {
|
|
760
|
+
foreground: '#ee6666',
|
|
761
|
+
},
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
scope: ['punctuation.definition.character-class.regexp'],
|
|
765
|
+
settings: {
|
|
766
|
+
foreground: '#97e1f1',
|
|
767
|
+
},
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
scope: ['punctuation.definition.group.regexp'],
|
|
771
|
+
settings: {
|
|
772
|
+
foreground: '#FFB86C',
|
|
773
|
+
},
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
scope: ['punctuation.definition.group.assertion.regexp', 'keyword.operator.negation.regexp'],
|
|
777
|
+
settings: {
|
|
778
|
+
foreground: '#ee6666',
|
|
779
|
+
},
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
scope: ['meta.assertion.look-ahead.regexp'],
|
|
783
|
+
settings: {
|
|
784
|
+
foreground: '#62e884',
|
|
785
|
+
},
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
scope: ['string'],
|
|
789
|
+
settings: {
|
|
790
|
+
foreground: '#e7ee98',
|
|
791
|
+
},
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
scope: ['punctuation.definition.string.begin', 'punctuation.definition.string.end'],
|
|
795
|
+
settings: {
|
|
796
|
+
foreground: '#dee492',
|
|
797
|
+
},
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
scope: [
|
|
801
|
+
'punctuation.support.type.property-name.begin',
|
|
802
|
+
'punctuation.support.type.property-name.end',
|
|
803
|
+
],
|
|
804
|
+
settings: {
|
|
805
|
+
foreground: '#97e2f2',
|
|
806
|
+
},
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
scope: [
|
|
810
|
+
'string.quoted.docstring.multi',
|
|
811
|
+
'string.quoted.docstring.multi.python punctuation.definition.string.begin',
|
|
812
|
+
'string.quoted.docstring.multi.python punctuation.definition.string.end',
|
|
813
|
+
'string.quoted.docstring.multi.python constant.character.escape',
|
|
814
|
+
],
|
|
815
|
+
settings: {
|
|
816
|
+
foreground: '#7b7f8b',
|
|
817
|
+
},
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
scope: [
|
|
821
|
+
'variable',
|
|
822
|
+
'constant.other.key.perl',
|
|
823
|
+
'support.variable.property',
|
|
824
|
+
'variable.other.constant.js',
|
|
825
|
+
'variable.other.constant.ts',
|
|
826
|
+
'variable.other.constant.tsx',
|
|
827
|
+
],
|
|
828
|
+
settings: {
|
|
829
|
+
foreground: '#f6f6f4',
|
|
830
|
+
},
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
scope: [
|
|
834
|
+
'meta.import variable.other.readwrite',
|
|
835
|
+
'meta.variable.assignment.destructured.object.coffee variable',
|
|
836
|
+
],
|
|
837
|
+
settings: {
|
|
838
|
+
fontStyle: 'italic',
|
|
839
|
+
foreground: '#FFB86C',
|
|
840
|
+
},
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
scope: [
|
|
844
|
+
'meta.import variable.other.readwrite.alias',
|
|
845
|
+
'meta.export variable.other.readwrite.alias',
|
|
846
|
+
'meta.variable.assignment.destructured.object.coffee variable variable',
|
|
847
|
+
],
|
|
848
|
+
settings: {
|
|
849
|
+
fontStyle: 'normal',
|
|
850
|
+
foreground: '#f6f6f4',
|
|
851
|
+
},
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
scope: ['meta.selectionset.graphql variable'],
|
|
855
|
+
settings: {
|
|
856
|
+
foreground: '#e7ee98',
|
|
857
|
+
},
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
scope: ['meta.selectionset.graphql meta.arguments variable'],
|
|
861
|
+
settings: {
|
|
862
|
+
foreground: '#f6f6f4',
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
scope: ['entity.name.fragment.graphql', 'variable.fragment.graphql'],
|
|
867
|
+
settings: {
|
|
868
|
+
foreground: '#97e1f1',
|
|
869
|
+
},
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
scope: [
|
|
873
|
+
'constant.other.symbol.hashkey.ruby',
|
|
874
|
+
'keyword.operator.dereference.java',
|
|
875
|
+
'keyword.operator.navigation.groovy',
|
|
876
|
+
'meta.scope.for-loop.shell punctuation.definition.string.begin',
|
|
877
|
+
'meta.scope.for-loop.shell punctuation.definition.string.end',
|
|
878
|
+
'meta.scope.for-loop.shell string',
|
|
879
|
+
'storage.modifier.import',
|
|
880
|
+
'punctuation.section.embedded.begin.tsx',
|
|
881
|
+
'punctuation.section.embedded.end.tsx',
|
|
882
|
+
'punctuation.section.embedded.begin.jsx',
|
|
883
|
+
'punctuation.section.embedded.end.jsx',
|
|
884
|
+
'punctuation.separator.list.comma.css',
|
|
885
|
+
'constant.language.empty-list.haskell',
|
|
886
|
+
],
|
|
887
|
+
settings: {
|
|
888
|
+
foreground: '#f6f6f4',
|
|
889
|
+
},
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
scope: ['source.shell variable.other'],
|
|
893
|
+
settings: {
|
|
894
|
+
foreground: '#bf9eee',
|
|
895
|
+
},
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
scope: ['support.constant'],
|
|
899
|
+
settings: {
|
|
900
|
+
fontStyle: 'normal',
|
|
901
|
+
foreground: '#bf9eee',
|
|
902
|
+
},
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
scope: ['meta.scope.prerequisites.makefile'],
|
|
906
|
+
settings: {
|
|
907
|
+
foreground: '#e7ee98',
|
|
908
|
+
},
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
scope: ['meta.attribute-selector.scss'],
|
|
912
|
+
settings: {
|
|
913
|
+
foreground: '#e7ee98',
|
|
914
|
+
},
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
scope: [
|
|
918
|
+
'punctuation.definition.attribute-selector.end.bracket.square.scss',
|
|
919
|
+
'punctuation.definition.attribute-selector.begin.bracket.square.scss',
|
|
920
|
+
],
|
|
921
|
+
settings: {
|
|
922
|
+
foreground: '#f6f6f4',
|
|
923
|
+
},
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
scope: ['meta.preprocessor.haskell'],
|
|
927
|
+
settings: {
|
|
928
|
+
foreground: '#7b7f8b',
|
|
929
|
+
},
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
scope: ['log.error'],
|
|
933
|
+
settings: {
|
|
934
|
+
fontStyle: 'bold',
|
|
935
|
+
foreground: '#ee6666',
|
|
936
|
+
},
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
scope: ['log.warning'],
|
|
940
|
+
settings: {
|
|
941
|
+
fontStyle: 'bold',
|
|
942
|
+
foreground: '#e7ee98',
|
|
943
|
+
},
|
|
944
|
+
},
|
|
945
|
+
],
|
|
946
|
+
type: 'dark',
|
|
947
|
+
}
|