tm-themes 1.4.2 → 1.5.0

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/NOTICE CHANGED
@@ -199,6 +199,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
199
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
200
  SOFTWARE.
201
201
 
202
+ =========================================================================================================
203
+ Files: laserwave.json
204
+ License: https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE
205
+ SPDX: MIT
206
+ ---------------------------------------------------------------------------------------------------------
207
+ MIT License
208
+
209
+ Copyright (c) 2019 Jared Jones
210
+
211
+ Permission is hereby granted, free of charge, to any person obtaining a copy
212
+ of this software and associated documentation files (the "Software"), to deal
213
+ in the Software without restriction, including without limitation the rights
214
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
215
+ copies of the Software, and to permit persons to whom the Software is
216
+ furnished to do so, subject to the following conditions:
217
+
218
+ The above copyright notice and this permission notice shall be included in all
219
+ copies or substantial portions of the Software.
220
+
221
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
223
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
224
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
225
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
226
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
227
+ SOFTWARE.
228
+
229
+
202
230
  =========================================================================================================
203
231
  Files: material-theme.json, material-theme-darker.json, material-theme-lighter.json, material-theme-ocean.json, material-theme-palenight.json
204
232
  License: https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE
package/README.md CHANGED
@@ -33,7 +33,7 @@ import { themes } from 'tm-themes'
33
33
  | Slack Ochin | `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 9.15 kB |
34
34
  | Snazzy Light | `snazzy-light` | [loilo/vscode-snazzy-light](https://github.com/loilo/vscode-snazzy-light/blob/516646af7e1a114871698ce9090182c582899c71/themes/Snazzy-Light-color-theme.json) | [MIT](https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE) | 20.23 kB |
35
35
  | Solarized Light | `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.23 kB |
36
- | Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 12.94 kB |
36
+ | Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.02 kB |
37
37
 
38
38
  ## Dark Themes
39
39
 
@@ -52,6 +52,7 @@ import { themes } from 'tm-themes'
52
52
  | GitHub Dark Default | `github-dark-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
53
53
  | GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
54
54
  | Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [MIT](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | 34.53 kB |
55
+ | LaserWave | `laserwave` | [Jaredk3nt/laserwave](https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json) | [MIT](https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE) | 11.17 kB |
55
56
  | Material Theme | `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.13 kB |
56
57
  | Material Theme Darker | `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
57
58
  | Material Theme Ocean | `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
@@ -70,8 +71,8 @@ import { themes } from 'tm-themes'
70
71
  | Synthwave '84 | `synthwave-84` | [robb0wen/synthwave-vscode](https://github.com/robb0wen/synthwave-vscode/blob/7eaf45c07650295625e1e5ea73274fc50f9ea3c1/themes/synthwave-color-theme.json) | [MIT](https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE) | 13.65 kB |
71
72
  | Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/26465cb6086201916e284acef1b4bcca927f30e8/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/enkia/tokyo-night-vscode-theme/master/LICENSE.txt) | 32.81 kB |
