@xyd-js/theme-picasso 0.0.0-build-87368f8-20251101145203 → 0.0.0-build-1760f84-20251129221538

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/dist/index.js CHANGED
@@ -1,1113 +1,479 @@
1
+ import 'react';
1
2
  import { BaseTheme } from '@xyd-js/themes';
2
3
 
4
+ function _assertThisInitialized(e) {
5
+ if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
6
+ return e;
7
+ }
8
+ function _callSuper(t, o, e) {
9
+ return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, [], _getPrototypeOf(t).constructor) : o.apply(t, e));
10
+ }
11
+ function _classCallCheck(a, n) {
12
+ if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
13
+ }
14
+ function _createClass(e, r, t) {
15
+ return Object.defineProperty(e, "prototype", {
16
+ writable: false
17
+ }), e;
18
+ }
19
+ function _getPrototypeOf(t) {
20
+ return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
21
+ return t.__proto__ || Object.getPrototypeOf(t);
22
+ }, _getPrototypeOf(t);
23
+ }
24
+ function _inherits(t, e) {
25
+ if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
26
+ t.prototype = Object.create(e && e.prototype, {
27
+ constructor: {
28
+ value: t,
29
+ writable: true,
30
+ configurable: true
31
+ }
32
+ }), Object.defineProperty(t, "prototype", {
33
+ writable: false
34
+ }), e && _setPrototypeOf(t, e);
35
+ }
36
+ function _isNativeReflectConstruct() {
37
+ try {
38
+ var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
39
+ } catch (t) {}
40
+ return (_isNativeReflectConstruct = function () {
41
+ return !!t;
42
+ })();
43
+ }
44
+ function _possibleConstructorReturn(t, e) {
45
+ if (e && ("object" == typeof e || "function" == typeof e)) return e;
46
+ if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
47
+ return _assertThisInitialized(t);
48
+ }
49
+ function _setPrototypeOf(t, e) {
50
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
51
+ return t.__proto__ = e, t;
52
+ }, _setPrototypeOf(t, e);
53
+ }
54
+
3
55
  var syntaxHighlight = {
4
- name: 'Noctis',
5
- type: 'dark',
6
- colors: {
7
- 'selection.background': '#107684',
8
- descriptionForeground: '#929ea0',
9
- errorForeground: '#e34e1c',
10
- 'widget.shadow': '#00000044',
11
- 'editor.background': '#052529',
12
- 'editor.foreground': '#b2cacd',
13
- 'editorLineNumber.foreground': '#4e6b6e',
14
- 'editorLineNumber.activeForeground': '#169fb1',
15
- 'editorCursor.foreground': '#85efff',
16
- 'badge.background': '#40d4e7',
17
- 'badge.foreground': '#0f1415',
18
- 'activityBar.background': '#052529',
19
- 'activityBar.dropBackground': '#929ea065',
20
- 'activityBar.foreground': '#169fb1',
21
- 'activityBar.inactiveForeground': '#169fb177',
22
- 'activityBar.border': '#0f1415',
23
- 'activityBarBadge.background': '#40d4e7',
24
- 'activityBarBadge.foreground': '#0f1415',
25
- 'activityBar.activeBackground': '#40d4e733',
26
- 'activityBar.activeBorder': '#40d4e7',
27
- 'sideBar.background': '#041d20',
28
- 'sideBar.foreground': '#a5b5b5',
29
- 'sideBar.border': '#0f1415',
30
- 'sideBar.dropBackground': '#041d20',
31
- 'sideBarTitle.foreground': '#a5b5b5',
32
- 'sideBarSectionHeader.background': '#083d44',
33
- 'sideBarSectionHeader.foreground': '#a5b5b5',
34
- 'sideBarSectionHeader.border': '#0f1415',
35
- 'statusBar.background': '#041d20',
36
- 'statusBar.foreground': '#169fb1',
37
- 'statusBar.border': '#0f1415',
38
- 'statusBar.debuggingBackground': '#041d20',
39
- 'statusBar.debuggingForeground': '#df769b50',
40
- 'statusBar.debuggingBorder': '#df769baf',
41
- 'statusBar.noFolderForeground': '#87a7ab',
42
- 'statusBar.noFolderBackground': '#041d20',
43
- 'statusBar.noFolderBorder': '#041d20',
44
- 'statusBarItem.activeBackground': '#19bacc45',
45
- 'statusBarItem.hoverBackground': '#062e32',
46
- 'statusBarItem.prominentBackground': '#020c0e',
47
- 'statusBarItem.prominentHoverBackground': '#00292e',
48
- 'button.background': '#099',
49
- 'button.foreground': '#ebfdff',
50
- 'button.hoverBackground': '#0cc',
51
- 'dropdown.background': '#073940',
52
- 'dropdown.border': '#073940',
53
- 'dropdown.foreground': '#87a7ab',
54
- 'editorMarkerNavigation.background': '#3a3a5e29',
55
- 'editorMarkerNavigationError.background': '#e34e1c',
56
- 'editorMarkerNavigationWarning.background': '#e69533',
57
- 'editorError.border': '#052529',
58
- 'editorError.foreground': '#e34e1c',
59
- 'editorWarning.border': '#052529',
60
- 'editorWarning.foreground': '#e69533',
61
- 'editorInfo.border': '#052529',
62
- 'editorInfo.foreground': '#40d4e7',
63
- 'editorHint.border': '#49e9a600',
64
- 'editorHint.foreground': '#49e9a6',
65
- 'editorGroup.emptyBackground': '#5f6b6d33',
66
- 'editorGroup.border': '#0f1415',
67
- 'editorGroup.dropBackground': '#5f6b6d33',
68
- 'editorGroupHeader.noTabsBackground': '#062e32',
69
- 'editorGroupHeader.tabsBackground': '#062e32',
70
- 'editorGroupHeader.tabsBorder': '#062e32',
71
- 'tab.activeBackground': '#052529',
72
- 'tab.unfocusedActiveBackground': '#0e1e20',
73
- 'tab.activeForeground': '#40d4e7',
74
- 'tab.border': '#0f1415',
75
- 'tab.inactiveBackground': '#062e32',
76
- 'tab.inactiveForeground': '#87a7ab',
77
- 'tab.unfocusedActiveForeground': '#87a7ab',
78
- 'tab.unfocusedInactiveForeground': '#87a7ab',
79
- 'tab.activeBorderTop': '#40d4e7',
80
- 'tab.activeModifiedBorder': '#49e9a6',
81
- 'tab.activeBorder': '#052529',
82
- 'tab.unfocusedActiveBorder': '#052529',
83
- 'tab.unfocusedHoverBackground': '#169fb121',
84
- 'textBlockQuote.background': '#041d20',
85
- 'textBlockQuote.border': '#16a3b6',
86
- 'textCodeBlock.background': '#041d20',
87
- 'textLink.activeForeground': '#40d4e7',
88
- 'textLink.foreground': '#40d4e7',
89
- 'textPreformat.foreground': '#e4b781',
90
- 'textSeparator.foreground': '#041d20',
91
- 'walkThrough.embeddedEditorBackground': '#041d20',
92
- 'welcomePage.buttonBackground': '#041d20',
93
- 'welcomePage.buttonHoverBackground': '#003742',
94
- 'input.background': '#052529',
95
- 'input.border': '#073940',
96
- 'input.foreground': '#CDD3DE',
97
- 'input.placeholderForeground': '#87a7ab',
98
- 'inputOption.activeBorder': '#169fb1',
99
- 'inputValidation.errorForeground': '#ff4000',
100
- 'inputValidation.errorBackground': '#501502ee',
101
- 'inputValidation.errorBorder': '#691c02',
102
- 'inputValidation.infoForeground': '#40d4e7',
103
- 'inputValidation.infoBackground': '#0f6e7bee',
104
- 'inputValidation.infoBorder': '#148f9f',
105
- 'inputValidation.warningForeground': '#e69533',
106
- 'inputValidation.warningBackground': '#82694acc',
107
- 'inputValidation.warningBorder': '#a88457',
108
- 'editorWidget.background': '#073940',
109
- 'editorWidget.border': '#0f1415',
110
- 'editorHoverWidget.background': '#073940',
111
- 'editorHoverWidget.border': '#0f1415',
112
- 'editorSuggestWidget.background': '#073940',
113
- 'editorSuggestWidget.border': '#0f1415',
114
- 'editorSuggestWidget.foreground': '#87a7ab',
115
- 'editorSuggestWidget.highlightForeground': '#40d4e7',
116
- 'editorSuggestWidget.selectedBackground': '#0e6671',
117
- 'editorGutter.background': '#052529',
118
- 'editorGutter.addedBackground': '#8ce99a',
119
- 'editorGutter.deletedBackground': '#e34e1c',
120
- 'editorGutter.modifiedBackground': '#e0c184',
121
- 'editor.selectionBackground': '#169fb144',
122
- 'editor.selectionHighlightBackground': '#49ace944',
123
- 'editor.inactiveSelectionBackground': '#0e657155',
124
- 'editor.wordHighlightStrongBackground': '#cc990033',
125
- 'editor.wordHighlightBackground': '#e4b78133',
126
- 'editor.findMatchBackground': '#40bf6a11',
127
- 'editor.findMatchHighlightBackground': '#0e667179',
128
- 'editor.findRangeHighlightBackground': '#49e9a633',
129
- 'editor.hoverHighlightBackground': '#169fb13f',
130
- 'editor.lineHighlightBackground': '#083d44ee',
131
- 'editor.lineHighlightBorder': '#083d44',
132
- 'editor.rangeHighlightBackground': '#083d44a1',
133
- 'editorLink.activeForeground': '#14a5ff',
134
- 'editorWhitespace.foreground': '#ffffff21',
135
- 'editorIndentGuide.background': '#223b3f',
136
- 'editorIndentGuide.activeBackground': '#3e6f74',
137
- 'editorBracketMatch.background': '#169fb122',
138
- 'editorBracketMatch.border': '#169fb1',
139
- 'editorRuler.foreground': '#29484c',
140
- 'editorCodeLens.foreground': '#507b95',
141
- 'terminal.ansiBlack': '#324a4d',
142
- 'terminal.ansiRed': '#e66533',
143
- 'terminal.ansiGreen': '#49e9a6',
144
- 'terminal.ansiYellow': '#e4b781',
145
- 'terminal.ansiBlue': '#49ace9',
146
- 'terminal.ansiMagenta': '#df769b',
147
- 'terminal.ansiCyan': '#49d6e9',
148
- 'terminal.ansiWhite': '#b2cacd',
149
- 'terminal.ansiBrightBlack': '#47686c',
150
- 'terminal.ansiBrightRed': '#e97749',
151
- 'terminal.ansiBrightGreen': '#60ebb1',
152
- 'terminal.ansiBrightYellow': '#e69533',
153
- 'terminal.ansiBrightBlue': '#60b6eb',
154
- 'terminal.ansiBrightMagenta': '#e798b3',
155
- 'terminal.ansiBrightCyan': '#60dbeb',
156
- 'terminal.ansiBrightWhite': '#c1d4d7',
157
- 'terminal.background': '#03191b',
158
- 'terminal.foreground': '#b2cacd',
159
- 'terminalCursor.background': '#03191b',
160
- 'terminalCursor.foreground': '#b2cacd',
161
- 'merge.border': '#05252900',
162
- 'merge.currentContentBackground': '#85f1ff22',
163
- 'merge.currentHeaderBackground': '#85f1ff44',
164
- 'merge.incomingContentBackground': '#9d92f222',
165
- 'merge.incomingHeaderBackground': '#9d92f244',
166
- 'merge.commonContentBackground': '#ffc18022',
167
- 'merge.commonHeaderBackground': '#ffc18044',
168
- 'editorOverviewRuler.currentContentForeground': '#85f1ff44',
169
- 'editorOverviewRuler.incomingContentForeground': '#9d92f244',
170
- 'editorOverviewRuler.commonContentForeground': '#ffc18044',
171
- 'editorOverviewRuler.border': '#052529',
172
- 'notificationCenter.border': '#073940',
173
- 'notificationCenterHeader.foreground': '#87a7ab',
174
- 'notificationCenterHeader.background': '#073940',
175
- 'notificationToast.border': '#073940',
176
- 'notifications.foreground': '#CDD3DE',
177
- 'notifications.background': '#073940',
178
- 'notifications.border': '#073940',
179
- 'notificationLink.foreground': '#87a7ab',
180
- 'diffEditor.insertedTextBackground': '#16b67327',
181
- 'diffEditor.removedTextBackground': '#e6653341',
182
- 'debugToolBar.background': '#041d20',
183
- 'debugExceptionWidget.background': '#041d20',
184
- 'debugExceptionWidget.border': '#16a3b6',
185
- 'extensionButton.prominentBackground': '#099',
186
- 'extensionButton.prominentForeground': '#e5f5f5',
187
- 'extensionButton.prominentHoverBackground': '#0cc',
188
- focusBorder: '#073940',
189
- foreground: '#b2cacd',
190
- 'panel.background': '#03191b',
191
- 'panel.border': '#0e6671',
192
- 'panelTitle.activeBorder': '#0e6671',
193
- 'panelTitle.activeForeground': '#40d4e7',
194
- 'panelTitle.inactiveForeground': '#87a7ab',
195
- 'peekView.border': '#169fb1',
196
- 'peekViewEditor.background': '#002124',
197
- 'peekViewEditor.matchHighlightBackground': '#00718079',
198
- 'peekViewEditor.matchHighlightBorder': '#007180cc',
199
- 'peekViewEditorGutter.background': '#002124',
200
- 'peekViewResult.background': '#041d20',
201
- 'peekViewResult.fileForeground': '#e4b781',
202
- 'peekViewResult.lineForeground': '#87a7ab',
203
- 'peekViewResult.matchHighlightBackground': '#073940',
204
- 'peekViewResult.selectionBackground': '#073940',
205
- 'peekViewResult.selectionForeground': '#87a7ab',
206
- 'peekViewTitle.background': '#041d20',
207
- 'peekViewTitleDescription.foreground': '#87a7ab',
208
- 'peekViewTitleLabel.foreground': '#e4b781',
209
- 'progressBar.background': '#40d4e7',
210
- 'scrollbar.shadow': '#00000044',
211
- 'scrollbarSlider.activeBackground': '#169fb1ad',
212
- 'scrollbarSlider.background': '#6a90955b',
213
- 'scrollbarSlider.hoverBackground': '#169fb162',
214
- 'gitDecoration.addedResourceForeground': '#16b673',
215
- 'gitDecoration.modifiedResourceForeground': '#49e9a6',
216
- 'gitDecoration.deletedResourceForeground': '#e34e1c',
217
- 'gitDecoration.untrackedResourceForeground': '#40d4e7',
218
- 'gitDecoration.ignoredResourceForeground': '#5b858b',
219
- 'gitDecoration.conflictingResourceForeground': '#e4b781',
220
- 'pickerGroup.border': '#0e6671',
221
- 'pickerGroup.foreground': '#169fb1',
222
- 'list.activeSelectionBackground': '#0e6671',
223
- 'list.activeSelectionForeground': '#ebfdff',
224
- 'list.dropBackground': '#00404d',
225
- 'list.focusBackground': '#00404d',
226
- 'list.focusForeground': '#ebfdff',
227
- 'list.highlightForeground': '#40d4e7',
228
- 'list.hoverBackground': '#0b515b',
229
- 'list.hoverForeground': '#ebfdff',
230
- 'list.inactiveFocusBackground': '#062d32',
231
- 'list.inactiveSelectionBackground': '#07353b',
232
- 'list.inactiveSelectionForeground': '#b2cacd',
233
- 'list.errorForeground': '#e34e1c',
234
- 'list.warningForeground': '#ffa487',
235
- 'listFilterWidget.background': '#00404d',
236
- 'listFilterWidget.outline': '#49e9a6',
237
- 'listFilterWidget.noMatchesOutline': '#e34e1c',
238
- 'tree.indentGuidesStroke': '#3e6f74',
239
- 'settings.headerForeground': '#b2cacd',
240
- 'settings.modifiedItemIndicator': '#15ac31',
241
- 'settings.dropdownListBorder': '#0e657188',
242
- 'settings.dropdownBackground': '#073940',
243
- 'settings.dropdownForeground': '#0cc',
244
- 'settings.dropdownBorder': '#073940',
245
- 'settings.checkboxBackground': '#073940',
246
- 'settings.checkboxForeground': '#0cc',
247
- 'settings.checkboxBorder': '#073940',
248
- 'settings.textInputBackground': '#073940',
249
- 'settings.textInputForeground': '#0cc',
250
- 'settings.textInputBorder': '#073940',
251
- 'settings.numberInputBackground': '#041d20',
252
- 'settings.numberInputForeground': '#7060eb',
253
- 'settings.numberInputBorder': '#041d20',
254
- 'breadcrumb.foreground': '#87a7ab',
255
- 'breadcrumb.background': '#052529',
256
- 'breadcrumb.focusForeground': '#40d4e7',
257
- 'breadcrumb.activeSelectionForeground': '#ebfdff',
258
- 'breadcrumbPicker.background': '#073940',
259
- 'titleBar.activeBackground': '#041d20',
260
- 'titleBar.activeForeground': '#b2cacd',
261
- 'titleBar.inactiveBackground': '#041d20',
262
- 'titleBar.inactiveForeground': '#87a7ab',
263
- 'menu.background': '#073940',
264
- 'menu.foreground': '#87a7ab',
265
- 'menu.selectionBackground': '#0b515b',
266
- 'menu.selectionForeground': '#40d4e7',
267
- 'menu.selectionBorder': '#0b515b',
268
- 'menu.separatorBackground': '#40d4e7',
269
- 'menubar.selectionBackground': '#0b515b',
270
- 'menubar.selectionForeground': '#40d4e7',
271
- 'menubar.selectionBorder': '#0b515b',
272
- 'editor.snippetTabstopHighlightBackground': '#03181b',
273
- 'editor.snippetTabstopHighlightBorder': '#042124',
274
- 'editor.snippetFinalTabstopHighlightBackground': '#03181b',
275
- 'editor.snippetFinalTabstopHighlightBorder': '#042124',
276
- 'minimap.findMatchHighlight': '#49d6e9ee',
277
- 'minimap.errorHighlight': '#e34e1cee',
278
- 'minimap.warningHighlight': '#e69533ee',
279
- 'minimapGutter.addedBackground': '#16b673',
280
- 'minimapGutter.modifiedBackground': '#49e9a6',
281
- 'minimapGutter.deletedBackground': '#e34e1c',
282
- 'minimap.background': '#05252999'
283
- },
284
- tokenColors: [
285
- {
286
- name: 'COMMENT',
287
- scope: [
288
- 'comment',
289
- 'punctuation.definition.comment',
290
- 'punctuation.definition.tag',
291
- 'comment.block.documentation punctuation.definition.bracket',
292
- 'source.ocaml comment constant.regexp meta.separator',
293
- 'markup.other.anchor support.constant',
294
- 'markup.fenced_code',
295
- 'markup.fenced_code punctuation.definition'
296
- ],
297
- settings: {
298
- foreground: '#5b858b'
299
- }
300
- },
301
- {
302
- name: 'TEXT',
303
- scope: [
304
- 'constant.character',
305
- 'constant.escape',
306
- 'text.html.markdown',
307
- 'punctuation.definition.list_item',
308
- 'keyword.begin.tag.ejs',
309
- 'constant.name.attribute.tag.pug',
310
- 'source.clojure meta.symbol',
311
- 'constant.other.description.jsdoc',
312
- 'keyword.other.array.phpdoc.php',
313
- 'keyword.operator.other.powershell',
314
- 'meta.link.inline punctuation.definition.string',
315
- 'source.sql',
316
- 'source meta.brace',
317
- 'source punctuation',
318
- 'text.html punctuation',
319
- 'markup meta punctuation.definition',
320
- 'meta.bracket.julia',
321
- 'meta.array.julia',
322
- 'punctuation.separator.key-value',
323
- 'entity.name.footnote',
324
- 'source.ocaml punctuation.definition.tag',
325
- 'source.ocaml entity.name.filename',
326
- 'source.reason entity.name.filename',
327
- 'entity.other.attribute-name strong',
328
- 'binding.fsharp keyword.symbol.fsharp',
329
- 'entity.name.record.field.elm',
330
- 'entity.name.record.field.accessor.elm',
331
- 'storage.modifier.array.bracket',
332
- 'source.css entity.other',
333
- 'meta.attribute-selector punctuation.definition.entity',
334
- 'markup.other.anchor string'
335
- ],
336
- settings: {
337
- foreground: '#b2cacd'
338
- }
339
- },
340
- {
341
- name: 'KEYWORD',
342
- scope: [
343
- 'keyword',
344
- 'keyword.control',
345
- 'keyword.other.template',
346
- 'keyword.other.substitution',
347
- 'storage.modifier',
348
- 'meta.tag.sgml',
349
- 'punctuation.accessor',
350
- 'constant.other.color',
351
- 'entity.name.section',
352
- 'markup.heading',
353
- 'markup.heading punctuation.definition',
354
- 'entity.other.attribute-name.pseudo-class',
355
- 'entity.other.attribute-name.pseudo-element',
356
- 'tag.decorator.js entity.name.tag.js',
357
- 'tag.decorator.js punctuation.definition.tag.js',
358
- 'storage.type.function.pug',
359
- 'text.pug storage.type',
360
- 'text.pug meta.tag.other',
361
- 'source.clojure storage.control',
362
- 'meta.expression.clojure',
363
- 'punctuation.separator.slice.python',
364
- 'punctuation.separator.question-mark.cs',
365
- 'punctuation.definition.parameters.varargs',
366
- 'source.go keyword.operator',
367
- 'punctuation.separator.pointer-access',
368
- 'punctuation.separator.other.ruby',
369
- 'keyword.package',
370
- 'keyword.import',
371
- 'punctuation.definition.keyword',
372
- 'punctuation.separator.hash.cs',
373
- 'entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css',
374
- 'entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css',
375
- 'source.kotlin storage.type.import',
376
- 'source.kotlin storage.type.package',
377
- 'constant.string.documentation.powershell',
378
- 'punctuation.section.directive',
379
- 'storage.type.rust',
380
- 'punctuation.definition.attribute',
381
- 'punctuation.definition.preprocessor',
382
- 'punctuation.separator.namespace',
383
- 'punctuation.separator.method',
384
- 'keyword.control punctuation.definition.function',
385
- 'source.ocaml variable.interpolation string',
386
- 'source.reason variable.interpolation',
387
- 'punctuation.definition.directive',
388
- 'storage.type.modifier',
389
- 'keyword.other.class.fileds',
390
- 'source.toml entity.other.attribute-name',
391
- 'source.css entity.name.tag.custom',
392
- 'sharing.modifier',
393
- 'keyword.control.class.ruby',
394
- 'keyword.control.def.ruby'
395
- ],
396
- settings: {
397
- foreground: '#df769b'
398
- }
399
- },
400
- {
401
- name: 'VARIABLE',
402
- scope: [
403
- 'variable',
404
- 'variable.object',
405
- 'variable.other',
406
- 'variable.parameter',
407
- 'support',
408
- 'entity.name.module',
409
- 'variable.import.parameter',
410
- 'variable.other.class',
411
- 'meta.toc-list.id.html',
412
- 'source.json meta.structure.dictionary.json support.type.property-name.json',
413
- 'meta.var.clojure',
414
- 'entity.name.variable',
415
- 'source.java meta.class.body.java',
416
- 'entity.name.package.go',
417
- 'source.c',
418
- 'source.cpp',
419
- 'source.go',
420
- 'source.python',
421
- 'meta.function-call.arguments.python',
422
- 'source.ruby',
423
- 'source.coffee.embedded.source',
424
- 'source.coffee',
425
- 'storage.modifier.import',
426
- 'storage.modifier.package',
427
- 'storage.type.annotation',
428
- 'punctuation.definition.annotation',
429
- 'source.groovy.embedded.source',
430
- 'punctuation.definition.variable',
431
- 'source.powershell',
432
- 'string.quoted.interpolated.vala constant.character.escape.vala',
433
- 'source.apacheconf',
434
- 'source.objc',
435
- 'source.crystal',
436
- 'string.quoted.double.kotlin entity.string.template.element.kotlin',
437
- 'entity.name.package.kotlin',
438
- 'meta.template.expression.kotlin',
439
- 'parameter.variable.function',
440
- 'variable.other.constant.elixir',
441
- 'source.elixir.embedded.source',
442
- 'source.sql.embedded',
443
- 'punctuation.definition.placeholder',
444
- 'source.swift',
445
- 'source.julia',
446
- 'source.shell',
447
- 'variable.other.normal punctuation.definition.variable.shell',
448
- 'source.reason variable.language',
449
- 'source.reason variable.language string.other.link',
450
- 'source.elm meta.value',
451
- 'source.elm meta.declaration.module',
452
- 'meta.embedded.block variable punctuation.definition.variable.php',
453
- 'string.quoted.double.class.other',
454
- 'source.toml keyword',
455
- 'support.type.nim',
456
- 'source.tf meta.template.expression',
457
- 'source.scala entity.name.import',
458
- 'markup.code'
459
- ],
460
- settings: {
461
- foreground: '#e4b781'
462
- }
463
- },
464
- {
465
- name: 'ANNOTATION',
466
- scope: [
467
- 'support.variable.property',
468
- 'constant.other.symbol.hashkey.ruby',
469
- 'constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby',
470
- 'entity.other.attribute-name.id',
471
- 'entity.other.attribute-name.id punctuation.definition.entity',
472
- 'entity.name.type.annotation.kotlin',
473
- 'support.type.primitive',
474
- 'meta.type.parameters entity.name.type',
475
- 'meta.type.annotation entity.name.type',
476
- 'punctuation.definition.typeparameters',
477
- 'source.python support.type.python',
478
- 'comment.block.documentation.phpdoc.php keyword.other.type.php',
479
- 'storage.type.php',
480
- 'keyword.type',
481
- 'storage.type.cs',
482
- 'storage.type.c',
483
- 'storage.type.objc',
484
- 'punctuation.definition.storage.type.objc',
485
- 'markup punctuation.definition',
486
- 'storage.type.powershell',
487
- 'comment.block.documentation entity.name.type',
488
- 'source.java storage.type',
489
- 'storage.type.primitive',
490
- 'source.groovy storage.type',
491
- 'storage.type.r',
492
- 'source.haskell storage.type',
493
- 'punctuation.separator.clause-head-body',
494
- 'source.go storage.type',
495
- 'storage.type.core.rust',
496
- 'storage.class.std.rust',
497
- 'storage.modifier.lifetime.rust',
498
- 'entity.name.lifetime.rust',
499
- 'support.type.vb',
500
- 'entity.name.type.kotlin',
501
- 'support.type.julia',
502
- 'constant.other.reference',
503
- 'source.graphql support.type',
504
- 'source.reason support.type string',
505
- 'entity.name.type.fsharp',
506
- 'source.elm storage.type',
507
- 'storage.type.user-defined',
508
- 'storage.type.built-in',
509
- 'support.type.builtin',
510
- 'source.swift support.type',
511
- 'support.class.crystal',
512
- 'storage.type.integral',
513
- 'source.cpp storage.type.cpp',
514
- 'source.vala storage.type',
515
- 'source.hlsl storage.type.basic',
516
- 'source.hlsl support.type.other',
517
- 'source.apex storage.type',
518
- 'source.nim storage.type',
519
- 'source.cpp entity.name.type',
520
- 'support.class.builtin',
521
- 'source.tf meta.keyword.string',
522
- 'source.tf meta.keyword.number',
523
- 'source.scala entity.name.class',
524
- 'markup.raw.monospace',
525
- 'markup.mark',
526
- 'markup.meta.attribute-list'
527
- ],
528
- settings: {
529
- foreground: '#d67e5c'
530
- }
531
- },
532
- {
533
- name: 'CONSTANT',
534
- scope: [
535
- 'constant',
536
- 'variable.other.constant',
537
- 'support.constant',
538
- 'punctuation.definition.entity',
539
- 'constant.character.entity',
540
- 'support.variable.magic',
541
- 'markup.quote',
542
- 'entity.name.type.type-parameter.cs',
543
- 'punctuation.bracket.angle',
544
- 'entity.name.function.preprocessor.c',
545
- 'storage.type.scala',
546
- 'entity.helper.apacheconf',
547
- 'variable.language.crystal',
548
- 'punctuation.definition.constant',
549
- 'support.constant punctuation.definition.variable',
550
- 'constant.character.math',
551
- 'support.class.math',
552
- 'source.graphql constant.character',
553
- 'source.reason constant.language.list',
554
- 'source.cpp variable.other.enummember',
555
- 'support.variable.class.hideshow',
556
- 'entity.other.attribute-name.class',
557
- 'meta.attribute.id entity.other.attribute-name',
558
- 'text.html entity.other.attribute-name',
559
- 'meta.tag.attributes entity.other.attribute-name',
560
- 'text.xml entity.other.attribute-name',
561
- 'source.cs entity.other.attribute-name',
562
- 'constant.character.format.placeholder',
563
- 'constant.other.placeholder',
564
- 'source.vue entity.other.attribute-name',
565
- 'entity.other.attribute-name.mjml',
566
- 'source.vue meta.directive punctuation.separator.key-value',
567
- 'meta.definition.attribute-entry punctuation.separator'
568
- ],
569
- settings: {
570
- foreground: '#d5971a'
571
- }
572
- },
573
- {
574
- name: 'TAG',
575
- scope: [
576
- 'variable.language',
577
- 'variable.parameter.function.language.special',
578
- 'markup.bold',
579
- 'markup.italic',
580
- 'punctuation.definition.italic',
581
- 'punctuation.definition.bold',
582
- 'entity.name.tag',
583
- 'variable.language punctuation.definition.variable',
584
- 'keyword.control.clojure',
585
- 'support.type.exception.python',
586
- 'keyword.other.this.cs',
587
- 'keyword.other.base.cs',
588
- 'keyword.other.var.cs',
589
- 'storage.modifier.super',
590
- 'source.go keyword',
591
- 'keyword.function.go',
592
- 'meta.separator',
593
- 'keyword.other.fn.rust',
594
- 'storage.modifier.static.rust',
595
- 'source.r meta.function.r keyword.control.r',
596
- 'storage.type.def',
597
- 'meta.class.identifier storage.modifier',
598
- 'source.scala keyword.declaration',
599
- 'storage.type',
600
- 'comment.block.documentation punctuation.definition.block.tag',
601
- 'comment.block.documentation punctuation.definition.inline.tag',
602
- 'entity.tag.apacheconf',
603
- 'keyword.other.julia',
604
- 'source.julia storage.modifier',
605
- 'constant.language.empty-list.haskell',
606
- 'meta.function.powershell storage.type.powershell',
607
- 'keyword.control.fun',
608
- 'punctuation.terminator.function',
609
- 'keyword.other.rust',
610
- 'keyword.other.declaration-specifier.swift',
611
- 'keyword.control.class',
612
- 'keyword.control.def',
613
- 'source.ocaml keyword markup.underline',
614
- 'source.ocaml storage.type markup.underline',
615
- 'binding.fsharp keyword',
616
- 'function.anonymous keyword',
617
- 'function.anonymous keyword.symbol.fsharp',
618
- 'meta.embedded.block variable.language punctuation.definition.variable.php',
619
- 'keyword.declaration.dart',
620
- 'source.wsd keyword.other.class',
621
- 'source.wsd keyword.other.linebegin',
622
- 'keyword.other.skinparam.keyword',
623
- 'keyword.other.nim',
624
- 'markup.deleted.diff',
625
- 'source.tf support.class.variable',
626
- 'meta.function.lua keyword.control.lua',
627
- 'markup.italic punctuation.definition',
628
- 'markup.bold punctuation.definition',
629
- 'markup.block entity.name.tag'
630
- ],
631
- settings: {
632
- foreground: '#e66533'
633
- }
634
- },
635
- {
636
- name: 'STRING',
637
- scope: [
638
- 'string',
639
- 'punctuation.definition.string',
640
- 'source.css support.constant',
641
- 'entity.name.import.go',
642
- 'markup.raw.texttt',
643
- 'markup.inserted.diff',
644
- 'source.scala punctuation.definition.character',
645
- 'constant.character.literal.scala',
646
- 'source.tf entity.name'
647
- ],
648
- settings: {
649
- foreground: '#49e9a6'
650
- }
651
- },
652
- {
653
- name: 'STRINGINTERPOLATED',
654
- scope: [
655
- 'string.template',
656
- 'punctuation.definition.string.template',
657
- 'string.interpolated.python string.quoted.single.python',
658
- 'string.quoted.double.heredoc',
659
- 'string.quoted.interpolated.vala',
660
- 'string.quoted.interpolated.vala punctuation.definition.string',
661
- 'string.regexp.apacheconf',
662
- 'markup.inline.raw.string',
663
- 'markup.inline.raw punctuation.definition.raw',
664
- 'string.quoted.double.interpolated.crystal',
665
- 'string.quoted.double.interpolated.crystal punctuation.definition.string',
666
- 'text.tex markup.raw'
667
- ],
668
- settings: {
669
- foreground: '#16b673'
670
- }
671
- },
672
- {
673
- name: 'NUMBER',
674
- scope: [
675
- 'constant.numeric',
676
- 'constant.language',
677
- 'punctuation.separator.decimal.period.php',
678
- 'keyword.operator.null-conditional.cs',
679
- 'punctuation.separator.question-mark.cs',
680
- 'constant.integer.apacheconf',
681
- 'keyword.operator.nullable-type',
682
- 'constant.language punctuation.definition.variable',
683
- 'constant.others.fsharp',
684
- 'keyword.other.unit',
685
- 'string.quoted.double.skinparam.value',
686
- 'source.toml constant'
687
- ],
688
- settings: {
689
- foreground: '#7060eb'
690
- }
691
- },
692
- {
693
- name: 'FUNCTION',
694
- scope: [
695
- 'variable.function',
696
- 'support.type.property-name',
697
- 'entity.name.function',
698
- 'string.other.link',
699
- 'markup.link',
700
- 'support.type.vendored',
701
- 'support.other.variable',
702
- 'meta.function-call.generic.python',
703
- 'meta.method-call.groovy meta.method.groovy',
704
- 'meta.class.body.groovy meta.method.body.java storage.type.groovy',
705
- 'punctuation.definition.decorator',
706
- 'support.function.any-method',
707
- 'text.tex support.function',
708
- 'text.tex punctuation.definition.function',
709
- 'entity.name.section.fsharp entity.name.section.fsharp',
710
- 'support.variable.class.function',
711
- 'keyword.control.cucumber.table',
712
- 'punctuation.decorator',
713
- 'source.tf support.class'
714
- ],
715
- settings: {
716
- foreground: '#16a3b6'
717
- }
718
- },
719
- {
720
- name: 'SUPPORT',
721
- scope: [
722
- 'entity.name',
723
- 'entity.other',
724
- 'support.orther.namespace.use.php',
725
- 'meta.use.php',
726
- 'support.other.namespace.php',
727
- 'support.type',
728
- 'support.class',
729
- 'punctuation.definition.parameters',
730
- 'support.function',
731
- 'support.function.construct',
732
- 'markup.changed.git_gutter',
733
- 'markup.underline.link',
734
- 'markup.underline.link.image',
735
- 'markup.underline',
736
- 'meta.symbol.namespace.clojure',
737
- 'entity.mime-type.apacheconf',
738
- 'keyword.operator.function.infix',
739
- 'entity.name.function.infix',
740
- 'entity.name.function.call.kotlin',
741
- 'text.tex support.function.verb',
742
- 'text.tex support.function.texttt',
743
- 'source.reason constant.language.unit',
744
- 'source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css',
745
- 'source.reason entity.other.attribute-name constant.language constant.numeric',
746
- 'constant.language.unit.fsharp',
747
- 'source.wsd support.class.preprocessings',
748
- 'keyword.language.gherkin.feature.scenario',
749
- 'source.nim keyword.other.common.function',
750
- 'entity.name.type.namespace',
751
- 'entity.name.scope-resolution.function.call'
752
- ],
753
- settings: {
754
- foreground: '#49d6e9'
755
- }
756
- },
757
- {
758
- name: 'MISC',
759
- scope: [
760
- 'source.js constant.other.object.key.js string.unquoted.label.js',
761
- 'source.js punctuation.section.embedded',
762
- 'punctuation.definition.template-expression',
763
- 'support.class',
764
- 'entity.name.type',
765
- 'storage.type.string.python',
766
- 'string.interpolated.pug',
767
- 'support.constant.handlebars',
768
- 'source.clojure punctuation.section.set',
769
- 'source.clojure punctuation.section.metadata',
770
- 'entity.global.clojure',
771
- 'source.python meta.function-call.python support.type.python',
772
- 'entity.other.inherited-class.python',
773
- 'punctuation.definition.interpolation',
774
- 'punctuation.section.embedded.begin.ruby',
775
- 'punctuation.section.embedded.end.ruby source.ruby',
776
- 'support.constant.math',
777
- 'entity.namespace.r',
778
- 'meta.method-call.groovy storage.type.groovy',
779
- 'source.scala entity.name.class.declaration',
780
- 'constant.character.escape',
781
- 'support.function.macro.julia',
782
- 'string.replacement.apacheconf',
783
- 'storage.modifier.using.vala',
784
- 'constant.other.haskell',
785
- 'source.objc entity.name.tag',
786
- 'string.quoted.other.literal.upper.crystal punctuation.definition.string',
787
- 'meta.embedded.line.crystal punctuation.section.embedded',
788
- 'meta.embedded.line.crystal punctuation.section.embedded source.crystal',
789
- 'punctuation.section.embedded',
790
- 'punctuation.section.tag',
791
- 'punctuation.section.embedded source.swift',
792
- 'variable.other.bracket punctuation.definition.variable',
793
- 'string.interpolated.dollar punctuation.definition.string',
794
- 'constant.character.escape punctuation.definition.keyword',
795
- 'source.ocaml entity.name.class constant.numeric',
796
- 'source.reason entity.name.class',
797
- 'keyword.format.specifier.fsharp',
798
- 'support.module.elm',
799
- 'meta.embedded.block.php punctuation.definition.variable.php',
800
- 'source.vala storage.type',
801
- 'support.variable.class.group',
802
- 'entity.name.type.class',
803
- 'source.tf meta.keyword.list',
804
- 'source.tf meta.keyword.map',
805
- 'entity.name.class.lua',
806
- 'markup.substitution'
807
- ],
808
- settings: {
809
- foreground: '#49ace9'
810
- }
811
- },
812
- {
813
- name: 'INVALID',
814
- scope: [
815
- 'invalid',
816
- 'invalid.illegal'
817
- ],
818
- settings: {
819
- foreground: '#e3541c'
820
- }
821
- },
822
- {
823
- name: 'ITALIC',
824
- scope: [
825
- 'comment',
826
- 'storage.modifier',
827
- 'punctuation.definition.comment',
828
- 'entity.other',
829
- 'variable.language',
830
- 'support.type.vendored',
831
- 'support.constant.vendored',
832
- 'markup.quote',
833
- 'markup.italic',
834
- 'tag.decorator.js entity.name.tag.js',
835
- 'tag.decorator.js punctuation.definition.tag.js',
836
- 'keyword.control.clojure',
837
- 'source.clojure meta.symbol.dynamic',
838
- 'keyword.other.this.cs',
839
- 'keyword.other.base.cs',
840
- 'variable.other.member.c',
841
- 'support.type.core.rust',
842
- 'variable.other.object.property',
843
- 'variable.other.property',
844
- 'source.r meta.function.r keyword.control.r',
845
- 'comment.line.roxygen.r keyword',
846
- 'comment.line.roxygen.r variable.parameter.r',
847
- 'keyword.control.inheritance.coffee',
848
- 'comment.block.documentation.phpdoc.php keyword',
849
- 'keyword.other.array.phpdoc.php',
850
- 'storage.type.modifier',
851
- 'comment.block.javadoc.java keyword',
852
- 'comment.block.javadoc.java variable.parameter.java',
853
- 'keyword.operator.documentation.powershell',
854
- 'storage.type.scala',
855
- 'variable.parameter.function.language.special',
856
- 'comment.block.documentation.scala keyword',
857
- 'comment.block.documentation.scala variable.parameter',
858
- 'support.function.builtin.go',
859
- 'constant.other.symbol.hashkey.ruby',
860
- 'constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby',
861
- 'constant.other.symbol.ruby',
862
- 'source.vala storage.type.generic',
863
- 'constant.other.table-name',
864
- 'constant.other.placeholder',
865
- 'variable.other.field',
866
- 'entity.alias.import.go',
867
- 'source.swift keyword.other.declaration-specifier',
868
- 'support.variable.swift',
869
- 'keyword.other.capture-specifier',
870
- 'text.tex support.function.emph',
871
- 'constant.other.math',
872
- 'support.function.textit',
873
- 'entity.name.footnote',
874
- 'entity.name.function.directive.graphql',
875
- 'source.graphql support.type.enum',
876
- 'source.ocaml entity.name.filename',
877
- 'source.reason entity.name.filename',
878
- 'abstract.definition.fsharp keyword',
879
- 'abstract.definition.fsharp entity',
880
- 'function.anonymous keyword',
881
- 'entity.name.record.field.accessor.elm',
882
- 'support.type.primitive',
883
- 'support.type.builtin',
884
- 'keyword.type.cs',
885
- 'storage.type.built-in',
886
- 'storage.type.primitive',
887
- 'source.python support.type.python',
888
- 'storage.type.core.rust',
889
- 'source.swift support.type',
890
- 'source.go storage.type',
891
- 'storage.type.php',
892
- 'storage.type.function.kotlin',
893
- 'entity.name.type.kotlin',
894
- 'support.type.julia',
895
- 'variable.other.member',
896
- 'keyword.other.import',
897
- 'keyword.package',
898
- 'keyword.import',
899
- 'source.wsd keyword.control.diagram',
900
- 'keyword.language.gherkin.feature.step',
901
- 'source.hlsl storage.type.basic',
902
- 'source.apex keyword.type',
903
- 'sharing.modifier',
904
- 'source.nim storage.type.concrete',
905
- 'meta.preprocessor.pragma.nim',
906
- 'storage.type.integral',
907
- 'entity.name.scope-resolution.function.call',
908
- 'support.class.builtin',
909
- 'comment.block.documentation storage.type.class',
910
- 'source.tf meta.keyword.string',
911
- 'source.tf meta.keyword.number',
912
- 'source.scala entity.name.class',
913
- 'meta.import keyword.control',
914
- 'keyword.control.export',
915
- 'source.vue meta.directive punctuation.separator.key-value',
916
- 'keyword.local.lua',
917
- 'markup.list',
918
- 'markup.mark.constrained markup.mark',
919
- 'markup.block.open'
920
- ],
921
- settings: {
922
- fontStyle: 'italic'
923
- }
56
+ name: 'Noctis',
57
+ type: 'dark',
58
+ colors: {
59
+ 'selection.background': '#107684',
60
+ descriptionForeground: '#929ea0',
61
+ errorForeground: '#e34e1c',
62
+ 'widget.shadow': '#00000044',
63
+ 'editor.background': '#052529',
64
+ 'editor.foreground': '#b2cacd',
65
+ 'editorLineNumber.foreground': '#4e6b6e',
66
+ 'editorLineNumber.activeForeground': '#169fb1',
67
+ 'editorCursor.foreground': '#85efff',
68
+ 'badge.background': '#40d4e7',
69
+ 'badge.foreground': '#0f1415',
70
+ 'activityBar.background': '#052529',
71
+ 'activityBar.dropBackground': '#929ea065',
72
+ 'activityBar.foreground': '#169fb1',
73
+ 'activityBar.inactiveForeground': '#169fb177',
74
+ 'activityBar.border': '#0f1415',
75
+ 'activityBarBadge.background': '#40d4e7',
76
+ 'activityBarBadge.foreground': '#0f1415',
77
+ 'activityBar.activeBackground': '#40d4e733',
78
+ 'activityBar.activeBorder': '#40d4e7',
79
+ 'sideBar.background': '#041d20',
80
+ 'sideBar.foreground': '#a5b5b5',
81
+ 'sideBar.border': '#0f1415',
82
+ 'sideBar.dropBackground': '#041d20',
83
+ 'sideBarTitle.foreground': '#a5b5b5',
84
+ 'sideBarSectionHeader.background': '#083d44',
85
+ 'sideBarSectionHeader.foreground': '#a5b5b5',
86
+ 'sideBarSectionHeader.border': '#0f1415',
87
+ 'statusBar.background': '#041d20',
88
+ 'statusBar.foreground': '#169fb1',
89
+ 'statusBar.border': '#0f1415',
90
+ 'statusBar.debuggingBackground': '#041d20',
91
+ 'statusBar.debuggingForeground': '#df769b50',
92
+ 'statusBar.debuggingBorder': '#df769baf',
93
+ 'statusBar.noFolderForeground': '#87a7ab',
94
+ 'statusBar.noFolderBackground': '#041d20',
95
+ 'statusBar.noFolderBorder': '#041d20',
96
+ 'statusBarItem.activeBackground': '#19bacc45',
97
+ 'statusBarItem.hoverBackground': '#062e32',
98
+ 'statusBarItem.prominentBackground': '#020c0e',
99
+ 'statusBarItem.prominentHoverBackground': '#00292e',
100
+ 'button.background': '#099',
101
+ 'button.foreground': '#ebfdff',
102
+ 'button.hoverBackground': '#0cc',
103
+ 'dropdown.background': '#073940',
104
+ 'dropdown.border': '#073940',
105
+ 'dropdown.foreground': '#87a7ab',
106
+ 'editorMarkerNavigation.background': '#3a3a5e29',
107
+ 'editorMarkerNavigationError.background': '#e34e1c',
108
+ 'editorMarkerNavigationWarning.background': '#e69533',
109
+ 'editorError.border': '#052529',
110
+ 'editorError.foreground': '#e34e1c',
111
+ 'editorWarning.border': '#052529',
112
+ 'editorWarning.foreground': '#e69533',
113
+ 'editorInfo.border': '#052529',
114
+ 'editorInfo.foreground': '#40d4e7',
115
+ 'editorHint.border': '#49e9a600',
116
+ 'editorHint.foreground': '#49e9a6',
117
+ 'editorGroup.emptyBackground': '#5f6b6d33',
118
+ 'editorGroup.border': '#0f1415',
119
+ 'editorGroup.dropBackground': '#5f6b6d33',
120
+ 'editorGroupHeader.noTabsBackground': '#062e32',
121
+ 'editorGroupHeader.tabsBackground': '#062e32',
122
+ 'editorGroupHeader.tabsBorder': '#062e32',
123
+ 'tab.activeBackground': '#052529',
124
+ 'tab.unfocusedActiveBackground': '#0e1e20',
125
+ 'tab.activeForeground': '#40d4e7',
126
+ 'tab.border': '#0f1415',
127
+ 'tab.inactiveBackground': '#062e32',
128
+ 'tab.inactiveForeground': '#87a7ab',
129
+ 'tab.unfocusedActiveForeground': '#87a7ab',
130
+ 'tab.unfocusedInactiveForeground': '#87a7ab',
131
+ 'tab.activeBorderTop': '#40d4e7',
132
+ 'tab.activeModifiedBorder': '#49e9a6',
133
+ 'tab.activeBorder': '#052529',
134
+ 'tab.unfocusedActiveBorder': '#052529',
135
+ 'tab.unfocusedHoverBackground': '#169fb121',
136
+ 'textBlockQuote.background': '#041d20',
137
+ 'textBlockQuote.border': '#16a3b6',
138
+ 'textCodeBlock.background': '#041d20',
139
+ 'textLink.activeForeground': '#40d4e7',
140
+ 'textLink.foreground': '#40d4e7',
141
+ 'textPreformat.foreground': '#e4b781',
142
+ 'textSeparator.foreground': '#041d20',
143
+ 'walkThrough.embeddedEditorBackground': '#041d20',
144
+ 'welcomePage.buttonBackground': '#041d20',
145
+ 'welcomePage.buttonHoverBackground': '#003742',
146
+ 'input.background': '#052529',
147
+ 'input.border': '#073940',
148
+ 'input.foreground': '#CDD3DE',
149
+ 'input.placeholderForeground': '#87a7ab',
150
+ 'inputOption.activeBorder': '#169fb1',
151
+ 'inputValidation.errorForeground': '#ff4000',
152
+ 'inputValidation.errorBackground': '#501502ee',
153
+ 'inputValidation.errorBorder': '#691c02',
154
+ 'inputValidation.infoForeground': '#40d4e7',
155
+ 'inputValidation.infoBackground': '#0f6e7bee',
156
+ 'inputValidation.infoBorder': '#148f9f',
157
+ 'inputValidation.warningForeground': '#e69533',
158
+ 'inputValidation.warningBackground': '#82694acc',
159
+ 'inputValidation.warningBorder': '#a88457',
160
+ 'editorWidget.background': '#073940',
161
+ 'editorWidget.border': '#0f1415',
162
+ 'editorHoverWidget.background': '#073940',
163
+ 'editorHoverWidget.border': '#0f1415',
164
+ 'editorSuggestWidget.background': '#073940',
165
+ 'editorSuggestWidget.border': '#0f1415',
166
+ 'editorSuggestWidget.foreground': '#87a7ab',
167
+ 'editorSuggestWidget.highlightForeground': '#40d4e7',
168
+ 'editorSuggestWidget.selectedBackground': '#0e6671',
169
+ 'editorGutter.background': '#052529',
170
+ 'editorGutter.addedBackground': '#8ce99a',
171
+ 'editorGutter.deletedBackground': '#e34e1c',
172
+ 'editorGutter.modifiedBackground': '#e0c184',
173
+ 'editor.selectionBackground': '#169fb144',
174
+ 'editor.selectionHighlightBackground': '#49ace944',
175
+ 'editor.inactiveSelectionBackground': '#0e657155',
176
+ 'editor.wordHighlightStrongBackground': '#cc990033',
177
+ 'editor.wordHighlightBackground': '#e4b78133',
178
+ 'editor.findMatchBackground': '#40bf6a11',
179
+ 'editor.findMatchHighlightBackground': '#0e667179',
180
+ 'editor.findRangeHighlightBackground': '#49e9a633',
181
+ 'editor.hoverHighlightBackground': '#169fb13f',
182
+ 'editor.lineHighlightBackground': '#083d44ee',
183
+ 'editor.lineHighlightBorder': '#083d44',
184
+ 'editor.rangeHighlightBackground': '#083d44a1',
185
+ 'editorLink.activeForeground': '#14a5ff',
186
+ 'editorWhitespace.foreground': '#ffffff21',
187
+ 'editorIndentGuide.background': '#223b3f',
188
+ 'editorIndentGuide.activeBackground': '#3e6f74',
189
+ 'editorBracketMatch.background': '#169fb122',
190
+ 'editorBracketMatch.border': '#169fb1',
191
+ 'editorRuler.foreground': '#29484c',
192
+ 'editorCodeLens.foreground': '#507b95',
193
+ 'terminal.ansiBlack': '#324a4d',
194
+ 'terminal.ansiRed': '#e66533',
195
+ 'terminal.ansiGreen': '#49e9a6',
196
+ 'terminal.ansiYellow': '#e4b781',
197
+ 'terminal.ansiBlue': '#49ace9',
198
+ 'terminal.ansiMagenta': '#df769b',
199
+ 'terminal.ansiCyan': '#49d6e9',
200
+ 'terminal.ansiWhite': '#b2cacd',
201
+ 'terminal.ansiBrightBlack': '#47686c',
202
+ 'terminal.ansiBrightRed': '#e97749',
203
+ 'terminal.ansiBrightGreen': '#60ebb1',
204
+ 'terminal.ansiBrightYellow': '#e69533',
205
+ 'terminal.ansiBrightBlue': '#60b6eb',
206
+ 'terminal.ansiBrightMagenta': '#e798b3',
207
+ 'terminal.ansiBrightCyan': '#60dbeb',
208
+ 'terminal.ansiBrightWhite': '#c1d4d7',
209
+ 'terminal.background': '#03191b',
210
+ 'terminal.foreground': '#b2cacd',
211
+ 'terminalCursor.background': '#03191b',
212
+ 'terminalCursor.foreground': '#b2cacd',
213
+ 'merge.border': '#05252900',
214
+ 'merge.currentContentBackground': '#85f1ff22',
215
+ 'merge.currentHeaderBackground': '#85f1ff44',
216
+ 'merge.incomingContentBackground': '#9d92f222',
217
+ 'merge.incomingHeaderBackground': '#9d92f244',
218
+ 'merge.commonContentBackground': '#ffc18022',
219
+ 'merge.commonHeaderBackground': '#ffc18044',
220
+ 'editorOverviewRuler.currentContentForeground': '#85f1ff44',
221
+ 'editorOverviewRuler.incomingContentForeground': '#9d92f244',
222
+ 'editorOverviewRuler.commonContentForeground': '#ffc18044',
223
+ 'editorOverviewRuler.border': '#052529',
224
+ 'notificationCenter.border': '#073940',
225
+ 'notificationCenterHeader.foreground': '#87a7ab',
226
+ 'notificationCenterHeader.background': '#073940',
227
+ 'notificationToast.border': '#073940',
228
+ 'notifications.foreground': '#CDD3DE',
229
+ 'notifications.background': '#073940',
230
+ 'notifications.border': '#073940',
231
+ 'notificationLink.foreground': '#87a7ab',
232
+ 'diffEditor.insertedTextBackground': '#16b67327',
233
+ 'diffEditor.removedTextBackground': '#e6653341',
234
+ 'debugToolBar.background': '#041d20',
235
+ 'debugExceptionWidget.background': '#041d20',
236
+ 'debugExceptionWidget.border': '#16a3b6',
237
+ 'extensionButton.prominentBackground': '#099',
238
+ 'extensionButton.prominentForeground': '#e5f5f5',
239
+ 'extensionButton.prominentHoverBackground': '#0cc',
240
+ focusBorder: '#073940',
241
+ foreground: '#b2cacd',
242
+ 'panel.background': '#03191b',
243
+ 'panel.border': '#0e6671',
244
+ 'panelTitle.activeBorder': '#0e6671',
245
+ 'panelTitle.activeForeground': '#40d4e7',
246
+ 'panelTitle.inactiveForeground': '#87a7ab',
247
+ 'peekView.border': '#169fb1',
248
+ 'peekViewEditor.background': '#002124',
249
+ 'peekViewEditor.matchHighlightBackground': '#00718079',
250
+ 'peekViewEditor.matchHighlightBorder': '#007180cc',
251
+ 'peekViewEditorGutter.background': '#002124',
252
+ 'peekViewResult.background': '#041d20',
253
+ 'peekViewResult.fileForeground': '#e4b781',
254
+ 'peekViewResult.lineForeground': '#87a7ab',
255
+ 'peekViewResult.matchHighlightBackground': '#073940',
256
+ 'peekViewResult.selectionBackground': '#073940',
257
+ 'peekViewResult.selectionForeground': '#87a7ab',
258
+ 'peekViewTitle.background': '#041d20',
259
+ 'peekViewTitleDescription.foreground': '#87a7ab',
260
+ 'peekViewTitleLabel.foreground': '#e4b781',
261
+ 'progressBar.background': '#40d4e7',
262
+ 'scrollbar.shadow': '#00000044',
263
+ 'scrollbarSlider.activeBackground': '#169fb1ad',
264
+ 'scrollbarSlider.background': '#6a90955b',
265
+ 'scrollbarSlider.hoverBackground': '#169fb162',
266
+ 'gitDecoration.addedResourceForeground': '#16b673',
267
+ 'gitDecoration.modifiedResourceForeground': '#49e9a6',
268
+ 'gitDecoration.deletedResourceForeground': '#e34e1c',
269
+ 'gitDecoration.untrackedResourceForeground': '#40d4e7',
270
+ 'gitDecoration.ignoredResourceForeground': '#5b858b',
271
+ 'gitDecoration.conflictingResourceForeground': '#e4b781',
272
+ 'pickerGroup.border': '#0e6671',
273
+ 'pickerGroup.foreground': '#169fb1',
274
+ 'list.activeSelectionBackground': '#0e6671',
275
+ 'list.activeSelectionForeground': '#ebfdff',
276
+ 'list.dropBackground': '#00404d',
277
+ 'list.focusBackground': '#00404d',
278
+ 'list.focusForeground': '#ebfdff',
279
+ 'list.highlightForeground': '#40d4e7',
280
+ 'list.hoverBackground': '#0b515b',
281
+ 'list.hoverForeground': '#ebfdff',
282
+ 'list.inactiveFocusBackground': '#062d32',
283
+ 'list.inactiveSelectionBackground': '#07353b',
284
+ 'list.inactiveSelectionForeground': '#b2cacd',
285
+ 'list.errorForeground': '#e34e1c',
286
+ 'list.warningForeground': '#ffa487',
287
+ 'listFilterWidget.background': '#00404d',
288
+ 'listFilterWidget.outline': '#49e9a6',
289
+ 'listFilterWidget.noMatchesOutline': '#e34e1c',
290
+ 'tree.indentGuidesStroke': '#3e6f74',
291
+ 'settings.headerForeground': '#b2cacd',
292
+ 'settings.modifiedItemIndicator': '#15ac31',
293
+ 'settings.dropdownListBorder': '#0e657188',
294
+ 'settings.dropdownBackground': '#073940',
295
+ 'settings.dropdownForeground': '#0cc',
296
+ 'settings.dropdownBorder': '#073940',
297
+ 'settings.checkboxBackground': '#073940',
298
+ 'settings.checkboxForeground': '#0cc',
299
+ 'settings.checkboxBorder': '#073940',
300
+ 'settings.textInputBackground': '#073940',
301
+ 'settings.textInputForeground': '#0cc',
302
+ 'settings.textInputBorder': '#073940',
303
+ 'settings.numberInputBackground': '#041d20',
304
+ 'settings.numberInputForeground': '#7060eb',
305
+ 'settings.numberInputBorder': '#041d20',
306
+ 'breadcrumb.foreground': '#87a7ab',
307
+ 'breadcrumb.background': '#052529',
308
+ 'breadcrumb.focusForeground': '#40d4e7',
309
+ 'breadcrumb.activeSelectionForeground': '#ebfdff',
310
+ 'breadcrumbPicker.background': '#073940',
311
+ 'titleBar.activeBackground': '#041d20',
312
+ 'titleBar.activeForeground': '#b2cacd',
313
+ 'titleBar.inactiveBackground': '#041d20',
314
+ 'titleBar.inactiveForeground': '#87a7ab',
315
+ 'menu.background': '#073940',
316
+ 'menu.foreground': '#87a7ab',
317
+ 'menu.selectionBackground': '#0b515b',
318
+ 'menu.selectionForeground': '#40d4e7',
319
+ 'menu.selectionBorder': '#0b515b',
320
+ 'menu.separatorBackground': '#40d4e7',
321
+ 'menubar.selectionBackground': '#0b515b',
322
+ 'menubar.selectionForeground': '#40d4e7',
323
+ 'menubar.selectionBorder': '#0b515b',
324
+ 'editor.snippetTabstopHighlightBackground': '#03181b',
325
+ 'editor.snippetTabstopHighlightBorder': '#042124',
326
+ 'editor.snippetFinalTabstopHighlightBackground': '#03181b',
327
+ 'editor.snippetFinalTabstopHighlightBorder': '#042124',
328
+ 'minimap.findMatchHighlight': '#49d6e9ee',
329
+ 'minimap.errorHighlight': '#e34e1cee',
330
+ 'minimap.warningHighlight': '#e69533ee',
331
+ 'minimapGutter.addedBackground': '#16b673',
332
+ 'minimapGutter.modifiedBackground': '#49e9a6',
333
+ 'minimapGutter.deletedBackground': '#e34e1c',
334
+ 'minimap.background': '#05252999'
335
+ },
336
+ tokenColors: [{
337
+ name: 'COMMENT',
338
+ scope: ['comment', 'punctuation.definition.comment', 'punctuation.definition.tag', 'comment.block.documentation punctuation.definition.bracket', 'source.ocaml comment constant.regexp meta.separator', 'markup.other.anchor support.constant', 'markup.fenced_code', 'markup.fenced_code punctuation.definition'],
339
+ settings: {
340
+ foreground: '#5b858b'
341
+ }
342
+ }, {
343
+ name: 'TEXT',
344
+ scope: ['constant.character', 'constant.escape', 'text.html.markdown', 'punctuation.definition.list_item', 'keyword.begin.tag.ejs', 'constant.name.attribute.tag.pug', 'source.clojure meta.symbol', 'constant.other.description.jsdoc', 'keyword.other.array.phpdoc.php', 'keyword.operator.other.powershell', 'meta.link.inline punctuation.definition.string', 'source.sql', 'source meta.brace', 'source punctuation', 'text.html punctuation', 'markup meta punctuation.definition', 'meta.bracket.julia', 'meta.array.julia', 'punctuation.separator.key-value', 'entity.name.footnote', 'source.ocaml punctuation.definition.tag', 'source.ocaml entity.name.filename', 'source.reason entity.name.filename', 'entity.other.attribute-name strong', 'binding.fsharp keyword.symbol.fsharp', 'entity.name.record.field.elm', 'entity.name.record.field.accessor.elm', 'storage.modifier.array.bracket', 'source.css entity.other', 'meta.attribute-selector punctuation.definition.entity', 'markup.other.anchor string'],
345
+ settings: {
346
+ foreground: '#b2cacd'
347
+ }
348
+ }, {
349
+ name: 'KEYWORD',
350
+ scope: ['keyword', 'keyword.control', 'keyword.other.template', 'keyword.other.substitution', 'storage.modifier', 'meta.tag.sgml', 'punctuation.accessor', 'constant.other.color', 'entity.name.section', 'markup.heading', 'markup.heading punctuation.definition', 'entity.other.attribute-name.pseudo-class', 'entity.other.attribute-name.pseudo-element', 'tag.decorator.js entity.name.tag.js', 'tag.decorator.js punctuation.definition.tag.js', 'storage.type.function.pug', 'text.pug storage.type', 'text.pug meta.tag.other', 'source.clojure storage.control', 'meta.expression.clojure', 'punctuation.separator.slice.python', 'punctuation.separator.question-mark.cs', 'punctuation.definition.parameters.varargs', 'source.go keyword.operator', 'punctuation.separator.pointer-access', 'punctuation.separator.other.ruby', 'keyword.package', 'keyword.import', 'punctuation.definition.keyword', 'punctuation.separator.hash.cs', 'entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css', 'entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css', 'source.kotlin storage.type.import', 'source.kotlin storage.type.package', 'constant.string.documentation.powershell', 'punctuation.section.directive', 'storage.type.rust', 'punctuation.definition.attribute', 'punctuation.definition.preprocessor', 'punctuation.separator.namespace', 'punctuation.separator.method', 'keyword.control punctuation.definition.function', 'source.ocaml variable.interpolation string', 'source.reason variable.interpolation', 'punctuation.definition.directive', 'storage.type.modifier', 'keyword.other.class.fileds', 'source.toml entity.other.attribute-name', 'source.css entity.name.tag.custom', 'sharing.modifier', 'keyword.control.class.ruby', 'keyword.control.def.ruby'],
351
+ settings: {
352
+ foreground: '#df769b'
353
+ }
354
+ }, {
355
+ name: 'VARIABLE',
356
+ scope: ['variable', 'variable.object', 'variable.other', 'variable.parameter', 'support', 'entity.name.module', 'variable.import.parameter', 'variable.other.class', 'meta.toc-list.id.html', 'source.json meta.structure.dictionary.json support.type.property-name.json', 'meta.var.clojure', 'entity.name.variable', 'source.java meta.class.body.java', 'entity.name.package.go', 'source.c', 'source.cpp', 'source.go', 'source.python', 'meta.function-call.arguments.python', 'source.ruby', 'source.coffee.embedded.source', 'source.coffee', 'storage.modifier.import', 'storage.modifier.package', 'storage.type.annotation', 'punctuation.definition.annotation', 'source.groovy.embedded.source', 'punctuation.definition.variable', 'source.powershell', 'string.quoted.interpolated.vala constant.character.escape.vala', 'source.apacheconf', 'source.objc', 'source.crystal', 'string.quoted.double.kotlin entity.string.template.element.kotlin', 'entity.name.package.kotlin', 'meta.template.expression.kotlin', 'parameter.variable.function', 'variable.other.constant.elixir', 'source.elixir.embedded.source', 'source.sql.embedded', 'punctuation.definition.placeholder', 'source.swift', 'source.julia', 'source.shell', 'variable.other.normal punctuation.definition.variable.shell', 'source.reason variable.language', 'source.reason variable.language string.other.link', 'source.elm meta.value', 'source.elm meta.declaration.module', 'meta.embedded.block variable punctuation.definition.variable.php', 'string.quoted.double.class.other', 'source.toml keyword', 'support.type.nim', 'source.tf meta.template.expression', 'source.scala entity.name.import', 'markup.code'],
357
+ settings: {
358
+ foreground: '#e4b781'
359
+ }
360
+ }, {
361
+ name: 'ANNOTATION',
362
+ scope: ['support.variable.property', 'constant.other.symbol.hashkey.ruby', 'constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby', 'entity.other.attribute-name.id', 'entity.other.attribute-name.id punctuation.definition.entity', 'entity.name.type.annotation.kotlin', 'support.type.primitive', 'meta.type.parameters entity.name.type', 'meta.type.annotation entity.name.type', 'punctuation.definition.typeparameters', 'source.python support.type.python', 'comment.block.documentation.phpdoc.php keyword.other.type.php', 'storage.type.php', 'keyword.type', 'storage.type.cs', 'storage.type.c', 'storage.type.objc', 'punctuation.definition.storage.type.objc', 'markup punctuation.definition', 'storage.type.powershell', 'comment.block.documentation entity.name.type', 'source.java storage.type', 'storage.type.primitive', 'source.groovy storage.type', 'storage.type.r', 'source.haskell storage.type', 'punctuation.separator.clause-head-body', 'source.go storage.type', 'storage.type.core.rust', 'storage.class.std.rust', 'storage.modifier.lifetime.rust', 'entity.name.lifetime.rust', 'support.type.vb', 'entity.name.type.kotlin', 'support.type.julia', 'constant.other.reference', 'source.graphql support.type', 'source.reason support.type string', 'entity.name.type.fsharp', 'source.elm storage.type', 'storage.type.user-defined', 'storage.type.built-in', 'support.type.builtin', 'source.swift support.type', 'support.class.crystal', 'storage.type.integral', 'source.cpp storage.type.cpp', 'source.vala storage.type', 'source.hlsl storage.type.basic', 'source.hlsl support.type.other', 'source.apex storage.type', 'source.nim storage.type', 'source.cpp entity.name.type', 'support.class.builtin', 'source.tf meta.keyword.string', 'source.tf meta.keyword.number', 'source.scala entity.name.class', 'markup.raw.monospace', 'markup.mark', 'markup.meta.attribute-list'],
363
+ settings: {
364
+ foreground: '#d67e5c'
365
+ }
366
+ }, {
367
+ name: 'CONSTANT',
368
+ scope: ['constant', 'variable.other.constant', 'support.constant', 'punctuation.definition.entity', 'constant.character.entity', 'support.variable.magic', 'markup.quote', 'entity.name.type.type-parameter.cs', 'punctuation.bracket.angle', 'entity.name.function.preprocessor.c', 'storage.type.scala', 'entity.helper.apacheconf', 'variable.language.crystal', 'punctuation.definition.constant', 'support.constant punctuation.definition.variable', 'constant.character.math', 'support.class.math', 'source.graphql constant.character', 'source.reason constant.language.list', 'source.cpp variable.other.enummember', 'support.variable.class.hideshow', 'entity.other.attribute-name.class', 'meta.attribute.id entity.other.attribute-name', 'text.html entity.other.attribute-name', 'meta.tag.attributes entity.other.attribute-name', 'text.xml entity.other.attribute-name', 'source.cs entity.other.attribute-name', 'constant.character.format.placeholder', 'constant.other.placeholder', 'source.vue entity.other.attribute-name', 'entity.other.attribute-name.mjml', 'source.vue meta.directive punctuation.separator.key-value', 'meta.definition.attribute-entry punctuation.separator'],
369
+ settings: {
370
+ foreground: '#d5971a'
371
+ }
372
+ }, {
373
+ name: 'TAG',
374
+ scope: ['variable.language', 'variable.parameter.function.language.special', 'markup.bold', 'markup.italic', 'punctuation.definition.italic', 'punctuation.definition.bold', 'entity.name.tag', 'variable.language punctuation.definition.variable', 'keyword.control.clojure', 'support.type.exception.python', 'keyword.other.this.cs', 'keyword.other.base.cs', 'keyword.other.var.cs', 'storage.modifier.super', 'source.go keyword', 'keyword.function.go', 'meta.separator', 'keyword.other.fn.rust', 'storage.modifier.static.rust', 'source.r meta.function.r keyword.control.r', 'storage.type.def', 'meta.class.identifier storage.modifier', 'source.scala keyword.declaration', 'storage.type', 'comment.block.documentation punctuation.definition.block.tag', 'comment.block.documentation punctuation.definition.inline.tag', 'entity.tag.apacheconf', 'keyword.other.julia', 'source.julia storage.modifier', 'constant.language.empty-list.haskell', 'meta.function.powershell storage.type.powershell', 'keyword.control.fun', 'punctuation.terminator.function', 'keyword.other.rust', 'keyword.other.declaration-specifier.swift', 'keyword.control.class', 'keyword.control.def', 'source.ocaml keyword markup.underline', 'source.ocaml storage.type markup.underline', 'binding.fsharp keyword', 'function.anonymous keyword', 'function.anonymous keyword.symbol.fsharp', 'meta.embedded.block variable.language punctuation.definition.variable.php', 'keyword.declaration.dart', 'source.wsd keyword.other.class', 'source.wsd keyword.other.linebegin', 'keyword.other.skinparam.keyword', 'keyword.other.nim', 'markup.deleted.diff', 'source.tf support.class.variable', 'meta.function.lua keyword.control.lua', 'markup.italic punctuation.definition', 'markup.bold punctuation.definition', 'markup.block entity.name.tag'],
375
+ settings: {
376
+ foreground: '#e66533'
377
+ }
378
+ }, {
379
+ name: 'STRING',
380
+ scope: ['string', 'punctuation.definition.string', 'source.css support.constant', 'entity.name.import.go', 'markup.raw.texttt', 'markup.inserted.diff', 'source.scala punctuation.definition.character', 'constant.character.literal.scala', 'source.tf entity.name'],
381
+ settings: {
382
+ foreground: '#49e9a6'
383
+ }
384
+ }, {
385
+ name: 'STRINGINTERPOLATED',
386
+ scope: ['string.template', 'punctuation.definition.string.template', 'string.interpolated.python string.quoted.single.python', 'string.quoted.double.heredoc', 'string.quoted.interpolated.vala', 'string.quoted.interpolated.vala punctuation.definition.string', 'string.regexp.apacheconf', 'markup.inline.raw.string', 'markup.inline.raw punctuation.definition.raw', 'string.quoted.double.interpolated.crystal', 'string.quoted.double.interpolated.crystal punctuation.definition.string', 'text.tex markup.raw'],
387
+ settings: {
388
+ foreground: '#16b673'
389
+ }
390
+ }, {
391
+ name: 'NUMBER',
392
+ scope: ['constant.numeric', 'constant.language', 'punctuation.separator.decimal.period.php', 'keyword.operator.null-conditional.cs', 'punctuation.separator.question-mark.cs', 'constant.integer.apacheconf', 'keyword.operator.nullable-type', 'constant.language punctuation.definition.variable', 'constant.others.fsharp', 'keyword.other.unit', 'string.quoted.double.skinparam.value', 'source.toml constant'],
393
+ settings: {
394
+ foreground: '#7060eb'
395
+ }
396
+ }, {
397
+ name: 'FUNCTION',
398
+ scope: ['variable.function', 'support.type.property-name', 'entity.name.function', 'string.other.link', 'markup.link', 'support.type.vendored', 'support.other.variable', 'meta.function-call.generic.python', 'meta.method-call.groovy meta.method.groovy', 'meta.class.body.groovy meta.method.body.java storage.type.groovy', 'punctuation.definition.decorator', 'support.function.any-method', 'text.tex support.function', 'text.tex punctuation.definition.function', 'entity.name.section.fsharp entity.name.section.fsharp', 'support.variable.class.function', 'keyword.control.cucumber.table', 'punctuation.decorator', 'source.tf support.class'],
399
+ settings: {
400
+ foreground: '#16a3b6'
401
+ }
402
+ }, {
403
+ name: 'SUPPORT',
404
+ scope: ['entity.name', 'entity.other', 'support.orther.namespace.use.php', 'meta.use.php', 'support.other.namespace.php', 'support.type', 'support.class', 'punctuation.definition.parameters', 'support.function', 'support.function.construct', 'markup.changed.git_gutter', 'markup.underline.link', 'markup.underline.link.image', 'markup.underline', 'meta.symbol.namespace.clojure', 'entity.mime-type.apacheconf', 'keyword.operator.function.infix', 'entity.name.function.infix', 'entity.name.function.call.kotlin', 'text.tex support.function.verb', 'text.tex support.function.texttt', 'source.reason constant.language.unit', 'source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css', 'source.reason entity.other.attribute-name constant.language constant.numeric', 'constant.language.unit.fsharp', 'source.wsd support.class.preprocessings', 'keyword.language.gherkin.feature.scenario', 'source.nim keyword.other.common.function', 'entity.name.type.namespace', 'entity.name.scope-resolution.function.call'],
405
+ settings: {
406
+ foreground: '#49d6e9'
407
+ }
408
+ }, {
409
+ name: 'MISC',
410
+ scope: ['source.js constant.other.object.key.js string.unquoted.label.js', 'source.js punctuation.section.embedded', 'punctuation.definition.template-expression', 'support.class', 'entity.name.type', 'storage.type.string.python', 'string.interpolated.pug', 'support.constant.handlebars', 'source.clojure punctuation.section.set', 'source.clojure punctuation.section.metadata', 'entity.global.clojure', 'source.python meta.function-call.python support.type.python', 'entity.other.inherited-class.python', 'punctuation.definition.interpolation', 'punctuation.section.embedded.begin.ruby', 'punctuation.section.embedded.end.ruby source.ruby', 'support.constant.math', 'entity.namespace.r', 'meta.method-call.groovy storage.type.groovy', 'source.scala entity.name.class.declaration', 'constant.character.escape', 'support.function.macro.julia', 'string.replacement.apacheconf', 'storage.modifier.using.vala', 'constant.other.haskell', 'source.objc entity.name.tag', 'string.quoted.other.literal.upper.crystal punctuation.definition.string', 'meta.embedded.line.crystal punctuation.section.embedded', 'meta.embedded.line.crystal punctuation.section.embedded source.crystal', 'punctuation.section.embedded', 'punctuation.section.tag', 'punctuation.section.embedded source.swift', 'variable.other.bracket punctuation.definition.variable', 'string.interpolated.dollar punctuation.definition.string', 'constant.character.escape punctuation.definition.keyword', 'source.ocaml entity.name.class constant.numeric', 'source.reason entity.name.class', 'keyword.format.specifier.fsharp', 'support.module.elm', 'meta.embedded.block.php punctuation.definition.variable.php', 'source.vala storage.type', 'support.variable.class.group', 'entity.name.type.class', 'source.tf meta.keyword.list', 'source.tf meta.keyword.map', 'entity.name.class.lua', 'markup.substitution'],
411
+ settings: {
412
+ foreground: '#49ace9'
413
+ }
414
+ }, {
415
+ name: 'INVALID',
416
+ scope: ['invalid', 'invalid.illegal'],
417
+ settings: {
418
+ foreground: '#e3541c'
419
+ }
420
+ }, {
421
+ name: 'ITALIC',
422
+ scope: ['comment', 'storage.modifier', 'punctuation.definition.comment', 'entity.other', 'variable.language', 'support.type.vendored', 'support.constant.vendored', 'markup.quote', 'markup.italic', 'tag.decorator.js entity.name.tag.js', 'tag.decorator.js punctuation.definition.tag.js', 'keyword.control.clojure', 'source.clojure meta.symbol.dynamic', 'keyword.other.this.cs', 'keyword.other.base.cs', 'variable.other.member.c', 'support.type.core.rust', 'variable.other.object.property', 'variable.other.property', 'source.r meta.function.r keyword.control.r', 'comment.line.roxygen.r keyword', 'comment.line.roxygen.r variable.parameter.r', 'keyword.control.inheritance.coffee', 'comment.block.documentation.phpdoc.php keyword', 'keyword.other.array.phpdoc.php', 'storage.type.modifier', 'comment.block.javadoc.java keyword', 'comment.block.javadoc.java variable.parameter.java', 'keyword.operator.documentation.powershell', 'storage.type.scala', 'variable.parameter.function.language.special', 'comment.block.documentation.scala keyword', 'comment.block.documentation.scala variable.parameter', 'support.function.builtin.go', 'constant.other.symbol.hashkey.ruby', 'constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby', 'constant.other.symbol.ruby', 'source.vala storage.type.generic', 'constant.other.table-name', 'constant.other.placeholder', 'variable.other.field', 'entity.alias.import.go', 'source.swift keyword.other.declaration-specifier', 'support.variable.swift', 'keyword.other.capture-specifier', 'text.tex support.function.emph', 'constant.other.math', 'support.function.textit', 'entity.name.footnote', 'entity.name.function.directive.graphql', 'source.graphql support.type.enum', 'source.ocaml entity.name.filename', 'source.reason entity.name.filename', 'abstract.definition.fsharp keyword', 'abstract.definition.fsharp entity', 'function.anonymous keyword', 'entity.name.record.field.accessor.elm', 'support.type.primitive', 'support.type.builtin', 'keyword.type.cs', 'storage.type.built-in', 'storage.type.primitive', 'source.python support.type.python', 'storage.type.core.rust', 'source.swift support.type', 'source.go storage.type', 'storage.type.php', 'storage.type.function.kotlin', 'entity.name.type.kotlin', 'support.type.julia', 'variable.other.member', 'keyword.other.import', 'keyword.package', 'keyword.import', 'source.wsd keyword.control.diagram', 'keyword.language.gherkin.feature.step', 'source.hlsl storage.type.basic', 'source.apex keyword.type', 'sharing.modifier', 'source.nim storage.type.concrete', 'meta.preprocessor.pragma.nim', 'storage.type.integral', 'entity.name.scope-resolution.function.call', 'support.class.builtin', 'comment.block.documentation storage.type.class', 'source.tf meta.keyword.string', 'source.tf meta.keyword.number', 'source.scala entity.name.class', 'meta.import keyword.control', 'keyword.control.export', 'source.vue meta.directive punctuation.separator.key-value', 'keyword.local.lua', 'markup.list', 'markup.mark.constrained markup.mark', 'markup.block.open'],
423
+ settings: {
424
+ fontStyle: 'italic'
425
+ }
426
+ }, {
427
+ name: 'BOLD',
428
+ scope: ['keyword', 'keyword.control', 'keyword.operator', 'keyword.other.template', 'keyword.other.substitution', 'storage.type.function.arrow', 'constant.other.color', 'punctuation.accessor', 'entity.name.section', 'markup.bold', 'markup.bold string', 'markdown.heading', 'markup.inline.raw punctuation.definition.raw', 'markup.heading', 'storage.type.function.pug', 'storage.type.function.python', 'storage.type.annotation', 'punctuation.bracket.angle', 'keyword.other.new', 'punctuation.separator.question-mark.cs', 'storage.type.generic.wildcard', 'source.go keyword.operator', 'punctuation.separator.namespace', 'constant.other.symbol.ruby punctuation.definition.constant.ruby', 'variable.parameter', 'support.function.builtin.rust', 'storage.type.function.coffee', 'entity.name.variable.parameter', 'punctuation.separator.hash.cs', 'constant.other.symbol.ruby punctuation.definition.constant.ruby', 'constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby', 'meta.function.parameters variable.other', 'entity.name.type.annotation.kotlin', 'storage.type.objc', 'parameter.variable.function', 'markup punctuation.definition', 'punctuation.section.directive', 'punctuation.definition.preprocessor', 'source.ruby punctuation.definition.variable', 'punctuation.separator.method', 'support.function.textbf', 'source.graphql support.type.builtin', 'source.ocaml variable.interpolation string', 'entity.name.function.definition.special.constructor', 'entity.name.function.definition.special.member.destructor.', 'meta.function.parameters variable punctuation.definition.variable.php', 'source.wsd keyword.other.activity', 'keyword.control.class.ruby', 'keyword.control.def.ruby', 'keyword.function.go', 'keyword.other.fn.rust', 'markup.other.anchor', 'markup.list.bullet', 'markup.list punctuation.definition'],
429
+ settings: {
430
+ fontStyle: 'bold'
431
+ }
432
+ }, {
433
+ name: 'BOLD-ITALIC',
434
+ scope: ['markup.bold markup.italic', 'markup.italic markup.bold', 'markup.quote markup.bold', 'markup.bold markup.italic string', 'markup.italic markup.bold string', 'markup.quote markup.bold string', 'text.html punctuation.section.embedded', 'variable.other.c', 'storage.modifier.lifetime.rust', 'entity.name.lifetime.rust', 'source.rust meta.attribute.rust', 'meta.attribute.id entity.other.attribute-name', 'source.ocaml punctuation.definition.tag emphasis', 'source.tf entity.name', 'markup.quote punctuation.definition', 'markup.fenced_code punctuation.definition', 'fenced_code.block.language'],
435
+ settings: {
436
+ fontStyle: 'bold italic'
437
+ }
438
+ }, {
439
+ name: 'NORMAL',
440
+ scope: ['keyword.begin.tag.ejs', 'source.python meta.function.decorator.python support.type.python', 'source.cs keyword.other', 'keyword.other.var.cs', 'source.go keyword', 'storage.modifier.static.rust', 'variable.parameter.r', 'variable.parameter.handlebars', 'storage.modifier.import', 'storage.modifier.package', 'meta.class.identifier storage.modifier', 'keyword.operator.other.powershell', 'source.css variable.parameter', 'string.interpolated variable.parameter', 'source.apacheconf keyword', 'keyword.other.julia', 'storage.modifier.using.vala', 'source.objc keyword.other.property.attribute', 'source.sql keyword.other', 'keyword.other.using.vala', 'keyword.operator.function.infix', 'keyword.control.directive', 'keyword.other.rust', 'keyword.other.declaration-specifier.swift', 'entity.name.function.swift', 'keyword.control.class', 'keyword.control.def', 'punctuation.definition.variable', 'entity.name.section.latex', 'source.ocaml keyword markup.underline', 'source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css', 'source.reason entity.other.attribute-name constant.language constant.numeric', 'keyword.format.specifier.fsharp', 'entity.name.section.fsharp', 'binding.fsharp keyword', 'binding.fsharp keyword.symbol', 'record.fsharp keyword', 'keyword.symbol.fsharp', 'entity.name.section.fsharp keyword', 'namespace.open.fsharp keyword', 'namespace.open.fsharp entity', 'storage.type', 'source.cpp keyword.other', 'source.c keyword.other', 'keyword.other.unit', 'storage.modifier.array.bracket', 'keyword.control.default', 'meta.import.haskell keyword', 'keyword.declaration.dart', 'source.wsd keyword.other', 'keyword.other.skinparam', 'source.css keyword.control', 'source.css keyword.operator', 'keyword.language.gherkin.feature.scenario', 'keyword.control.cucumber.table', 'source.toml entity.other.attribute-name', 'source.toml keyword', 'keyword.other.nim', 'source.nim keyword.other.common.function', 'source.nim keyword.other', 'source.scala keyword.declaration', 'source.scala entity.name.class.declaration', 'keyword.control.lua'],
441
+ settings: {
442
+ fontStyle: ''
443
+ }
444
+ }]
445
+ };
446
+
447
+ var ThemePicasso = /*#__PURE__*/function (_BaseTheme) {
448
+ function ThemePicasso() {
449
+ var _this;
450
+ _classCallCheck(this, ThemePicasso);
451
+ _this = _callSuper(this, ThemePicasso);
452
+ _this.theme.Update({
453
+ coder: {
454
+ syntaxHighlight: syntaxHighlight
455
+ },
456
+ appearance: {
457
+ header: {
458
+ separator: "right"
924
459
  },
925
- {
926
- name: 'BOLD',
927
- scope: [
928
- 'keyword',
929
- 'keyword.control',
930
- 'keyword.operator',
931
- 'keyword.other.template',
932
- 'keyword.other.substitution',
933
- 'storage.type.function.arrow',
934
- 'constant.other.color',
935
- 'punctuation.accessor',
936
- 'entity.name.section',
937
- 'markup.bold',
938
- 'markup.bold string',
939
- 'markdown.heading',
940
- 'markup.inline.raw punctuation.definition.raw',
941
- 'markup.heading',
942
- 'storage.type.function.pug',
943
- 'storage.type.function.python',
944
- 'storage.type.annotation',
945
- 'punctuation.bracket.angle',
946
- 'keyword.other.new',
947
- 'punctuation.separator.question-mark.cs',
948
- 'storage.type.generic.wildcard',
949
- 'source.go keyword.operator',
950
- 'punctuation.separator.namespace',
951
- 'constant.other.symbol.ruby punctuation.definition.constant.ruby',
952
- 'variable.parameter',
953
- 'support.function.builtin.rust',
954
- 'storage.type.function.coffee',
955
- 'entity.name.variable.parameter',
956
- 'punctuation.separator.hash.cs',
957
- 'constant.other.symbol.ruby punctuation.definition.constant.ruby',
958
- 'constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby',
959
- 'meta.function.parameters variable.other',
960
- 'entity.name.type.annotation.kotlin',
961
- 'storage.type.objc',
962
- 'parameter.variable.function',
963
- 'markup punctuation.definition',
964
- 'punctuation.section.directive',
965
- 'punctuation.definition.preprocessor',
966
- 'source.ruby punctuation.definition.variable',
967
- 'punctuation.separator.method',
968
- 'support.function.textbf',
969
- 'source.graphql support.type.builtin',
970
- 'source.ocaml variable.interpolation string',
971
- 'entity.name.function.definition.special.constructor',
972
- 'entity.name.function.definition.special.member.destructor.',
973
- 'meta.function.parameters variable punctuation.definition.variable.php',
974
- 'source.wsd keyword.other.activity',
975
- 'keyword.control.class.ruby',
976
- 'keyword.control.def.ruby',
977
- 'keyword.function.go',
978
- 'keyword.other.fn.rust',
979
- 'markup.other.anchor',
980
- 'markup.list.bullet',
981
- 'markup.list punctuation.definition'
982
- ],
983
- settings: {
984
- fontStyle: 'bold'
985
- }
460
+ logo: {
461
+ header: "mobile",
462
+ sidebar: true
986
463
  },
987
- {
988
- name: 'BOLD-ITALIC',
989
- scope: [
990
- 'markup.bold markup.italic',
991
- 'markup.italic markup.bold',
992
- 'markup.quote markup.bold',
993
- 'markup.bold markup.italic string',
994
- 'markup.italic markup.bold string',
995
- 'markup.quote markup.bold string',
996
- 'text.html punctuation.section.embedded',
997
- 'variable.other.c',
998
- 'storage.modifier.lifetime.rust',
999
- 'entity.name.lifetime.rust',
1000
- 'source.rust meta.attribute.rust',
1001
- 'meta.attribute.id entity.other.attribute-name',
1002
- 'source.ocaml punctuation.definition.tag emphasis',
1003
- 'source.tf entity.name',
1004
- 'markup.quote punctuation.definition',
1005
- 'markup.fenced_code punctuation.definition',
1006
- 'fenced_code.block.language'
1007
- ],
1008
- settings: {
1009
- fontStyle: 'bold italic'
1010
- }
464
+ search: {
465
+ sidebar: true
1011
466
  },
1012
- {
1013
- name: 'NORMAL',
1014
- scope: [
1015
- 'keyword.begin.tag.ejs',
1016
- 'source.python meta.function.decorator.python support.type.python',
1017
- 'source.cs keyword.other',
1018
- 'keyword.other.var.cs',
1019
- 'source.go keyword',
1020
- 'storage.modifier.static.rust',
1021
- 'variable.parameter.r',
1022
- 'variable.parameter.handlebars',
1023
- 'storage.modifier.import',
1024
- 'storage.modifier.package',
1025
- 'meta.class.identifier storage.modifier',
1026
- 'keyword.operator.other.powershell',
1027
- 'source.css variable.parameter',
1028
- 'string.interpolated variable.parameter',
1029
- 'source.apacheconf keyword',
1030
- 'keyword.other.julia',
1031
- 'storage.modifier.using.vala',
1032
- 'source.objc keyword.other.property.attribute',
1033
- 'source.sql keyword.other',
1034
- 'keyword.other.using.vala',
1035
- 'keyword.operator.function.infix',
1036
- 'keyword.control.directive',
1037
- 'keyword.other.rust',
1038
- 'keyword.other.declaration-specifier.swift',
1039
- 'entity.name.function.swift',
1040
- 'keyword.control.class',
1041
- 'keyword.control.def',
1042
- 'punctuation.definition.variable',
1043
- 'entity.name.section.latex',
1044
- 'source.ocaml keyword markup.underline',
1045
- 'source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css',
1046
- 'source.reason entity.other.attribute-name constant.language constant.numeric',
1047
- 'keyword.format.specifier.fsharp',
1048
- 'entity.name.section.fsharp',
1049
- 'binding.fsharp keyword',
1050
- 'binding.fsharp keyword.symbol',
1051
- 'record.fsharp keyword',
1052
- 'keyword.symbol.fsharp',
1053
- 'entity.name.section.fsharp keyword',
1054
- 'namespace.open.fsharp keyword',
1055
- 'namespace.open.fsharp entity',
1056
- 'storage.type',
1057
- 'source.cpp keyword.other',
1058
- 'source.c keyword.other',
1059
- 'keyword.other.unit',
1060
- 'storage.modifier.array.bracket',
1061
- 'keyword.control.default',
1062
- 'meta.import.haskell keyword',
1063
- 'keyword.declaration.dart',
1064
- 'source.wsd keyword.other',
1065
- 'keyword.other.skinparam',
1066
- 'source.css keyword.control',
1067
- 'source.css keyword.operator',
1068
- 'keyword.language.gherkin.feature.scenario',
1069
- 'keyword.control.cucumber.table',
1070
- 'source.toml entity.other.attribute-name',
1071
- 'source.toml keyword',
1072
- 'keyword.other.nim',
1073
- 'source.nim keyword.other.common.function',
1074
- 'source.nim keyword.other',
1075
- 'source.scala keyword.declaration',
1076
- 'source.scala entity.name.class.declaration',
1077
- 'keyword.control.lua'
1078
- ],
1079
- settings: {
1080
- fontStyle: ''
1081
- }
467
+ content: {
468
+ sectionSeparator: true
1082
469
  }
1083
- ]
1084
- };
1085
-
1086
- class ThemePicasso extends BaseTheme {
1087
- constructor() {
1088
- super();
1089
- this.theme.Update({
1090
- coder: {
1091
- syntaxHighlight: syntaxHighlight
1092
- },
1093
- appearance: {
1094
- header: {
1095
- separator: "right"
1096
- },
1097
- logo: {
1098
- header: "mobile",
1099
- sidebar: true
1100
- },
1101
- search: {
1102
- sidebar: true
1103
- },
1104
- content: {
1105
- sectionSeparator: true
1106
- }
1107
- }
1108
- });
1109
- }
1110
- }
470
+ }
471
+ });
472
+ return _this;
473
+ }
474
+ _inherits(ThemePicasso, _BaseTheme);
475
+ return _createClass(ThemePicasso);
476
+ }(BaseTheme);
1111
477
 
1112
478
  export { ThemePicasso as default };
1113
479
  //# sourceMappingURL=index.js.map