@brimveyn/aimux-config 0.4.4 → 0.4.6

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.
Files changed (78) hide show
  1. package/package.json +1 -1
  2. package/src/actions.ts +11 -8
  3. package/src/defaults.ts +3 -2
  4. package/src/house-themes.ts +44 -302
  5. package/src/index.ts +20 -16
  6. package/src/palette-to-shiki.ts +134 -0
  7. package/src/palette-utils.ts +92 -0
  8. package/src/resolver.ts +0 -1
  9. package/src/themes/opencode.ts +1460 -0
  10. package/src/themes.ts +18 -88
  11. package/src/types.ts +46 -131
  12. package/src/normalize-theme.ts +0 -260
  13. package/src/themes/generated/andromeeda.ts +0 -346
  14. package/src/themes/generated/aurora-x.ts +0 -603
  15. package/src/themes/generated/ayu-dark.ts +0 -817
  16. package/src/themes/generated/ayu-light.ts +0 -817
  17. package/src/themes/generated/ayu-mirage.ts +0 -817
  18. package/src/themes/generated/catppuccin-frappe.ts +0 -2041
  19. package/src/themes/generated/catppuccin-latte.ts +0 -2041
  20. package/src/themes/generated/catppuccin-macchiato.ts +0 -2041
  21. package/src/themes/generated/catppuccin-mocha.ts +0 -2041
  22. package/src/themes/generated/dark-plus.ts +0 -614
  23. package/src/themes/generated/dracula-soft.ts +0 -947
  24. package/src/themes/generated/dracula.ts +0 -947
  25. package/src/themes/generated/everforest-dark.ts +0 -2246
  26. package/src/themes/generated/everforest-light.ts +0 -2246
  27. package/src/themes/generated/github-dark-default.ts +0 -605
  28. package/src/themes/generated/github-dark-dimmed.ts +0 -605
  29. package/src/themes/generated/github-dark-high-contrast.ts +0 -608
  30. package/src/themes/generated/github-dark.ts +0 -519
  31. package/src/themes/generated/github-light-default.ts +0 -602
  32. package/src/themes/generated/github-light-high-contrast.ts +0 -604
  33. package/src/themes/generated/github-light.ts +0 -515
  34. package/src/themes/generated/gruvbox-dark-hard.ts +0 -1124
  35. package/src/themes/generated/gruvbox-dark-medium.ts +0 -1124
  36. package/src/themes/generated/gruvbox-dark-soft.ts +0 -1124
  37. package/src/themes/generated/gruvbox-light-hard.ts +0 -1124
  38. package/src/themes/generated/gruvbox-light-medium.ts +0 -1124
  39. package/src/themes/generated/gruvbox-light-soft.ts +0 -1124
  40. package/src/themes/generated/horizon-bright.ts +0 -420
  41. package/src/themes/generated/horizon.ts +0 -418
  42. package/src/themes/generated/houston.ts +0 -1819
  43. package/src/themes/generated/index.ts +0 -140
  44. package/src/themes/generated/kanagawa-dragon.ts +0 -753
  45. package/src/themes/generated/kanagawa-lotus.ts +0 -753
  46. package/src/themes/generated/kanagawa-wave.ts +0 -753
  47. package/src/themes/generated/laserwave.ts +0 -489
  48. package/src/themes/generated/light-plus.ts +0 -639
  49. package/src/themes/generated/material-theme-darker.ts +0 -759
  50. package/src/themes/generated/material-theme-lighter.ts +0 -759
  51. package/src/themes/generated/material-theme-ocean.ts +0 -759
  52. package/src/themes/generated/material-theme-palenight.ts +0 -759
  53. package/src/themes/generated/material-theme.ts +0 -759
  54. package/src/themes/generated/min-dark.ts +0 -326
  55. package/src/themes/generated/min-light.ts +0 -331
  56. package/src/themes/generated/monokai.ts +0 -463
  57. package/src/themes/generated/night-owl-light.ts +0 -1526
  58. package/src/themes/generated/night-owl.ts +0 -1628
  59. package/src/themes/generated/nord.ts +0 -1277
  60. package/src/themes/generated/one-dark-pro.ts +0 -1920
  61. package/src/themes/generated/one-light.ts +0 -1599
  62. package/src/themes/generated/plastic.ts +0 -315
  63. package/src/themes/generated/poimandres.ts +0 -1233
  64. package/src/themes/generated/red.ts +0 -395
  65. package/src/themes/generated/rose-pine-dawn.ts +0 -696
  66. package/src/themes/generated/rose-pine-moon.ts +0 -696
  67. package/src/themes/generated/rose-pine.ts +0 -696
  68. package/src/themes/generated/slack-dark.ts +0 -594
  69. package/src/themes/generated/slack-ochin.ts +0 -461
  70. package/src/themes/generated/snazzy-light.ts +0 -1254
  71. package/src/themes/generated/solarized-dark.ts +0 -387
  72. package/src/themes/generated/solarized-light.ts +0 -379
  73. package/src/themes/generated/synthwave-84.ts +0 -751
  74. package/src/themes/generated/tokyo-night.ts +0 -1420
  75. package/src/themes/generated/vesper.ts +0 -578
  76. package/src/themes/generated/vitesse-black.ts +0 -629
  77. package/src/themes/generated/vitesse-dark.ts +0 -629
  78. package/src/themes/generated/vitesse-light.ts +0 -627
