-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy paththemeColourNames.js
348 lines (348 loc) · 12 KB
/
themeColourNames.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
module.exports = [
"activityBar.background",
"activityBar.border",
"editor.background",
"editor.foreground",
"editor.lineHighlightBackground",
"editor.selectionBackground",
"editorCursor.foreground",
"editorRuler.foreground",
"editorWhitespace.foreground",
"sideBar.background",
"sideBar.border",
"statusBar.background",
"statusBar.border",
"statusBar.foreground",
"activityBar.activeBorder",
"activityBar.dropBackground",
"activityBar.foreground",
"activityBar.inactiveForeground",
"activityBarBadge.background",
"activityBarBadge.foreground",
"badge.background",
"badge.foreground",
"breadcrumb.activeSelectionForeground",
"breadcrumb.background",
"breadcrumb.focusForeground",
"breadcrumb.foreground",
"breadcrumbPicker.background",
"button.background",
"button.foreground",
"button.hoverBackground",
"checkbox.background",
"checkbox.border",
"checkbox.foreground",
"debugExceptionWidget.background",
"debugExceptionWidget.border",
"debugIcon.breakpointCurrentStackframeForeground",
"debugIcon.breakpointDisabledForeground",
"debugIcon.breakpointForeground",
"debugIcon.breakpointStackframeForeground",
"debugIcon.breakpointUnverifiedForeground",
"debugIcon.continueForeground",
"debugIcon.disconnectForeground",
"debugIcon.pauseForeground",
"debugIcon.restartForeground",
"debugIcon.startForeground",
"debugIcon.stepBackForeground",
"debugIcon.stepIntoForeground",
"debugIcon.stepOutForeground",
"debugIcon.stepOverForeground",
"debugIcon.stopForeground",
"debugToolBar.background",
"descriptionForeground",
"diffEditor.insertedTextBackground",
"diffEditor.removedTextBackground",
"dropdown.background",
"dropdown.border",
"dropdown.foreground",
"editor.findMatchBackground",
"editor.findMatchHighlightBackground",
"editor.findRangeHighlightBackground",
"editor.focusedStackFrameHighlightBackground",
"editor.foldBackground",
"editor.hoverHighlightBackground",
"editor.inactiveSelectionBackground",
"editor.lineHighlightBorder",
"editor.rangeHighlightBackground",
"editor.selectionHighlightBackground",
"editor.snippetFinalTabstopHighlightBorder",
"editor.snippetTabstopHighlightBackground",
"editor.stackFrameHighlightBackground",
"editor.symbolHighlightBackground",
"editor.wordHighlightBackground",
"editor.wordHighlightStrongBackground",
"editorActiveLineNumber.foreground",
"editorBracketMatch.background",
"editorBracketMatch.border",
"editorCodeLens.foreground",
"editorError.foreground",
"editorGroup.border",
"editorGroup.dropBackground",
"editorGroupHeader.noTabsBackground",
"editorGroupHeader.tabsBackground",
"editorGutter.addedBackground",
"editorGutter.background",
"editorGutter.commentRangeForeground",
"editorGutter.deletedBackground",
"editorGutter.modifiedBackground",
"editorHint.foreground",
"editorHoverWidget.background",
"editorHoverWidget.border",
"editorHoverWidget.foreground",
"editorHoverWidget.statusBarBackground",
"editorIndentGuide.activeBackground",
"editorIndentGuide.background",
"editorInfo.foreground",
"editorLightBulb.foreground",
"editorLightBulbAutoFix.foreground",
"editorLineNumber.activeForeground",
"editorLineNumber.foreground",
"editorLink.activeForeground",
"editorMarkerNavigation.background",
"editorMarkerNavigationError.background",
"editorMarkerNavigationInfo.background",
"editorMarkerNavigationWarning.background",
"editorOverviewRuler.addedForeground",
"editorOverviewRuler.border",
"editorOverviewRuler.bracketMatchForeground",
"editorOverviewRuler.commonContentForeground",
"editorOverviewRuler.currentContentForeground",
"editorOverviewRuler.deletedForeground",
"editorOverviewRuler.errorForeground",
"editorOverviewRuler.findMatchForeground",
"editorOverviewRuler.incomingContentForeground",
"editorOverviewRuler.infoForeground",
"editorOverviewRuler.modifiedForeground",
"editorOverviewRuler.rangeHighlightForeground",
"editorOverviewRuler.selectionHighlightForeground",
"editorOverviewRuler.warningForeground",
"editorOverviewRuler.wordHighlightForeground",
"editorOverviewRuler.wordHighlightStrongForeground",
"editorPane.background",
"editorSuggestWidget.background",
"editorSuggestWidget.border",
"editorSuggestWidget.foreground",
"editorSuggestWidget.highlightForeground",
"editorSuggestWidget.selectedBackground",
"editorUnnecessaryCode.opacity",
"editorWarning.foreground",
"editorWidget.background",
"editorWidget.border",
"editorWidget.foreground",
"errorForeground",
"extensionBadge.remoteBackground",
"extensionBadge.remoteForeground",
"extensionButton.prominentBackground",
"extensionButton.prominentForeground",
"extensionButton.prominentHoverBackground",
"focusBorder",
"foreground",
"gitDecoration.addedResourceForeground",
"gitDecoration.conflictingResourceForeground",
"gitDecoration.deletedResourceForeground",
"gitDecoration.ignoredResourceForeground",
"gitDecoration.modifiedResourceForeground",
"gitDecoration.submoduleResourceForeground",
"gitDecoration.untrackedResourceForeground",
"icon.foreground",
"imagePreview.border",
"input.background",
"input.foreground",
"input.placeholderForeground",
"inputOption.activeBackground",
"inputOption.activeBorder",
"inputValidation.errorBackground",
"inputValidation.errorBorder",
"inputValidation.infoBackground",
"inputValidation.infoBorder",
"inputValidation.warningBackground",
"inputValidation.warningBorder",
"list.activeSelectionBackground",
"list.activeSelectionForeground",
"list.deemphasizedForeground",
"list.dropBackground",
"list.errorForeground",
"list.filterMatchBackground",
"list.focusBackground",
"list.highlightForeground",
"list.hoverBackground",
"list.inactiveSelectionBackground",
"list.invalidItemForeground",
"list.warningForeground",
"listFilterWidget.background",
"listFilterWidget.noMatchesOutline",
"listFilterWidget.outline",
"menu.background",
"menu.foreground",
"menu.selectionBackground",
"menu.selectionForeground",
"menu.separatorBackground",
"menubar.selectionBackground",
"menubar.selectionForeground",
"merge.commonContentBackground",
"merge.commonHeaderBackground",
"merge.currentContentBackground",
"merge.currentHeaderBackground",
"merge.incomingContentBackground",
"merge.incomingHeaderBackground",
"minimap.errorHighlight",
"minimap.findMatchHighlight",
"minimap.selectionHighlight",
"minimap.warningHighlight",
"minimapGutter.addedBackground",
"minimapGutter.deletedBackground",
"minimapGutter.modifiedBackground",
"minimapSlider.activeBackground",
"minimapSlider.background",
"minimapSlider.hoverBackground",
"notebook.cellToolbarSeperator",
"notebook.focusedCellIndicator",
"notebook.outputContainerBackgroundColor",
"notificationCenterHeader.background",
"notificationLink.foreground",
"notifications.background",
"notifications.border",
"notifications.foreground",
"notificationsErrorIcon.foreground",
"notificationsInfoIcon.foreground",
"notificationsWarningIcon.foreground",
"panel.background",
"panel.border",
"panel.dropBackground",
"panelTitle.activeBorder",
"panelTitle.activeForeground",
"panelTitle.inactiveForeground",
"peekView.border",
"peekViewEditor.background",
"peekViewEditor.matchHighlightBackground",
"peekViewEditorGutter.background",
"peekViewResult.background",
"peekViewResult.fileForeground",
"peekViewResult.lineForeground",
"peekViewResult.matchHighlightBackground",
"peekViewResult.selectionBackground",
"peekViewResult.selectionForeground",
"peekViewTitle.background",
"peekViewTitleDescription.foreground",
"peekViewTitleLabel.foreground",
"pickerGroup.border",
"pickerGroup.foreground",
"problemsErrorIcon.foreground",
"problemsInfoIcon.foreground",
"problemsWarningIcon.foreground",
"progressBar.background",
"quickInput.background",
"quickInput.foreground",
"quickInputTitle.background",
"scrollbar.shadow",
"scrollbarSlider.activeBackground",
"scrollbarSlider.background",
"scrollbarSlider.hoverBackground",
"searchEditor.findMatchBackground",
"settings.checkboxBackground",
"settings.checkboxBorder",
"settings.checkboxForeground",
"settings.dropdownBackground",
"settings.dropdownBorder",
"settings.dropdownForeground",
"settings.dropdownListBorder",
"settings.headerForeground",
"settings.modifiedItemIndicator",
"settings.numberInputBackground",
"settings.numberInputForeground",
"settings.textInputBackground",
"settings.textInputForeground",
"sideBar.dropBackground",
"sideBarSectionHeader.background",
"statusBar.debuggingBackground",
"statusBar.debuggingBorder",
"statusBar.debuggingForeground",
"statusBar.noFolderBackground",
"statusBar.noFolderBorder",
"statusBar.noFolderForeground",
"statusBarItem.activeBackground",
"statusBarItem.hoverBackground",
"statusBarItem.prominentBackground",
"statusBarItem.prominentForeground",
"statusBarItem.prominentHoverBackground",
"statusBarItem.remoteBackground",
"statusBarItem.remoteForeground",
"symbolIcon.arrayForeground",
"symbolIcon.booleanForeground",
"symbolIcon.classForeground",
"symbolIcon.colorForeground",
"symbolIcon.constantForeground",
"symbolIcon.constructorForeground",
"symbolIcon.enumeratorForeground",
"symbolIcon.enumeratorMemberForeground",
"symbolIcon.eventForeground",
"symbolIcon.fieldForeground",
"symbolIcon.fileForeground",
"symbolIcon.folderForeground",
"symbolIcon.functionForeground",
"symbolIcon.interfaceForeground",
"symbolIcon.keyForeground",
"symbolIcon.keywordForeground",
"symbolIcon.methodForeground",
"symbolIcon.moduleForeground",
"symbolIcon.namespaceForeground",
"symbolIcon.nullForeground",
"symbolIcon.numberForeground",
"symbolIcon.objectForeground",
"symbolIcon.operatorForeground",
"symbolIcon.packageForeground",
"symbolIcon.propertyForeground",
"symbolIcon.referenceForeground",
"symbolIcon.snippetForeground",
"symbolIcon.stringForeground",
"symbolIcon.structForeground",
"symbolIcon.textForeground",
"symbolIcon.typeParameterForeground",
"symbolIcon.unitForeground",
"symbolIcon.variableForeground",
"tab.activeBackground",
"tab.activeForeground",
"tab.activeModifiedBorder",
"tab.border",
"tab.inactiveBackground",
"tab.inactiveForeground",
"tab.inactiveModifiedBorder",
"tab.unfocusedActiveBackground",
"tab.unfocusedActiveForeground",
"tab.unfocusedActiveModifiedBorder",
"tab.unfocusedInactiveForeground",
"tab.unfocusedInactiveModifiedBorder",
"terminal.ansiBlack",
"terminal.ansiBlue",
"terminal.ansiBrightBlack",
"terminal.ansiBrightBlue",
"terminal.ansiBrightCyan",
"terminal.ansiBrightGreen",
"terminal.ansiBrightMagenta",
"terminal.ansiBrightRed",
"terminal.ansiBrightWhite",
"terminal.ansiBrightYellow",
"terminal.ansiCyan",
"terminal.ansiGreen",
"terminal.ansiMagenta",
"terminal.ansiRed",
"terminal.ansiWhite",
"terminal.ansiYellow",
"terminal.border",
"terminal.foreground",
"terminal.selectionBackground",
"textBlockQuote.background",
"textBlockQuote.border",
"textCodeBlock.background",
"textLink.activeForeground",
"textLink.foreground",
"textPreformat.foreground",
"textSeparator.foreground",
"titleBar.activeBackground",
"titleBar.activeForeground",
"titleBar.inactiveBackground",
"titleBar.inactiveForeground",
"tree.indentGuidesStroke",
"widget.shadow",
];