72
73
  | Vesper | `vesper` | [raunofreiberg/vesper](https://github.com/raunofreiberg/vesper/blob/ef652b41ec5303892b1172d90fa4184ae6399a04/themes/Vesper-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md) | 12.31 kB |
73
- | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
74
- | Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
74
+ | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
75
+ | Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.16 kB |
75
76
  <!--list-end-->
76
77
 
77
78
  ## License
package/index.js CHANGED
@@ -178,6 +178,17 @@ export const themes = [
178
178
  source: 'https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json',
179
179
  type: 'dark',
180
180
  },
181
+ {
182
+ byteSize: 11439,
183
+ displayName: 'LaserWave',
184
+ lastUpdate: '2022-11-07T01:48:57Z',
185
+ license: 'MIT',
186
+ licenseUrl: 'https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE',
187
+ name: 'laserwave',
188
+ sha: 'f768285c659425fbb6ec5642085df4902f8a8d92',
189
+ source: 'https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json',
190
+ type: 'dark',
191
+ },
181
192
  {
182
193
  byteSize: 9698,
183
194
  displayName: 'Light Plus',
@@ -465,36 +476,36 @@ export const themes = [
465
476
  type: 'dark',
466
477
  },
467
478
  {
468
- byteSize: 13314,
479
+ byteSize: 13391,
469
480
  displayName: 'Vitesse Black',
470
- lastUpdate: '2024-04-13T23:28:11Z',
481
+ lastUpdate: '2024-05-13T20:35:54Z',
471
482
  license: 'MIT',
472
483
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
473
484
  name: 'vitesse-black',
474
- sha: '3ed3411dc7dd209cd765b8ab856045efb2d097b9',
475
- source: 'https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-black.json',
485
+ sha: '87561d1ad04f22eeaa4f13debb0cb806aa3bbdab',
486
+ source: 'https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-black.json',
476
487
  type: 'dark',
477
488
  },
478
489
  {
479
- byteSize: 13396,
490
+ byteSize: 13473,
480
491
  displayName: 'Vitesse Dark',
481
- lastUpdate: '2024-04-13T23:28:11Z',
492
+ lastUpdate: '2024-05-13T20:35:54Z',
482
493
  license: 'MIT',
483
494
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
484
495
  name: 'vitesse-dark',
485
- sha: '3ed3411dc7dd209cd765b8ab856045efb2d097b9',
486
- source: 'https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-dark.json',
496
+ sha: '87561d1ad04f22eeaa4f13debb0cb806aa3bbdab',
497
+ source: 'https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-dark.json',
487
498
  type: 'dark',
488
499
  },
489
500
  {
490
- byteSize: 13253,
501
+ byteSize: 13330,
491
502
  displayName: 'Vitesse Light',
492
- lastUpdate: '2024-04-13T23:28:11Z',
503
+ lastUpdate: '2024-05-13T20:35:54Z',
493
504
  license: 'MIT',
494
505
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
495
506
  name: 'vitesse-light',
496
- sha: '3ed3411dc7dd209cd765b8ab856045efb2d097b9',
497
- source: 'https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-light.json',
507
+ sha: '87561d1ad04f22eeaa4f13debb0cb806aa3bbdab',
508
+ source: 'https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-light.json',
498
509
  type: 'light',
499
510
  },
500
511
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.4.2",
4
+ "version": "1.5.0",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -0,0 +1,479 @@
1
+ {
2
+ "colors": {
3
+ "activityBar.activeBorder": "#EB64B9",
4
+ "activityBar.background": "#27212e",
5
+ "activityBar.foreground": "#ddd",
6
+ "activityBarBadge.background": "#EB64B9",
7
+ "button.background": "#EB64B9",
8
+ "diffEditor.border": "#b4dce7",
9
+ "diffEditor.insertedTextBackground": "#74dfc423",
10
+ "diffEditor.removedTextBackground": "#eb64b940",
11
+ "editor.background": "#27212e",
12
+ "editor.findMatchBackground": "#40b4c48c",
13
+ "editor.findMatchHighlightBackground": "#40b4c460",
14
+ "editor.foreground": "#ffffff",
15
+ "editor.selectionBackground": "#eb64b927",
16
+ "editor.selectionHighlightBackground": "#eb64b927",
17
+ "editor.wordHighlightBackground": "#eb64b927",
18
+ "editorError.foreground": "#ff3e7b",
19
+ "editorGroupHeader.tabsBackground": "#242029",
20
+ "editorGutter.addedBackground": "#74dfc4",
21
+ "editorGutter.deletedBackground": "#eb64B9",
22
+ "editorGutter.modifiedBackground": "#40b4c4",
23
+ "editorSuggestWidget.border": "#b4dce7",
24
+ "focusBorder": "#EB64B9",
25
+ "gitDecoration.conflictingResourceForeground": "#EB64B9",
26
+ "gitDecoration.deletedResourceForeground": "#b381c5",
27
+ "gitDecoration.ignoredResourceForeground": "#92889d",
28
+ "gitDecoration.modifiedResourceForeground": "#74dfc4",
29
+ "gitDecoration.untrackedResourceForeground": "#40b4c4",
30
+ "input.background": "#3a3242",
31
+ "input.border": "#964c7b",
32
+ "inputOption.activeBorder": "#EB64B9",
33
+ "list.activeSelectionBackground": "#eb64b98f",
34
+ "list.activeSelectionForeground": "#eee",
35
+ "list.dropBackground": "#74dfc466",
36
+ "list.errorForeground": "#ff3e7b",
37
+ "list.focusBackground": "#eb64ba60",
38
+ "list.highlightForeground": "#eb64b9",
39
+ "list.hoverBackground": "#91889b80",
40
+ "list.hoverForeground": "#eee",
41
+ "list.inactiveSelectionBackground": "#eb64b98f",
42
+ "list.inactiveSelectionForeground": "#ddd",
43
+ "list.invalidItemForeground": "#fff",
44
+ "menu.background": "#27212e",
45
+ "merge.currentContentBackground": "#74dfc433",
46
+ "merge.currentHeaderBackground": "#74dfc4cc",
47
+ "merge.incomingContentBackground": "#40b4c433",
48
+ "merge.incomingHeaderBackground": "#40b4c4cc",
49
+ "notifications.background": "#3e3549",
50
+ "peekView.border": "#40b4c4",
51
+ "peekViewEditor.background": "#40b5c449",
52
+ "peekViewEditor.matchHighlightBackground": "#40b5c460",
53
+ "peekViewResult.matchHighlightBackground": "#27212e",
54
+ "peekViewResult.selectionBackground": "#40b4c43f",
55
+ "progressBar.background": "#40b4c4",
56
+ "sideBar.background": "#27212e",
57
+ "sideBar.foreground": "#ddd",
58
+ "sideBarSectionHeader.background": "#27212e",
59
+ "sideBarTitle.foreground": "#EB64B9",
60
+ "statusBar.background": "#EB64B9",
61
+ "statusBar.debuggingBackground": "#74dfc4",
62
+ "statusBar.foreground": "#27212e",
63
+ "statusBar.noFolderBackground": "#EB64B9",
64
+ "tab.activeBorder": "#EB64B9",
65
+ "tab.inactiveBackground": "#242029",
66
+ "terminal.ansiBlue": "#40b4c4",
67
+ "terminal.ansiCyan": "#b4dce7",
68
+ "terminal.ansiGreen": "#74dfc4",
69
+ "terminal.ansiMagenta": "#b381c5",
70
+ "terminal.ansiRed": "#EB64B9",
71
+ "terminal.ansiYellow": "#ffe261",
72
+ "titleBar.activeBackground": "#27212e",
73
+ "titleBar.inactiveBackground": "#27212e",
74
+ "tree.indentGuidesStroke": "#ffffff33"
75
+ },
76
+ "displayName": "LaserWave",
77
+ "name": "laserwave",
78
+ "tokenColors": [
79
+ {
80
+ "scope": [
81
+ "keyword.other",
82
+ "keyword.control",
83
+ "storage.type.class.js",
84
+ "keyword.control.module.js",
85
+ "storage.type.extends.js",
86
+ "variable.language.this.js",
87
+ "keyword.control.switch.js",
88
+ "keyword.control.loop.js",
89
+ "keyword.control.conditional.js",
90
+ "keyword.control.flow.js",
91
+ "keyword.operator.accessor.js",
92
+ "keyword.other.important.css",
93
+ "keyword.control.at-rule.media.scss",
94
+ "entity.name.tag.reference.scss",
95
+ "meta.class.python",
96
+ "storage.type.function.python",
97
+ "keyword.control.flow.python",
98
+ "storage.type.function.js",
99
+ "keyword.control.export.ts",
100
+ "keyword.control.flow.ts",
101
+ "keyword.control.from.ts",
102
+ "keyword.control.import.ts",
103
+ "storage.type.class.ts",
104
+ "keyword.control.loop.ts",
105
+ "keyword.control.ruby",
106
+ "keyword.control.module.ruby",
107
+ "keyword.control.class.ruby",
108
+ "keyword.other.special-method.ruby",
109
+ "keyword.control.def.ruby",
110
+ "markup.heading",
111
+ "keyword.other.import.java",
112
+ "keyword.other.package.java",
113
+ "storage.modifier.java",
114
+ "storage.modifier.extends.java",
115
+ "storage.modifier.implements.java",
116
+ "storage.modifier.cs",
117
+ "storage.modifier.js",
118
+ "storage.modifier.dart",
119
+ "keyword.declaration.dart",
120
+ "keyword.package.go",
121
+ "keyword.import.go",
122
+ "keyword.fsharp",
123
+ "variable.parameter.function-call.python"
124
+ ],
125
+ "settings": {
126
+ "foreground": "#40b4c4"
127
+ }
128
+ },
129
+ {
130
+ "scope": [
131
+ "binding.fsharp",
132
+ "support.function",
133
+ "meta.function-call",
134
+ "entity.name.function",
135
+ "support.function.misc.scss",
136
+ "meta.method.declaration.ts",
137
+ "entity.name.function.method.js"
138
+ ],
139
+ "settings": {
140
+ "foreground": "#EB64B9"
141
+ }
142
+ },
143
+ {
144
+ "scope": [
145
+ "string",
146
+ "string.quoted",
147
+ "string.unquoted",
148
+ "string.other.link.title.markdown"
149
+ ],
150
+ "settings": {
151
+ "foreground": "#b4dce7"
152
+ }
153
+ },
154
+ {
155
+ "scope": [
156
+ "constant.numeric"
157
+ ],
158
+ "settings": {
159
+ "foreground": "#b381c5"
160
+ }
161
+ },
162
+ {
163
+ "scope": [
164
+ "meta.brace",
165
+ "punctuation",
166
+ "punctuation.bracket",
167
+ "punctuation.section",
168
+ "punctuation.separator",
169
+ "punctuation.comma.dart",
170
+ "punctuation.terminator",
171
+ "punctuation.definition",
172
+ "punctuation.parenthesis",
173
+ "meta.delimiter.comma.js",
174
+ "meta.brace.curly.litobj.js",
175
+ "punctuation.definition.tag",
176
+ "puncatuation.other.comma.go",
177
+ "punctuation.section.embedded",
178
+ "punctuation.definition.string",
179
+ "punctuation.definition.tag.jsx",
180
+ "punctuation.definition.tag.end",
181
+ "punctuation.definition.markdown",
182
+ "punctuation.terminator.rule.css",
183
+ "punctuation.definition.block.ts",
184
+ "punctuation.definition.tag.html",
185
+ "punctuation.section.class.end.js",
186
+ "punctuation.definition.tag.begin",
187
+ "punctuation.squarebracket.open.cs",
188
+ "punctuation.separator.dict.python",
189
+ "punctuation.section.function.scss",
190
+ "punctuation.section.class.begin.js",
191
+ "punctuation.section.array.end.ruby",
192
+ "punctuation.separator.key-value.js",
193
+ "meta.method-call.with-arguments.js",
194
+ "punctuation.section.scope.end.ruby",
195
+ "punctuation.squarebracket.close.cs",
196
+ "punctuation.separator.key-value.css",
197
+ "punctuation.definition.constant.css",
198
+ "punctuation.section.array.begin.ruby",
199
+ "punctuation.section.scope.begin.ruby",
200
+ "punctuation.definition.string.end.js",
201
+ "punctuation.definition.parameters.ruby",
202
+ "punctuation.definition.string.begin.js",
203
+ "punctuation.section.class.begin.python",
204
+ "storage.modifier.array.bracket.square.c",
205
+ "punctuation.separator.parameters.python",
206
+ "punctuation.section.group.end.powershell",
207
+ "punctuation.definition.parameters.end.ts",
208
+ "punctuation.section.braces.end.powershell",
209
+ "punctuation.section.function.begin.python",
210
+ "punctuation.definition.parameters.begin.ts",
211
+ "punctuation.section.bracket.end.powershell",
212
+ "punctuation.section.group.begin.powershell",
213
+ "punctuation.section.braces.begin.powershell",
214
+ "punctuation.definition.parameters.end.python",
215
+ "punctuation.definition.typeparameters.end.cs",
216
+ "punctuation.section.bracket.begin.powershell",
217
+ "punctuation.definition.arguments.begin.python",
218
+ "punctuation.definition.parameters.begin.python",
219
+ "punctuation.definition.typeparameters.begin.cs",
220
+ "punctuation.section.block.begin.bracket.curly.c",
221
+ "punctuation.definition.map.begin.bracket.round.scss",
222
+ "punctuation.section.property-list.end.bracket.curly.css",
223
+ "punctuation.definition.parameters.end.bracket.round.java",
224
+ "punctuation.section.property-list.begin.bracket.curly.css",
225
+ "punctuation.definition.parameters.begin.bracket.round.java"
226
+ ],
227
+ "settings": {
228
+ "foreground": "#7b6995"
229
+ }
230
+ },
231
+ {
232
+ "scope": [
233
+ "keyword.operator",
234
+ "meta.decorator.ts",
235
+ "entity.name.type.ts",
236
+ "punctuation.dot.dart",
237
+ "keyword.symbol.fsharp",
238
+ "punctuation.accessor.ts",
239
+ "punctuation.accessor.cs",
240
+ "keyword.operator.logical",
241
+ "meta.tag.inline.any.html",
242
+ "punctuation.separator.java",
243
+ "keyword.operator.comparison",
244
+ "keyword.operator.arithmetic",
245
+ "keyword.operator.assignment",
246
+ "keyword.operator.ternary.js",
247
+ "keyword.operator.other.ruby",
248
+ "keyword.operator.logical.js",
249
+ "punctuation.other.period.go",
250
+ "keyword.operator.increment.ts",
251
+ "keyword.operator.increment.js",
252
+ "storage.type.function.arrow.js",
253
+ "storage.type.function.arrow.ts",
254
+ "keyword.operator.relational.js",
255
+ "keyword.operator.relational.ts",
256
+ "keyword.operator.arithmetic.js",
257
+ "keyword.operator.assignment.js",
258
+ "storage.type.function.arrow.tsx",
259
+ "keyword.operator.logical.python",
260
+ "punctuation.separator.period.java",
261
+ "punctuation.separator.method.ruby",
262
+ "keyword.operator.assignment.python",
263
+ "keyword.operator.arithmetic.python",
264
+ "keyword.operator.increment-decrement.java"
265
+ ],
266
+ "settings": {
267
+ "foreground": "#74dfc4"
268
+ }
269
+ },
270
+ {
271
+ "scope": [
272
+ "comment",
273
+ "punctuation.definition.comment"
274
+ ],
275
+ "settings": {
276
+ "foreground": "#91889b"
277
+ }
278
+ },
279
+ {
280
+ "scope": [
281
+ "meta.tag.sgml",
282
+ "entity.name.tag",
283
+ "entity.name.tag.open.jsx",
284
+ "entity.name.tag.close.jsx",
285
+ "entity.name.tag.inline.any.html",
286
+ "entity.name.tag.structure.any.html"
287
+ ],
288
+ "settings": {
289
+ "foreground": "#74dfc4"
290
+ }
291
+ },
292
+ {
293
+ "scope": [
294
+ "variable.other.enummember",
295
+ "entity.other.attribute-name",
296
+ "entity.other.attribute-name.jsx",
297
+ "entity.other.attribute-name.html",
298
+ "entity.other.attribute-name.id.css",
299
+ "entity.other.attribute-name.id.html",
300
+ "entity.other.attribute-name.class.css"
301
+ ],
302
+ "settings": {
303
+ "foreground": "#EB64B9"
304
+ }
305
+ },
306
+ {
307
+ "scope": [
308
+ "variable.other.property",
309
+ "variable.parameter.fsharp",
310
+ "support.variable.property.js",
311
+ "support.type.property-name.css",
312
+ "support.type.property-name.json",
313
+ "support.variable.property.dom.js"
314
+ ],
315
+ "settings": {
316
+ "foreground": "#40b4c4"
317
+ }
318
+ },
319
+ {
320
+ "scope": [
321
+ "constant.language",
322
+ "constant.other.elm",
323
+ "constant.language.c",
324
+ "variable.language.dart",
325
+ "variable.language.this",
326
+ "support.class.builtin.js",
327
+ "support.constant.json.ts",
328
+ "support.class.console.ts",
329
+ "support.class.console.js",
330
+ "variable.language.this.js",
331
+ "variable.language.this.ts",
332
+ "entity.name.section.fsharp",
333
+ "support.type.object.dom.js",
334
+ "variable.other.constant.js",
335
+ "variable.language.self.ruby",
336
+ "variable.other.constant.ruby",
337
+ "support.type.object.console.js",
338
+ "constant.language.undefined.js",
339
+ "support.function.builtin.python",
340
+ "constant.language.boolean.true.js",
341
+ "constant.language.boolean.false.js",
342
+ "variable.language.special.self.python",
343
+ "support.constant.automatic.powershell"
344
+ ],
345
+ "settings": {
346
+ "foreground": "#ffe261"
347
+ }
348
+ },
349
+ {
350
+ "scope": [
351
+ "variable.other",
352
+ "variable.scss",
353
+ "meta.function-call.c",
354
+ "variable.parameter.ts",
355
+ "variable.parameter.dart",
356
+ "variable.other.class.js",
357
+ "variable.other.object.js",
358
+ "variable.other.object.ts",
359
+ "support.function.json.ts",
360
+ "variable.name.source.dart",
361
+ "variable.other.source.dart",
362
+ "variable.other.readwrite.js",
363
+ "variable.other.readwrite.ts",
364
+ "support.function.console.ts",
365
+ "entity.name.type.instance.js",
366
+ "meta.function-call.arguments",
367
+ "variable.other.property.dom.ts",
368
+ "support.variable.property.dom.ts",
369
+ "variable.other.readwrite.powershell"
370
+ ],
371
+ "settings": {
372
+ "foreground": "#fff"
373
+ }
374
+ },
375
+ {
376
+ "scope": [
377
+ "storage.type.annotation",
378
+ "punctuation.definition.annotation",
379
+ "support.function.attribute.fsharp"
380
+ ],
381
+ "settings": {
382
+ "foreground": "#74dfc4"
383
+ }
384
+ },
385
+ {
386
+ "scope": [
387
+ "entity.name.type",
388
+ "storage.type",
389
+ "keyword.var.go",
390
+ "keyword.type.go",
391
+ "keyword.type.js",
392
+ "storage.type.js",
393
+ "storage.type.ts",
394
+ "keyword.type.cs",
395
+ "keyword.const.go",
396
+ "keyword.struct.go",
397
+ "support.class.dart",
398
+ "storage.modifier.c",
399
+ "storage.modifier.ts",
400
+ "keyword.function.go",
401
+ "keyword.operator.new.ts",
402
+ "meta.type.annotation.ts",
403
+ "entity.name.type.fsharp",
404
+ "meta.type.annotation.tsx",
405
+ "storage.modifier.async.js",
406
+ "punctuation.definition.variable.ruby",
407
+ "punctuation.definition.constant.ruby"
408
+ ],
409
+ "settings": {
410
+ "foreground": "#a96bc0"
411
+ }
412
+ },
413
+ {
414
+ "scope": [
415
+ "markup.bold",
416
+ "markup.italic"
417
+ ],
418
+ "settings": {
419
+ "foreground": "#EB64B9"
420
+ }
421
+ },
422
+ {
423
+ "scope": [
424
+ "meta.object-literal.key.js",
425
+ "constant.other.object.key.js"
426
+ ],
427
+ "settings": {
428
+ "foreground": "#40b4c4"
429
+ }
430
+ },
431
+ {
432
+ "scope": [
433
+ ],
434
+ "settings": {
435
+ "foreground": "#ffb85b"
436
+ }
437
+ },
438
+ {
439
+ "scope": [
440
+ "meta.diff",
441
+ "meta.diff.header"
442
+ ],
443
+ "settings": {
444
+ "foreground": "#40b4c4"
445
+ }
446
+ },
447
+ {
448
+ "scope": [
449
+ "meta.diff.range.unified"
450
+ ],
451
+ "settings": {
452
+ "foreground": "#b381c5"
453
+ }
454
+ },
455
+ {
456
+ "scope": [
457
+ "markup.deleted",
458
+ "punctuation.definition.deleted.diff",
459
+ "punctuation.definition.from-file.diff",
460
+ "meta.diff.header.from-file"
461
+ ],
462
+ "settings": {
463
+ "foreground": "#eb64b9"
464
+ }
465
+ },
466
+ {
467
+ "scope": [
468
+ "markup.inserted",
469
+ "punctuation.definition.inserted.diff",
470
+ "punctuation.definition.to-file.diff",
471
+ "meta.diff.header.to-file"
472
+ ],
473
+ "settings": {
474
+ "foreground": "#74dfc4"
475
+ }
476
+ }
477
+ ],
478
+ "type": "dark"
479
+ }
@@ -191,7 +191,7 @@
191
191
  "name": "vitesse-black",
192
192
  "semanticHighlighting": true,
193
193
  "semanticTokenColors": {
194
- "class": "#7f8ac7",
194
+ "class": "#6872ab",
195
195
  "interface": "#5d99a9",
196
196
  "namespace": "#db889a",
197
197
  "property": "#b8a965",
@@ -218,6 +218,7 @@
218
218
  "keyword.operator.type.annotation",
219
219
  "keyword.operator.relational",
220
220
  "keyword.operator.assignment",
221
+ "keyword.operator.type",
221
222
  "meta.brace",
222
223
  "meta.tag.block.any.html",
223
224
  "meta.tag.inline.any.html",
@@ -225,7 +226,6 @@
225
226
  "meta.type.annotation",
226
227
  "meta.embedded.block.github-actions-expression",
227
228
  "storage.type.function.arrow",
228
- "keyword.operator.type",
229
229
  "meta.objectliteral.ts",
230
230
  "punctuation"
231
231
  ],
@@ -471,6 +471,7 @@
471
471
  },
472
472
  {
473
473
  "scope": [
474
+ "keyword.operator.quantifier.regexp",
474
475
  "constant.numeric",
475
476
  "number"
476
477
  ],
@@ -653,10 +654,11 @@
653
654
  },
654
655
  {
655
656
  "scope": [
656
- "type.identifier"
657
+ "type.identifier",
658
+ "constant.other.character-class.regexp"
657
659
  ],
658
660
  "settings": {
659
- "foreground": "#7f8ac7"
661
+ "foreground": "#6872ab"
660
662
  }
661
663
  },
662
664
  {
@@ -191,7 +191,7 @@
191
191
  "name": "vitesse-dark",
192
192
  "semanticHighlighting": true,
193
193
  "semanticTokenColors": {
194
- "class": "#7f8ac7",
194
+ "class": "#6872ab",
195
195
  "interface": "#5d99a9",
196
196
  "namespace": "#db889a",
197
197
  "property": "#b8a965",
@@ -218,6 +218,7 @@
218
218
  "keyword.operator.type.annotation",
219
219
  "keyword.operator.relational",
220
220
  "keyword.operator.assignment",
221
+ "keyword.operator.type",
221
222
  "meta.brace",
222
223
  "meta.tag.block.any.html",
223
224
  "meta.tag.inline.any.html",
@@ -225,7 +226,6 @@
225
226
  "meta.type.annotation",
226
227
  "meta.embedded.block.github-actions-expression",
227
228
  "storage.type.function.arrow",
228
- "keyword.operator.type",
229
229
  "meta.objectliteral.ts",
230
230
  "punctuation"
231
231
  ],
@@ -471,6 +471,7 @@
471
471
  },
472
472
  {
473
473
  "scope": [
474
+ "keyword.operator.quantifier.regexp",
474
475
  "constant.numeric",
475
476
  "number"
476
477
  ],
@@ -653,10 +654,11 @@
653
654
  },
654
655
  {
655
656
  "scope": [
656
- "type.identifier"
657
+ "type.identifier",
658
+ "constant.other.character-class.regexp"
657
659
  ],
658
660
  "settings": {
659
- "foreground": "#7f8ac7"
661
+ "foreground": "#6872ab"
660
662
  }
661
663
  },
662
664
  {
@@ -216,6 +216,7 @@
216
216
  "keyword.operator.type.annotation",
217
217
  "keyword.operator.relational",
218
218
  "keyword.operator.assignment",
219
+ "keyword.operator.type",
219
220
  "meta.brace",
220
221
  "meta.tag.block.any.html",
221
222
  "meta.tag.inline.any.html",
@@ -223,7 +224,6 @@
223
224
  "meta.type.annotation",
224
225
  "meta.embedded.block.github-actions-expression",
225
226
  "storage.type.function.arrow",
226
- "keyword.operator.type",
227
227
  "meta.objectliteral.ts",
228
228
  "punctuation"
229
229
  ],
@@ -469,6 +469,7 @@
469
469
  },
470
470
  {
471
471
  "scope": [
472
+ "keyword.operator.quantifier.regexp",
472
473
  "constant.numeric",
473
474
  "number"
474
475
  ],
@@ -651,7 +652,8 @@
651
652
  },
652
653
  {
653
654
  "scope": [
654
- "type.identifier"
655
+ "type.identifier",
656
+ "constant.other.character-class.regexp"
655
657
  ],
656
658
  "settings": {
657
659
  "foreground": "#5a6aa6"