tm-themes 1.5.6 → 1.5.7
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/README.md +3 -3
- package/index.js +12 -12
- package/package.json +1 -1
- package/themes/vitesse-black.json +16 -5
- package/themes/vitesse-dark.json +16 -5
- package/themes/vitesse-light.json +16 -5
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/
|
|
36
|
+
| Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.24 kB |
|
|
37
37
|
|
|
38
38
|
## Dark Themes
|
|
39
39
|
|
|
@@ -71,8 +71,8 @@ import { themes } from 'tm-themes'
|
|
|
71
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 |
|
|
72
72
|
| Tokyo Night | `tokyo-night` | [enkia/tokyo-night-vscode-theme](https://github.com/enkia/tokyo-night-vscode-theme/blob/7849fd3c21687e5861f83e3de6091164332de019/themes/tokyo-night-color-theme.json) | [MIT](https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt) | 33.50 kB |
|
|
73
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 |
|
|
74
|
-
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
75
|
-
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
74
|
+
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.30 kB |
|
|
75
|
+
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.38 kB |
|
|
76
76
|
<!--list-end-->
|
|
77
77
|
|
|
78
78
|
## License
|
package/index.js
CHANGED
|
@@ -476,36 +476,36 @@ export const themes = [
|
|
|
476
476
|
type: 'dark',
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
|
-
byteSize:
|
|
479
|
+
byteSize: 13619,
|
|
480
480
|
displayName: 'Vitesse Black',
|
|
481
|
-
lastUpdate: '2024-
|
|
481
|
+
lastUpdate: '2024-07-23T13:08:58Z',
|
|
482
482
|
license: 'MIT',
|
|
483
483
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
484
484
|
name: 'vitesse-black',
|
|
485
|
-
sha: '
|
|
486
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
485
|
+
sha: 'e20b62150ce48782c41b7df540c036288a535ed8',
|
|
486
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-black.json',
|
|
487
487
|
type: 'dark',
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
|
-
byteSize:
|
|
490
|
+
byteSize: 13701,
|
|
491
491
|
displayName: 'Vitesse Dark',
|
|
492
|
-
lastUpdate: '2024-
|
|
492
|
+
lastUpdate: '2024-07-23T13:08:58Z',
|
|
493
493
|
license: 'MIT',
|
|
494
494
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
495
495
|
name: 'vitesse-dark',
|
|
496
|
-
sha: '
|
|
497
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
496
|
+
sha: 'e20b62150ce48782c41b7df540c036288a535ed8',
|
|
497
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-dark.json',
|
|
498
498
|
type: 'dark',
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
|
-
byteSize:
|
|
501
|
+
byteSize: 13558,
|
|
502
502
|
displayName: 'Vitesse Light',
|
|
503
|
-
lastUpdate: '2024-
|
|
503
|
+
lastUpdate: '2024-07-23T13:08:58Z',
|
|
504
504
|
license: 'MIT',
|
|
505
505
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
506
506
|
name: 'vitesse-light',
|
|
507
|
-
sha: '
|
|
508
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
507
|
+
sha: 'e20b62150ce48782c41b7df540c036288a535ed8',
|
|
508
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-light.json',
|
|
509
509
|
type: 'light',
|
|
510
510
|
},
|
|
511
511
|
]
|
package/package.json
CHANGED
|
@@ -227,7 +227,9 @@
|
|
|
227
227
|
"meta.embedded.block.github-actions-expression",
|
|
228
228
|
"storage.type.function.arrow",
|
|
229
229
|
"meta.objectliteral.ts",
|
|
230
|
-
"punctuation"
|
|
230
|
+
"punctuation",
|
|
231
|
+
"punctuation.definition.string.begin.html.vue",
|
|
232
|
+
"punctuation.definition.string.end.html.vue"
|
|
231
233
|
],
|
|
232
234
|
"settings": {
|
|
233
235
|
"foreground": "#444444"
|
|
@@ -277,7 +279,8 @@
|
|
|
277
279
|
{
|
|
278
280
|
"scope": [
|
|
279
281
|
"keyword",
|
|
280
|
-
"storage.type.class.jsdoc"
|
|
282
|
+
"storage.type.class.jsdoc",
|
|
283
|
+
"punctuation.definition.template-expression"
|
|
281
284
|
],
|
|
282
285
|
"settings": {
|
|
283
286
|
"foreground": "#4d9375"
|
|
@@ -289,7 +292,8 @@
|
|
|
289
292
|
"storage.type",
|
|
290
293
|
"support.type.builtin",
|
|
291
294
|
"constant.language.undefined",
|
|
292
|
-
"constant.language.null"
|
|
295
|
+
"constant.language.null",
|
|
296
|
+
"constant.language.import-export-all.ts"
|
|
293
297
|
],
|
|
294
298
|
"settings": {
|
|
295
299
|
"foreground": "#cb7676"
|
|
@@ -318,11 +322,18 @@
|
|
|
318
322
|
},
|
|
319
323
|
{
|
|
320
324
|
"scope": [
|
|
321
|
-
"punctuation.definition.string"
|
|
325
|
+
"punctuation.definition.string"
|
|
326
|
+
],
|
|
327
|
+
"settings": {
|
|
328
|
+
"foreground": "#c98a7d77"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"scope": [
|
|
322
333
|
"punctuation.support.type.property-name"
|
|
323
334
|
],
|
|
324
335
|
"settings": {
|
|
325
|
-
"foreground": "#
|
|
336
|
+
"foreground": "#b8a96577"
|
|
326
337
|
}
|
|
327
338
|
},
|
|
328
339
|
{
|
package/themes/vitesse-dark.json
CHANGED
|
@@ -227,7 +227,9 @@
|
|
|
227
227
|
"meta.embedded.block.github-actions-expression",
|
|
228
228
|
"storage.type.function.arrow",
|
|
229
229
|
"meta.objectliteral.ts",
|
|
230
|
-
"punctuation"
|
|
230
|
+
"punctuation",
|
|
231
|
+
"punctuation.definition.string.begin.html.vue",
|
|
232
|
+
"punctuation.definition.string.end.html.vue"
|
|
231
233
|
],
|
|
232
234
|
"settings": {
|
|
233
235
|
"foreground": "#666666"
|
|
@@ -277,7 +279,8 @@
|
|
|
277
279
|
{
|
|
278
280
|
"scope": [
|
|
279
281
|
"keyword",
|
|
280
|
-
"storage.type.class.jsdoc"
|
|
282
|
+
"storage.type.class.jsdoc",
|
|
283
|
+
"punctuation.definition.template-expression"
|
|
281
284
|
],
|
|
282
285
|
"settings": {
|
|
283
286
|
"foreground": "#4d9375"
|
|
@@ -289,7 +292,8 @@
|
|
|
289
292
|
"storage.type",
|
|
290
293
|
"support.type.builtin",
|
|
291
294
|
"constant.language.undefined",
|
|
292
|
-
"constant.language.null"
|
|
295
|
+
"constant.language.null",
|
|
296
|
+
"constant.language.import-export-all.ts"
|
|
293
297
|
],
|
|
294
298
|
"settings": {
|
|
295
299
|
"foreground": "#cb7676"
|
|
@@ -318,11 +322,18 @@
|
|
|
318
322
|
},
|
|
319
323
|
{
|
|
320
324
|
"scope": [
|
|
321
|
-
"punctuation.definition.string"
|
|
325
|
+
"punctuation.definition.string"
|
|
326
|
+
],
|
|
327
|
+
"settings": {
|
|
328
|
+
"foreground": "#c98a7d77"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"scope": [
|
|
322
333
|
"punctuation.support.type.property-name"
|
|
323
334
|
],
|
|
324
335
|
"settings": {
|
|
325
|
-
"foreground": "#
|
|
336
|
+
"foreground": "#b8a96577"
|
|
326
337
|
}
|
|
327
338
|
},
|
|
328
339
|
{
|
|
@@ -225,7 +225,9 @@
|
|
|
225
225
|
"meta.embedded.block.github-actions-expression",
|
|
226
226
|
"storage.type.function.arrow",
|
|
227
227
|
"meta.objectliteral.ts",
|
|
228
|
-
"punctuation"
|
|
228
|
+
"punctuation",
|
|
229
|
+
"punctuation.definition.string.begin.html.vue",
|
|
230
|
+
"punctuation.definition.string.end.html.vue"
|
|
229
231
|
],
|
|
230
232
|
"settings": {
|
|
231
233
|
"foreground": "#999999"
|
|
@@ -275,7 +277,8 @@
|
|
|
275
277
|
{
|
|
276
278
|
"scope": [
|
|
277
279
|
"keyword",
|
|
278
|
-
"storage.type.class.jsdoc"
|
|
280
|
+
"storage.type.class.jsdoc",
|
|
281
|
+
"punctuation.definition.template-expression"
|
|
279
282
|
],
|
|
280
283
|
"settings": {
|
|
281
284
|
"foreground": "#1e754f"
|
|
@@ -287,7 +290,8 @@
|
|
|
287
290
|
"storage.type",
|
|
288
291
|
"support.type.builtin",
|
|
289
292
|
"constant.language.undefined",
|
|
290
|
-
"constant.language.null"
|
|
293
|
+
"constant.language.null",
|
|
294
|
+
"constant.language.import-export-all.ts"
|
|
291
295
|
],
|
|
292
296
|
"settings": {
|
|
293
297
|
"foreground": "#ab5959"
|
|
@@ -316,11 +320,18 @@
|
|
|
316
320
|
},
|
|
317
321
|
{
|
|
318
322
|
"scope": [
|
|
319
|
-
"punctuation.definition.string"
|
|
323
|
+
"punctuation.definition.string"
|
|
324
|
+
],
|
|
325
|
+
"settings": {
|
|
326
|
+
"foreground": "#b5695977"
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"scope": [
|
|
320
331
|
"punctuation.support.type.property-name"
|
|
321
332
|
],
|
|
322
333
|
"settings": {
|
|
323
|
-
"foreground": "#
|
|
334
|
+
"foreground": "#99841877"
|
|
324
335
|
}
|
|
325
336
|
},
|
|
326
337
|
{
|