@xyd-js/theme-picasso 0.1.0-build.157

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