tm-themes 1.4.2 → 1.4.3
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 +6 -4
- package/themes/vitesse-dark.json +6 -4
- package/themes/vitesse-light.json +4 -2
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/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
|
|
|
@@ -70,8 +70,8 @@ import { themes } from 'tm-themes'
|
|
|
70
70
|
| 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
71
|
| 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
72
|
| 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/
|
|
74
|
-
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
73
|
+
| 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 |
|
|
74
|
+
| 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
75
|
<!--list-end-->
|
|
76
76
|
|
|
77
77
|
## License
|
package/index.js
CHANGED
|
@@ -465,36 +465,36 @@ export const themes = [
|
|
|
465
465
|
type: 'dark',
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
|
-
byteSize:
|
|
468
|
+
byteSize: 13391,
|
|
469
469
|
displayName: 'Vitesse Black',
|
|
470
|
-
lastUpdate: '2024-
|
|
470
|
+
lastUpdate: '2024-05-13T20:35:54Z',
|
|
471
471
|
license: 'MIT',
|
|
472
472
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
473
473
|
name: 'vitesse-black',
|
|
474
|
-
sha: '
|
|
475
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
474
|
+
sha: '87561d1ad04f22eeaa4f13debb0cb806aa3bbdab',
|
|
475
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-black.json',
|
|
476
476
|
type: 'dark',
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
|
-
byteSize:
|
|
479
|
+
byteSize: 13473,
|
|
480
480
|
displayName: 'Vitesse Dark',
|
|
481
|
-
lastUpdate: '2024-
|
|
481
|
+
lastUpdate: '2024-05-13T20:35:54Z',
|
|
482
482
|
license: 'MIT',
|
|
483
483
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
484
484
|
name: 'vitesse-dark',
|
|
485
|
-
sha: '
|
|
486
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
485
|
+
sha: '87561d1ad04f22eeaa4f13debb0cb806aa3bbdab',
|
|
486
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-dark.json',
|
|
487
487
|
type: 'dark',
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
|
-
byteSize:
|
|
490
|
+
byteSize: 13330,
|
|
491
491
|
displayName: 'Vitesse Light',
|
|
492
|
-
lastUpdate: '2024-
|
|
492
|
+
lastUpdate: '2024-05-13T20:35:54Z',
|
|
493
493
|
license: 'MIT',
|
|
494
494
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
495
495
|
name: 'vitesse-light',
|
|
496
|
-
sha: '
|
|
497
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
496
|
+
sha: '87561d1ad04f22eeaa4f13debb0cb806aa3bbdab',
|
|
497
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/87561d1ad04f22eeaa4f13debb0cb806aa3bbdab/themes/vitesse-light.json',
|
|
498
498
|
type: 'light',
|
|
499
499
|
},
|
|
500
500
|
]
|
package/package.json
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"name": "vitesse-black",
|
|
192
192
|
"semanticHighlighting": true,
|
|
193
193
|
"semanticTokenColors": {
|
|
194
|
-
"class": "#
|
|
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": "#
|
|
661
|
+
"foreground": "#6872ab"
|
|
660
662
|
}
|
|
661
663
|
},
|
|
662
664
|
{
|
package/themes/vitesse-dark.json
CHANGED
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"name": "vitesse-dark",
|
|
192
192
|
"semanticHighlighting": true,
|
|
193
193
|
"semanticTokenColors": {
|
|
194
|
-
"class": "#
|
|
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": "#
|
|
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"
|