@@ -1,1277 +0,0 @@
1
- // @generated by scripts/generate-themes.ts. DO NOT EDIT.
2
- /* eslint-disable */
3
-
4
- import type { Theme } from '../../types'
5
-
6
- export const theme: Theme = {
7
- bg: '#2e3440',
8
- colors: {
9
- 'activityBar.activeBackground': '#3b4252',
10
- 'activityBar.activeBorder': '#88c0d0',
11
- 'activityBar.background': '#2e3440',
12
- 'activityBar.dropBackground': '#3b4252',
13
- 'activityBar.foreground': '#d8dee9',
14
- 'activityBarBadge.background': '#88c0d0',
15
- 'activityBarBadge.foreground': '#2e3440',
16
- 'badge.background': '#88c0d0',
17
- 'badge.foreground': '#2e3440',
18
- 'button.background': '#88c0d0',
19
- 'button.foreground': '#2e3440',
20
- 'button.hoverBackground': '#88c0d0',
21
- 'button.secondaryBackground': '#434c5e',
22
- 'button.secondaryForeground': '#d8dee9',
23
- 'button.secondaryHoverBackground': '#4c566a',
24
- 'charts.blue': '#81a1c1',
25
- 'charts.foreground': '#d8dee9',
26
- 'charts.green': '#a3be8c',
27
- 'charts.lines': '#88c0d0',
28
- 'charts.orange': '#d08770',
29
- 'charts.purple': '#b48ead',
30
- 'charts.red': '#bf616a',
31
- 'charts.yellow': '#ebcb8b',
32
- 'contrastBorder': '#3b4252',
33
- 'debugConsole.errorForeground': '#bf616a',
34
- 'debugConsole.infoForeground': '#88c0d0',
35
- 'debugConsole.sourceForeground': '#616e88',
36
- 'debugConsole.warningForeground': '#ebcb8b',
37
- 'debugConsoleInputIcon.foreground': '#81a1c1',
38
- 'debugExceptionWidget.background': '#4c566a',
39
- 'debugExceptionWidget.border': '#2e3440',
40
- 'debugToolBar.background': '#3b4252',
41
- 'descriptionForeground': '#d8dee9',
42
- 'diffEditor.insertedLineBackground': '#434d4e',
43
- 'diffEditor.insertedTextBackground': '#81a1c1',
44
- 'diffEditor.removedLineBackground': '#483c48',
45
- 'diffEditor.removedTextBackground': '#bf616a',
46
- 'dropdown.background': '#3b4252',
47
- 'dropdown.border': '#3b4252',
48
- 'dropdown.foreground': '#d8dee9',
49
- 'editor.background': '#2e3440',
50
- 'editor.findMatchBackground': '#88c0d0',
51
- 'editor.findMatchHighlightBackground': '#88c0d0',
52
- 'editor.findRangeHighlightBackground': '#88c0d0',
53
- 'editor.focusedStackFrameHighlightBackground': '#5e81ac',
54
- 'editor.foreground': '#d8dee9',
55
- 'editor.hoverHighlightBackground': '#3b4252',
56
- 'editor.inactiveSelectionBackground': '#434c5e',
57
- 'editor.inlineValuesBackground': '#4c566a',
58
- 'editor.inlineValuesForeground': '#eceff4',
59
- 'editor.lineHighlightBackground': '#3b4252',
60
- 'editor.lineHighlightBorder': '#3b4252',
61
- 'editor.rangeHighlightBackground': '#434c5e',
62
- 'editor.selectionBackground': '#434c5e',
63
- 'editor.selectionHighlightBackground': '#434c5e',
64
- 'editor.stackFrameHighlightBackground': '#5e81ac',
65
- 'editor.wordHighlightBackground': '#81a1c1',
66
- 'editor.wordHighlightStrongBackground': '#81a1c1',
67
- 'editorActiveLineNumber.foreground': '#d8dee9',
68
- 'editorBracketHighlight.foreground1': '#8fbcbb',
69
- 'editorBracketHighlight.foreground2': '#88c0d0',
70
- 'editorBracketHighlight.foreground3': '#81a1c1',
71
- 'editorBracketHighlight.foreground4': '#5e81ac',
72
- 'editorBracketHighlight.foreground5': '#8fbcbb',
73
- 'editorBracketHighlight.foreground6': '#88c0d0',
74
- 'editorBracketHighlight.unexpectedBracket.foreground': '#bf616a',
75
- 'editorBracketMatch.background': '#2e3440',
76
- 'editorBracketMatch.border': '#88c0d0',
77
- 'editorCodeLens.foreground': '#4c566a',
78
- 'editorCursor.foreground': '#d8dee9',
79
- 'editorError.border': '#bf616a',
80
- 'editorError.foreground': '#bf616a',
81
- 'editorGroup.background': '#2e3440',
82
- 'editorGroup.border': '#3b4252',
83
- 'editorGroup.dropBackground': '#3b4252',
84
- 'editorGroupHeader.border': '#3b4252',
85
- 'editorGroupHeader.noTabsBackground': '#2e3440',
86
- 'editorGroupHeader.tabsBackground': '#2e3440',
87
- 'editorGroupHeader.tabsBorder': '#3b4252',
88
- 'editorGutter.addedBackground': '#a3be8c',
89
- 'editorGutter.background': '#2e3440',
90
- 'editorGutter.deletedBackground': '#bf616a',
91
- 'editorGutter.modifiedBackground': '#ebcb8b',
92
- 'editorHint.border': '#ebcb8b',
93
- 'editorHint.foreground': '#ebcb8b',
94
- 'editorHoverWidget.background': '#3b4252',
95
- 'editorHoverWidget.border': '#3b4252',
96
- 'editorIndentGuide.activeBackground': '#4c566a',
97
- 'editorIndentGuide.background': '#434c5e',
98
- 'editorInlayHint.background': '#434c5e',
99
- 'editorInlayHint.foreground': '#d8dee9',
100
- 'editorLineNumber.activeForeground': '#d8dee9',
101
- 'editorLineNumber.foreground': '#4c566a',
102
- 'editorLink.activeForeground': '#88c0d0',
103
- 'editorMarkerNavigation.background': '#5e81ac',
104
- 'editorMarkerNavigationError.background': '#bf616a',
105
- 'editorMarkerNavigationWarning.background': '#ebcb8b',
106
- 'editorOverviewRuler.addedForeground': '#a3be8c',
107
- 'editorOverviewRuler.border': '#3b4252',
108
- 'editorOverviewRuler.currentContentForeground': '#3b4252',
109
- 'editorOverviewRuler.deletedForeground': '#bf616a',
110
- 'editorOverviewRuler.errorForeground': '#bf616a',
111
- 'editorOverviewRuler.findMatchForeground': '#88c0d0',
112
- 'editorOverviewRuler.incomingContentForeground': '#3b4252',
113
- 'editorOverviewRuler.infoForeground': '#81a1c1',
114
- 'editorOverviewRuler.modifiedForeground': '#ebcb8b',
115
- 'editorOverviewRuler.rangeHighlightForeground': '#88c0d0',
116
- 'editorOverviewRuler.selectionHighlightForeground': '#88c0d0',
117
- 'editorOverviewRuler.warningForeground': '#ebcb8b',
118
- 'editorOverviewRuler.wordHighlightForeground': '#88c0d0',
119
- 'editorOverviewRuler.wordHighlightStrongForeground': '#88c0d0',
120
- 'editorRuler.foreground': '#434c5e',
121
- 'editorSuggestWidget.background': '#2e3440',
122
- 'editorSuggestWidget.border': '#3b4252',
123
- 'editorSuggestWidget.focusHighlightForeground': '#88c0d0',
124
- 'editorSuggestWidget.foreground': '#d8dee9',
125
- 'editorSuggestWidget.highlightForeground': '#88c0d0',
126
- 'editorSuggestWidget.selectedBackground': '#434c5e',
127
- 'editorSuggestWidget.selectedForeground': '#d8dee9',
128
- 'editorWarning.border': '#ebcb8b',
129
- 'editorWarning.foreground': '#ebcb8b',
130
- 'editorWhitespace.foreground': '#4c566a',
131
- 'editorWidget.background': '#2e3440',
132
- 'editorWidget.border': '#3b4252',
133
- 'errorForeground': '#bf616a',
134
- 'extensionButton.prominentBackground': '#434c5e',
135
- 'extensionButton.prominentForeground': '#d8dee9',
136
- 'extensionButton.prominentHoverBackground': '#4c566a',
137
- 'focusBorder': '#3b4252',
138
- 'foreground': '#d8dee9',
139
- 'gitDecoration.addedResourceForeground': '#a3be8c',
140
- 'gitDecoration.conflictingResourceForeground': '#5e81ac',
141
- 'gitDecoration.deletedResourceForeground': '#bf616a',
142
- 'gitDecoration.ignoredResourceForeground': '#d8dee9',
143
- 'gitDecoration.modifiedResourceForeground': '#ebcb8b',
144
- 'gitDecoration.stageDeletedResourceForeground': '#bf616a',
145
- 'gitDecoration.stageModifiedResourceForeground': '#ebcb8b',
146
- 'gitDecoration.submoduleResourceForeground': '#8fbcbb',
147
- 'gitDecoration.untrackedResourceForeground': '#a3be8c',
148
- 'input.background': '#3b4252',
149
- 'input.border': '#3b4252',
150
- 'input.foreground': '#d8dee9',
151
- 'input.placeholderForeground': '#d8dee9',
152
- 'inputOption.activeBackground': '#5e81ac',
153
- 'inputOption.activeBorder': '#5e81ac',
154
- 'inputOption.activeForeground': '#eceff4',
155
- 'inputValidation.errorBackground': '#bf616a',
156
- 'inputValidation.errorBorder': '#bf616a',
157
- 'inputValidation.infoBackground': '#81a1c1',
158
- 'inputValidation.infoBorder': '#81a1c1',
159
- 'inputValidation.warningBackground': '#d08770',
160
- 'inputValidation.warningBorder': '#d08770',
161
- 'keybindingLabel.background': '#4c566a',
162
- 'keybindingLabel.border': '#4c566a',
163
- 'keybindingLabel.bottomBorder': '#4c566a',
164
- 'keybindingLabel.foreground': '#d8dee9',
165
- 'list.activeSelectionBackground': '#88c0d0',
166
- 'list.activeSelectionForeground': '#2e3440',
167
- 'list.dropBackground': '#88c0d0',
168
- 'list.errorForeground': '#bf616a',
169
- 'list.focusBackground': '#88c0d0',
170
- 'list.focusForeground': '#d8dee9',
171
- 'list.focusHighlightForeground': '#eceff4',
172
- 'list.highlightForeground': '#88c0d0',
173
- 'list.hoverBackground': '#3b4252',
174
- 'list.hoverForeground': '#eceff4',
175
- 'list.inactiveFocusBackground': '#434c5e',
176
- 'list.inactiveSelectionBackground': '#434c5e',
177
- 'list.inactiveSelectionForeground': '#d8dee9',
178
- 'list.warningForeground': '#ebcb8b',
179
- 'merge.border': '#3b4252',
180
- 'merge.currentContentBackground': '#81a1c1',
181
- 'merge.currentHeaderBackground': '#81a1c1',
182
- 'merge.incomingContentBackground': '#8fbcbb',
183
- 'merge.incomingHeaderBackground': '#8fbcbb',
184
- 'minimap.background': '#2e3440',
185
- 'minimap.errorHighlight': '#bf616a',
186
- 'minimap.findMatchHighlight': '#88c0d0',
187
- 'minimap.selectionHighlight': '#88c0d0',
188
- 'minimap.warningHighlight': '#ebcb8b',
189
- 'minimapGutter.addedBackground': '#a3be8c',
190
- 'minimapGutter.deletedBackground': '#bf616a',
191
- 'minimapGutter.modifiedBackground': '#ebcb8b',
192
- 'minimapSlider.activeBackground': '#434c5e',
193
- 'minimapSlider.background': '#434c5e',
194
- 'minimapSlider.hoverBackground': '#434c5e',
195
- 'notification.background': '#3b4252',
196
- 'notification.buttonBackground': '#434c5e',
197
- 'notification.buttonForeground': '#d8dee9',
198
- 'notification.buttonHoverBackground': '#4c566a',
199
- 'notification.errorBackground': '#bf616a',
200
- 'notification.errorForeground': '#2e3440',
201
- 'notification.foreground': '#d8dee9',
202
- 'notification.infoBackground': '#88c0d0',
203
- 'notification.infoForeground': '#2e3440',
204
- 'notification.warningBackground': '#ebcb8b',
205
- 'notification.warningForeground': '#2e3440',
206
- 'notificationCenter.border': '#3b4252',
207
- 'notificationCenterHeader.background': '#2e3440',
208
- 'notificationCenterHeader.foreground': '#88c0d0',
209
- 'notificationLink.foreground': '#88c0d0',
210
- 'notificationToast.border': '#3b4252',
211
- 'notifications.background': '#3b4252',
212
- 'notifications.border': '#2e3440',
213
- 'notifications.foreground': '#d8dee9',
214
- 'panel.background': '#2e3440',
215
- 'panel.border': '#3b4252',
216
- 'panelTitle.activeBorder': '#88c0d0',
217
- 'panelTitle.activeForeground': '#88c0d0',
218
- 'panelTitle.inactiveForeground': '#d8dee9',
219
- 'peekView.border': '#4c566a',
220
- 'peekViewEditor.background': '#2e3440',
221
- 'peekViewEditor.matchHighlightBackground': '#88c0d0',
222
- 'peekViewEditorGutter.background': '#2e3440',
223
- 'peekViewResult.background': '#2e3440',
224
- 'peekViewResult.fileForeground': '#88c0d0',
225
- 'peekViewResult.lineForeground': '#d8dee9',
226
- 'peekViewResult.matchHighlightBackground': '#88c0d0',
227
- 'peekViewResult.selectionBackground': '#434c5e',
228
- 'peekViewResult.selectionForeground': '#d8dee9',
229
- 'peekViewTitle.background': '#3b4252',
230
- 'peekViewTitleDescription.foreground': '#d8dee9',
231
- 'peekViewTitleLabel.foreground': '#88c0d0',
232
- 'pickerGroup.border': '#3b4252',
233
- 'pickerGroup.foreground': '#88c0d0',
234
- 'progressBar.background': '#88c0d0',
235
- 'quickInputList.focusBackground': '#88c0d0',
236
- 'quickInputList.focusForeground': '#2e3440',
237
- 'sash.hoverBorder': '#88c0d0',
238
- 'scrollbar.shadow': '#000000',
239
- 'scrollbarSlider.activeBackground': '#434c5e',
240
- 'scrollbarSlider.background': '#434c5e',
241
- 'scrollbarSlider.hoverBackground': '#434c5e',
242
- 'selection.background': '#88c0d0',
243
- 'sideBar.background': '#2e3440',
244
- 'sideBar.border': '#3b4252',
245
- 'sideBar.foreground': '#d8dee9',
246
- 'sideBarSectionHeader.background': '#3b4252',
247
- 'sideBarSectionHeader.foreground': '#d8dee9',
248
- 'sideBarTitle.foreground': '#d8dee9',
249
- 'statusBar.background': '#3b4252',
250
- 'statusBar.border': '#3b4252',
251
- 'statusBar.debuggingBackground': '#5e81ac',
252
- 'statusBar.debuggingForeground': '#d8dee9',
253
- 'statusBar.foreground': '#d8dee9',
254
- 'statusBar.noFolderBackground': '#3b4252',
255
- 'statusBar.noFolderForeground': '#d8dee9',
256
- 'statusBarItem.activeBackground': '#4c566a',
257
- 'statusBarItem.errorBackground': '#3b4252',
258
- 'statusBarItem.errorForeground': '#bf616a',
259
- 'statusBarItem.hoverBackground': '#434c5e',
260
- 'statusBarItem.prominentBackground': '#3b4252',
261
- 'statusBarItem.prominentHoverBackground': '#434c5e',
262
- 'statusBarItem.warningBackground': '#ebcb8b',
263
- 'statusBarItem.warningForeground': '#2e3440',
264
- 'tab.activeBackground': '#3b4252',
265
- 'tab.activeBorder': '#88c0d0',
266
- 'tab.activeBorderTop': '#88c0d0',
267
- 'tab.activeForeground': '#d8dee9',
268
- 'tab.border': '#3b4252',
269
- 'tab.hoverBackground': '#3b4252',
270
- 'tab.hoverBorder': '#88c0d0',
271
- 'tab.inactiveBackground': '#2e3440',
272
- 'tab.inactiveForeground': '#d8dee9',
273
- 'tab.lastPinnedBorder': '#4c566a',
274
- 'tab.unfocusedActiveBorder': '#88c0d0',
275
- 'tab.unfocusedActiveBorderTop': '#88c0d0',
276
- 'tab.unfocusedActiveForeground': '#d8dee9',
277
- 'tab.unfocusedHoverBackground': '#3b4252',
278
- 'tab.unfocusedHoverBorder': '#88c0d0',
279
- 'tab.unfocusedInactiveForeground': '#d8dee9',
280
- 'terminal.ansiBlack': '#3b4252',
281
- 'terminal.ansiBlue': '#81a1c1',
282
- 'terminal.ansiBrightBlack': '#4c566a',
283
- 'terminal.ansiBrightBlue': '#81a1c1',
284
- 'terminal.ansiBrightCyan': '#8fbcbb',
285
- 'terminal.ansiBrightGreen': '#a3be8c',
286
- 'terminal.ansiBrightMagenta': '#b48ead',
287
- 'terminal.ansiBrightRed': '#bf616a',
288
- 'terminal.ansiBrightWhite': '#eceff4',
289
- 'terminal.ansiBrightYellow': '#ebcb8b',
290
- 'terminal.ansiCyan': '#88c0d0',
291
- 'terminal.ansiGreen': '#a3be8c',
292
- 'terminal.ansiMagenta': '#b48ead',
293
- 'terminal.ansiRed': '#bf616a',
294
- 'terminal.ansiWhite': '#e5e9f0',
295
- 'terminal.ansiYellow': '#ebcb8b',
296
- 'terminal.background': '#2e3440',
297
- 'terminal.foreground': '#d8dee9',
298
- 'terminal.tab.activeBorder': '#88c0d0',
299
- 'textBlockQuote.background': '#3b4252',
300
- 'textBlockQuote.border': '#81a1c1',
301
- 'textCodeBlock.background': '#4c566a',
302
- 'textLink.activeForeground': '#88c0d0',
303
- 'textLink.foreground': '#88c0d0',
304
- 'textPreformat.foreground': '#8fbcbb',
305
- 'textSeparator.foreground': '#eceff4',
306
- 'titleBar.activeBackground': '#2e3440',
307
- 'titleBar.activeForeground': '#d8dee9',
308
- 'titleBar.border': '#2e3440',
309
- 'titleBar.inactiveBackground': '#2e3440',
310
- 'titleBar.inactiveForeground': '#d8dee9',
311
- 'tree.indentGuidesStroke': '#616e88',
312
- 'walkThrough.embeddedEditorBackground': '#2e3440',
313
- 'welcomePage.buttonBackground': '#434c5e',
314
- 'welcomePage.buttonHoverBackground': '#4c566a',
315
- 'widget.shadow': '#000000',
316
- },
317
- displayName: 'Nord',
318
- fg: '#d8dee9',
319
- name: 'nord',
320
- semanticHighlighting: true,
321
- settings: [
322
- {
323
- settings: {
324
- background: '#2e3440ff',
325
- foreground: '#d8dee9ff',
326
- },
327
- },
328
- {
329
- scope: 'emphasis',
330
- settings: {
331
- fontStyle: 'italic',
332
- },
333
- },
334
- {
335
- scope: 'strong',
336
- settings: {
337
- fontStyle: 'bold',
338
- },
339
- },
340
- {
341
- scope: 'comment',
342
- settings: {
343
- foreground: '#616E88',
344
- },
345
- },
346
- {
347
- scope: 'constant.character',
348
- settings: {
349
- foreground: '#EBCB8B',
350
- },
351
- },
352
- {
353
- scope: 'constant.character.escape',
354
- settings: {
355
- foreground: '#EBCB8B',
356
- },
357
- },
358
- {
359
- scope: 'constant.language',
360
- settings: {
361
- foreground: '#81A1C1',
362
- },
363
- },
364
- {
365
- scope: 'constant.numeric',
366
- settings: {
367
- foreground: '#B48EAD',
368
- },
369
- },
370
- {
371
- scope: 'constant.regexp',
372
- settings: {
373
- foreground: '#EBCB8B',
374
- },
375
- },
376
- {
377
- scope: ['entity.name.class', 'entity.name.type.class'],
378
- settings: {
379
- foreground: '#8FBCBB',
380
- },
381
- },
382
- {
383
- scope: 'entity.name.function',
384
- settings: {
385
- foreground: '#88C0D0',
386
- },
387
- },
388
- {
389
- scope: 'entity.name.tag',
390
- settings: {
391
- foreground: '#81A1C1',
392
- },
393
- },
394
- {
395
- scope: 'entity.other.attribute-name',
396
- settings: {
397
- foreground: '#8FBCBB',
398
- },
399
- },
400
- {
401
- scope: 'entity.other.inherited-class',
402
- settings: {
403
- fontStyle: 'bold',
404
- foreground: '#8FBCBB',
405
- },
406
- },
407
- {
408
- scope: 'invalid.deprecated',
409
- settings: {
410
- background: '#EBCB8B',
411
- foreground: '#D8DEE9',
412
- },
413
- },
414
- {
415
- scope: 'invalid.illegal',
416
- settings: {
417
- background: '#BF616A',
418
- foreground: '#D8DEE9',
419
- },
420
- },
421
- {
422
- scope: 'keyword',
423
- settings: {
424
- foreground: '#81A1C1',
425
- },
426
- },
427
- {
428
- scope: 'keyword.operator',
429
- settings: {
430
- foreground: '#81A1C1',
431
- },
432
- },
433
- {
434
- scope: 'keyword.other.new',
435
- settings: {
436
- foreground: '#81A1C1',
437
- },
438
- },
439
- {
440
- scope: 'markup.bold',
441
- settings: {
442
- fontStyle: 'bold',
443
- },
444
- },
445
- {
446
- scope: 'markup.changed',
447
- settings: {
448
- foreground: '#EBCB8B',
449
- },
450
- },
451
- {
452
- scope: 'markup.deleted',
453
- settings: {
454
- foreground: '#BF616A',
455
- },
456
- },
457
- {
458
- scope: 'markup.inserted',
459
- settings: {
460
- foreground: '#A3BE8C',
461
- },
462
- },
463
- {
464
- scope: 'meta.preprocessor',
465
- settings: {
466
- foreground: '#5E81AC',
467
- },
468
- },
469
- {
470
- scope: 'punctuation',
471
- settings: {
472
- foreground: '#ECEFF4',
473
- },
474
- },
475
- {
476
- scope: [
477
- 'punctuation.definition.method-parameters',
478
- 'punctuation.definition.function-parameters',
479
- 'punctuation.definition.parameters',
480
- ],
481
- settings: {
482
- foreground: '#ECEFF4',
483
- },
484
- },
485
- {
486
- scope: 'punctuation.definition.tag',
487
- settings: {
488
- foreground: '#81A1C1',
489
- },
490
- },
491
- {
492
- scope: [
493
- 'punctuation.definition.comment',
494
- 'punctuation.end.definition.comment',
495
- 'punctuation.start.definition.comment',
496
- ],
497
- settings: {
498
- foreground: '#616E88',
499
- },
500
- },
501
- {
502
- scope: 'punctuation.section',
503
- settings: {
504
- foreground: '#ECEFF4',
505
- },
506
- },
507
- {
508
- scope: ['punctuation.section.embedded.begin', 'punctuation.section.embedded.end'],
509
- settings: {
510
- foreground: '#81A1C1',
511
- },
512
- },
513
- {
514
- scope: 'punctuation.terminator',
515
- settings: {
516
- foreground: '#81A1C1',
517
- },
518
- },
519
- {
520
- scope: 'punctuation.definition.variable',
521
- settings: {
522
- foreground: '#81A1C1',
523
- },
524
- },
525
- {
526
- scope: 'storage',
527
- settings: {
528
- foreground: '#81A1C1',
529
- },
530
- },
531
- {
532
- scope: 'string',
533
- settings: {
534
- foreground: '#A3BE8C',
535
- },
536
- },
537
- {
538
- scope: 'string.regexp',
539
- settings: {
540
- foreground: '#EBCB8B',
541
- },
542
- },
543
- {
544
- scope: 'support.class',
545
- settings: {
546
- foreground: '#8FBCBB',
547
- },
548
- },
549
- {
550
- scope: 'support.constant',
551
- settings: {
552
- foreground: '#81A1C1',
553
- },
554
- },
555
- {
556
- scope: 'support.function',
557
- settings: {
558
- foreground: '#88C0D0',
559
- },
560
- },
561
- {
562
- scope: 'support.function.construct',
563
- settings: {
564
- foreground: '#81A1C1',
565
- },
566
- },
567
- {
568
- scope: 'support.type',
569
- settings: {
570
- foreground: '#8FBCBB',
571
- },
572
- },
573
- {
574
- scope: 'support.type.exception',
575
- settings: {
576
- foreground: '#8FBCBB',
577
- },
578
- },
579
- {
580
- scope: 'token.debug-token',
581
- settings: {
582
- foreground: '#b48ead',
583
- },
584
- },
585
- {
586
- scope: 'token.error-token',
587
- settings: {
588
- foreground: '#bf616a',
589
- },
590
- },
591
- {
592
- scope: 'token.info-token',
593
- settings: {
594
- foreground: '#88c0d0',
595
- },
596
- },
597
- {
598
- scope: 'token.warn-token',
599
- settings: {
600
- foreground: '#ebcb8b',
601
- },
602
- },
603
- {
604
- scope: 'variable.other',
605
- settings: {
606
- foreground: '#D8DEE9',
607
- },
608
- },
609
- {
610
- scope: 'variable.language',
611
- settings: {
612
- foreground: '#81A1C1',
613
- },
614
- },
615
- {
616
- scope: 'variable.parameter',
617
- settings: {
618
- foreground: '#D8DEE9',
619
- },
620
- },
621
- {
622
- scope: 'punctuation.separator.pointer-access.c',
623
- settings: {
624
- foreground: '#81A1C1',
625
- },
626
- },
627
- {
628
- scope: ['source.c meta.preprocessor.include', 'source.c string.quoted.other.lt-gt.include'],
629
- settings: {
630
- foreground: '#8FBCBB',
631
- },
632
- },
633
- {
634
- scope: [
635
- 'source.cpp keyword.control.directive.conditional',
636
- 'source.cpp punctuation.definition.directive',
637
- 'source.c keyword.control.directive.conditional',
638
- 'source.c punctuation.definition.directive',
639
- ],
640
- settings: {
641
- fontStyle: 'bold',
642
- foreground: '#5E81AC',
643
- },
644
- },
645
- {
646
- scope: 'source.css constant.other.color.rgb-value',
647
- settings: {
648
- foreground: '#B48EAD',
649
- },
650
- },
651
- {
652
- scope: 'source.css meta.property-value',
653
- settings: {
654
- foreground: '#88C0D0',
655
- },
656
- },
657
- {
658
- scope: [
659
- 'source.css keyword.control.at-rule.media',
660
- 'source.css keyword.control.at-rule.media punctuation.definition.keyword',
661
- ],
662
- settings: {
663
- foreground: '#D08770',
664
- },
665
- },
666
- {
667
- scope: 'source.css punctuation.definition.keyword',
668
- settings: {
669
- foreground: '#81A1C1',
670
- },
671
- },
672
- {
673
- scope: 'source.css support.type.property-name',
674
- settings: {
675
- foreground: '#D8DEE9',
676
- },
677
- },
678
- {
679
- scope: 'source.diff meta.diff.range.context',
680
- settings: {
681
- foreground: '#8FBCBB',
682
- },
683
- },
684
- {
685
- scope: 'source.diff meta.diff.header.from-file',
686
- settings: {
687
- foreground: '#8FBCBB',
688
- },
689
- },
690
- {
691
- scope: 'source.diff punctuation.definition.from-file',
692
- settings: {
693
- foreground: '#8FBCBB',
694
- },
695
- },
696
- {
697
- scope: 'source.diff punctuation.definition.range',
698
- settings: {
699
- foreground: '#8FBCBB',
700
- },
701
- },
702
- {
703
- scope: 'source.diff punctuation.definition.separator',
704
- settings: {
705
- foreground: '#81A1C1',
706
- },
707
- },
708
- {
709
- scope: 'entity.name.type.module.elixir',
710
- settings: {
711
- foreground: '#8FBCBB',
712
- },
713
- },
714
- {
715
- scope: 'variable.other.readwrite.module.elixir',
716
- settings: {
717
- fontStyle: 'bold',
718
- foreground: '#D8DEE9',
719
- },
720
- },
721
- {
722
- scope: 'constant.other.symbol.elixir',
723
- settings: {
724
- fontStyle: 'bold',
725
- foreground: '#D8DEE9',
726
- },
727
- },
728
- {
729
- scope: 'variable.other.constant.elixir',
730
- settings: {
731
- foreground: '#8FBCBB',
732
- },
733
- },
734
- {
735
- scope: 'source.go constant.other.placeholder.go',
736
- settings: {
737
- foreground: '#EBCB8B',
738
- },
739
- },
740
- {
741
- scope: 'source.java comment.block.documentation.javadoc punctuation.definition.entity.html',
742
- settings: {
743
- foreground: '#81A1C1',
744
- },
745
- },
746
- {
747
- scope: 'source.java constant.other',
748
- settings: {
749
- foreground: '#D8DEE9',
750
- },
751
- },
752
- {
753
- scope: 'source.java keyword.other.documentation',
754
- settings: {
755
- foreground: '#8FBCBB',
756
- },
757
- },
758
- {
759
- scope: 'source.java keyword.other.documentation.author.javadoc',
760
- settings: {
761
- foreground: '#8FBCBB',
762
- },
763
- },
764
- {
765
- scope: [
766
- 'source.java keyword.other.documentation.directive',
767
- 'source.java keyword.other.documentation.custom',
768
- ],
769
- settings: {
770
- foreground: '#8FBCBB',
771
- },
772
- },
773
- {
774
- scope: 'source.java keyword.other.documentation.see.javadoc',
775
- settings: {
776
- foreground: '#8FBCBB',
777
- },
778
- },
779
- {
780
- scope: 'source.java meta.method-call meta.method',
781
- settings: {
782
- foreground: '#88C0D0',
783
- },
784
- },
785
- {
786
- scope: [
787
- 'source.java meta.tag.template.link.javadoc',
788
- 'source.java string.other.link.title.javadoc',
789
- ],
790
- settings: {
791
- foreground: '#8FBCBB',
792
- },
793
- },
794
- {
795
- scope: 'source.java meta.tag.template.value.javadoc',
796
- settings: {
797
- foreground: '#88C0D0',
798
- },
799
- },
800
- {
801
- scope: 'source.java punctuation.definition.keyword.javadoc',
802
- settings: {
803
- foreground: '#8FBCBB',
804
- },
805
- },
806
- {
807
- scope: [
808
- 'source.java punctuation.definition.tag.begin.javadoc',
809
- 'source.java punctuation.definition.tag.end.javadoc',
810
- ],
811
- settings: {
812
- foreground: '#616E88',
813
- },
814
- },
815
- {
816
- scope: 'source.java storage.modifier.import',
817
- settings: {
818
- foreground: '#8FBCBB',
819
- },
820
- },
821
- {
822
- scope: 'source.java storage.modifier.package',
823
- settings: {
824
- foreground: '#8FBCBB',
825
- },
826
- },
827
- {
828
- scope: 'source.java storage.type',
829
- settings: {
830
- foreground: '#8FBCBB',
831
- },
832
- },
833
- {
834
- scope: 'source.java storage.type.annotation',
835
- settings: {
836
- foreground: '#D08770',
837
- },
838
- },
839
- {
840
- scope: 'source.java storage.type.generic',
841
- settings: {
842
- foreground: '#8FBCBB',
843
- },
844
- },
845
- {
846
- scope: 'source.java storage.type.primitive',
847
- settings: {
848
- foreground: '#81A1C1',
849
- },
850
- },
851
- {
852
- scope: [
853
- 'source.js punctuation.decorator',
854
- 'source.js meta.decorator variable.other.readwrite',
855
- 'source.js meta.decorator entity.name.function',
856
- ],
857
- settings: {
858
- foreground: '#D08770',
859
- },
860
- },
861
- {
862
- scope: 'source.js meta.object-literal.key',
863
- settings: {
864
- foreground: '#88C0D0',
865
- },
866
- },
867
- {
868
- scope: 'source.js storage.type.class.jsdoc',
869
- settings: {
870
- foreground: '#8FBCBB',
871
- },
872
- },
873
- {
874
- scope: [
875
- 'source.js string.quoted.template punctuation.quasi.element.begin',
876
- 'source.js string.quoted.template punctuation.quasi.element.end',
877
- 'source.js string.template punctuation.definition.template-expression',
878
- ],
879
- settings: {
880
- foreground: '#81A1C1',
881
- },
882
- },
883
- {
884
- scope: 'source.js string.quoted.template meta.method-call.with-arguments',
885
- settings: {
886
- foreground: '#ECEFF4',
887
- },
888
- },
889
- {
890
- scope: [
891
- 'source.js string.template meta.template.expression support.variable.property',
892
- 'source.js string.template meta.template.expression variable.other.object',
893
- ],
894
- settings: {
895
- foreground: '#D8DEE9',
896
- },
897
- },
898
- {
899
- scope: 'source.js support.type.primitive',
900
- settings: {
901
- foreground: '#81A1C1',
902
- },
903
- },
904
- {
905
- scope: 'source.js variable.other.object',
906
- settings: {
907
- foreground: '#D8DEE9',
908
- },
909
- },
910
- {
911
- scope: 'source.js variable.other.readwrite.alias',
912
- settings: {
913
- foreground: '#8FBCBB',
914
- },
915
- },
916
- {
917
- scope: [
918
- 'source.js meta.embedded.line meta.brace.square',
919
- 'source.js meta.embedded.line meta.brace.round',
920
- 'source.js string.quoted.template meta.brace.square',
921
- 'source.js string.quoted.template meta.brace.round',
922
- ],
923
- settings: {
924
- foreground: '#ECEFF4',
925
- },
926
- },
927
- {
928
- scope: 'text.html.basic constant.character.entity.html',
929
- settings: {
930
- foreground: '#EBCB8B',
931
- },
932
- },
933
- {
934
- scope: 'text.html.basic constant.other.inline-data',
935
- settings: {
936
- fontStyle: 'italic',
937
- foreground: '#D08770',
938
- },
939
- },
940
- {
941
- scope: 'text.html.basic meta.tag.sgml.doctype',
942
- settings: {
943
- foreground: '#5E81AC',
944
- },
945
- },
946
- {
947
- scope: 'text.html.basic punctuation.definition.entity',
948
- settings: {
949
- foreground: '#81A1C1',
950
- },
951
- },
952
- {
953
- scope: 'source.properties entity.name.section.group-title.ini',
954
- settings: {
955
- foreground: '#88C0D0',
956
- },
957
- },
958
- {
959
- scope: 'source.properties punctuation.separator.key-value.ini',
960
- settings: {
961
- foreground: '#81A1C1',
962
- },
963
- },
964
- {
965
- scope: [
966
- 'text.html.markdown markup.fenced_code.block',
967
- 'text.html.markdown markup.fenced_code.block punctuation.definition',
968
- ],
969
- settings: {
970
- foreground: '#8FBCBB',
971
- },
972
- },
973
- {
974
- scope: 'markup.heading',
975
- settings: {
976
- foreground: '#88C0D0',
977
- },
978
- },
979
- {
980
- scope: [
981
- 'text.html.markdown markup.inline.raw',
982
- 'text.html.markdown markup.inline.raw punctuation.definition.raw',
983
- ],
984
- settings: {
985
- foreground: '#8FBCBB',
986
- },
987
- },
988
- {
989
- scope: 'text.html.markdown markup.italic',
990
- settings: {
991
- fontStyle: 'italic',
992
- },
993
- },
994
- {
995
- scope: 'text.html.markdown markup.underline.link',
996
- settings: {
997
- fontStyle: 'underline',
998
- },
999
- },
1000
- {
1001
- scope: 'text.html.markdown beginning.punctuation.definition.list',
1002
- settings: {
1003
- foreground: '#81A1C1',
1004
- },
1005
- },
1006
- {
1007
- scope: 'text.html.markdown beginning.punctuation.definition.quote',
1008
- settings: {
1009
- foreground: '#8FBCBB',
1010
- },
1011
- },
1012
- {
1013
- scope: 'text.html.markdown markup.quote',
1014
- settings: {
1015
- foreground: '#616E88',
1016
- },
1017
- },
1018
- {
1019
- scope: 'text.html.markdown constant.character.math.tex',
1020
- settings: {
1021
- foreground: '#81A1C1',
1022
- },
1023
- },
1024
- {
1025
- scope: [
1026
- 'text.html.markdown punctuation.definition.math.begin',
1027
- 'text.html.markdown punctuation.definition.math.end',
1028
- ],
1029
- settings: {
1030
- foreground: '#5E81AC',
1031
- },
1032
- },
1033
- {
1034
- scope: 'text.html.markdown punctuation.definition.function.math.tex',
1035
- settings: {
1036
- foreground: '#88C0D0',
1037
- },
1038
- },
1039
- {
1040
- scope: 'text.html.markdown punctuation.math.operator.latex',
1041
- settings: {
1042
- foreground: '#81A1C1',
1043
- },
1044
- },
1045
- {
1046
- scope: 'text.html.markdown punctuation.definition.heading',
1047
- settings: {
1048
- foreground: '#81A1C1',
1049
- },
1050
- },
1051
- {
1052
- scope: [
1053
- 'text.html.markdown punctuation.definition.constant',
1054
- 'text.html.markdown punctuation.definition.string',
1055
- ],
1056
- settings: {
1057
- foreground: '#81A1C1',
1058
- },
1059
- },
1060
- {
1061
- scope: [
1062
- 'text.html.markdown constant.other.reference.link',
1063
- 'text.html.markdown string.other.link.description',
1064
- 'text.html.markdown string.other.link.title',
1065
- ],
1066
- settings: {
1067
- foreground: '#88C0D0',
1068
- },
1069
- },
1070
- {
1071
- scope: 'source.perl punctuation.definition.variable',
1072
- settings: {
1073
- foreground: '#D8DEE9',
1074
- },
1075
- },
1076
- {
1077
- scope: ['source.php meta.function-call', 'source.php meta.function-call.object'],
1078
- settings: {
1079
- foreground: '#88C0D0',
1080
- },
1081
- },
1082
- {
1083
- scope: [
1084
- 'source.python entity.name.function.decorator',
1085
- 'source.python meta.function.decorator support.type',
1086
- ],
1087
- settings: {
1088
- foreground: '#D08770',
1089
- },
1090
- },
1091
- {
1092
- scope: 'source.python meta.function-call.generic',
1093
- settings: {
1094
- foreground: '#88C0D0',
1095
- },
1096
- },
1097
- {
1098
- scope: 'source.python support.type',
1099
- settings: {
1100
- foreground: '#88C0D0',
1101
- },
1102
- },
1103
- {
1104
- scope: ['source.python variable.parameter.function.language'],
1105
- settings: {
1106
- foreground: '#D8DEE9',
1107
- },
1108
- },
1109
- {
1110
- scope: [
1111
- 'source.python meta.function.parameters variable.parameter.function.language.special.self',
1112
- ],
1113
- settings: {
1114
- foreground: '#81A1C1',
1115
- },
1116
- },
1117
- {
1118
- scope: 'source.rust entity.name.type',
1119
- settings: {
1120
- foreground: '#8FBCBB',
1121
- },
1122
- },
1123
- {
1124
- scope: 'source.rust meta.macro entity.name.function',
1125
- settings: {
1126
- fontStyle: 'bold',
1127
- foreground: '#88C0D0',
1128
- },
1129
- },
1130
- {
1131
- scope: [
1132
- 'source.rust meta.attribute',
1133
- 'source.rust meta.attribute punctuation',
1134
- 'source.rust meta.attribute keyword.operator',
1135
- ],
1136
- settings: {
1137
- foreground: '#5E81AC',
1138
- },
1139
- },
1140
- {
1141
- scope: 'source.rust entity.name.type.trait',
1142
- settings: {
1143
- fontStyle: 'bold',
1144
- },
1145
- },
1146
- {
1147
- scope: 'source.rust punctuation.definition.interpolation',
1148
- settings: {
1149
- foreground: '#EBCB8B',
1150
- },
1151
- },
1152
- {
1153
- scope: [
1154
- 'source.css.scss punctuation.definition.interpolation.begin.bracket.curly',
1155
- 'source.css.scss punctuation.definition.interpolation.end.bracket.curly',
1156
- ],
1157
- settings: {
1158
- foreground: '#81A1C1',
1159
- },
1160
- },
1161
- {
1162
- scope: 'source.css.scss variable.interpolation',
1163
- settings: {
1164
- fontStyle: 'italic',
1165
- foreground: '#D8DEE9',
1166
- },
1167
- },
1168
- {
1169
- scope: [
1170
- 'source.ts punctuation.decorator',
1171
- 'source.ts meta.decorator variable.other.readwrite',
1172
- 'source.ts meta.decorator entity.name.function',
1173
- 'source.tsx punctuation.decorator',
1174
- 'source.tsx meta.decorator variable.other.readwrite',
1175
- 'source.tsx meta.decorator entity.name.function',
1176
- ],
1177
- settings: {
1178
- foreground: '#D08770',
1179
- },
1180
- },
1181
- {
1182
- scope: ['source.ts meta.object-literal.key', 'source.tsx meta.object-literal.key'],
1183
- settings: {
1184
- foreground: '#D8DEE9',
1185
- },
1186
- },
1187
- {
1188
- scope: [
1189
- 'source.ts meta.object-literal.key entity.name.function',
1190
- 'source.tsx meta.object-literal.key entity.name.function',
1191
- ],
1192
- settings: {
1193
- foreground: '#88C0D0',
1194
- },
1195
- },
1196
- {
1197
- scope: [
1198
- 'source.ts support.class',
1199
- 'source.ts support.type',
1200
- 'source.ts entity.name.type',
1201
- 'source.ts entity.name.class',
1202
- 'source.tsx support.class',
1203
- 'source.tsx support.type',
1204
- 'source.tsx entity.name.type',
1205
- 'source.tsx entity.name.class',
1206
- ],
1207
- settings: {
1208
- foreground: '#8FBCBB',
1209
- },
1210
- },
1211
- {
1212
- scope: [
1213
- 'source.ts support.constant.math',
1214
- 'source.ts support.constant.dom',
1215
- 'source.ts support.constant.json',
1216
- 'source.tsx support.constant.math',
1217
- 'source.tsx support.constant.dom',
1218
- 'source.tsx support.constant.json',
1219
- ],
1220
- settings: {
1221
- foreground: '#8FBCBB',
1222
- },
1223
- },
1224
- {
1225
- scope: ['source.ts support.variable', 'source.tsx support.variable'],
1226
- settings: {
1227
- foreground: '#D8DEE9',
1228
- },
1229
- },
1230
- {
1231
- scope: [
1232
- 'source.ts meta.embedded.line meta.brace.square',
1233
- 'source.ts meta.embedded.line meta.brace.round',
1234
- 'source.tsx meta.embedded.line meta.brace.square',
1235
- 'source.tsx meta.embedded.line meta.brace.round',
1236
- ],
1237
- settings: {
1238
- foreground: '#ECEFF4',
1239
- },
1240
- },
1241
- {
1242
- scope: 'text.xml entity.name.tag.namespace',
1243
- settings: {
1244
- foreground: '#8FBCBB',
1245
- },
1246
- },
1247
- {
1248
- scope: 'text.xml keyword.other.doctype',
1249
- settings: {
1250
- foreground: '#5E81AC',
1251
- },
1252
- },
1253
- {
1254
- scope: 'text.xml meta.tag.preprocessor entity.name.tag',
1255
- settings: {
1256
- foreground: '#5E81AC',
1257
- },
1258
- },
1259
- {
1260
- scope: [
1261
- 'text.xml string.unquoted.cdata',
1262
- 'text.xml string.unquoted.cdata punctuation.definition.string',
1263
- ],
1264
- settings: {
1265
- fontStyle: 'italic',
1266
- foreground: '#D08770',
1267
- },
1268
- },
1269
- {
1270
- scope: 'source.yaml entity.name.tag',
1271
- settings: {
1272
- foreground: '#8FBCBB',
1273
- },
1274
- },
1275
- ],
1276
- type: 'dark',
1277
- }