@xyd-js/theme-picasso 0.0.0-build

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 ADDED
@@ -0,0 +1,1113 @@
1
+ import { BaseTheme } from '@xyd-js/themes';
2
+
3
+ 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
+ }
924
+ },
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
+ }
986
+ },
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
+ }
1011
+ },
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
+ }
1082
+ }
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
+ }
1111
+
1112
+ export { ThemePicasso as default };
1113
+ //# sourceMappingURL=index.js.map