tm-themes 1.3.3 → 1.4.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 +53 -0
- package/README.md +9 -7
- package/index.js +43 -21
- package/package.json +1 -1
- package/themes/one-light.json +1819 -0
- package/themes/snazzy-light.json +1447 -0
- package/themes/vitesse-black.json +2 -2
- package/themes/vitesse-dark.json +2 -2
- package/themes/vitesse-light.json +2 -2
package/NOTICE
CHANGED
|
@@ -512,6 +512,34 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
512
512
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
513
513
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
514
514
|
THE SOFTWARE.
|
|
515
|
+
=========================================================================================================
|
|
516
|
+
Files: one-light.json
|
|
517
|
+
License: https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE
|
|
518
|
+
SPDX: MIT
|
|
519
|
+
---------------------------------------------------------------------------------------------------------
|
|
520
|
+
The MIT License (MIT)
|
|
521
|
+
|
|
522
|
+
Copyright (c) 2015 Mahmoud Ali
|
|
523
|
+
|
|
524
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
525
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
526
|
+
in the Software without restriction, including without limitation the rights
|
|
527
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
528
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
529
|
+
furnished to do so, subject to the following conditions:
|
|
530
|
+
|
|
531
|
+
The above copyright notice and this permission notice shall be included in all
|
|
532
|
+
copies or substantial portions of the Software.
|
|
533
|
+
|
|
534
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
535
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
536
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
537
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
538
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
539
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
540
|
+
SOFTWARE.
|
|
541
|
+
|
|
542
|
+
|
|
515
543
|
=========================================================================================================
|
|
516
544
|
Files: poimandres.json
|
|
517
545
|
License: https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE
|
|
@@ -593,6 +621,31 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
593
621
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
594
622
|
SOFTWARE.
|
|
595
623
|
|
|
624
|
+
=========================================================================================================
|
|
625
|
+
Files: snazzy-light.json
|
|
626
|
+
License: https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE
|
|
627
|
+
SPDX: MIT
|
|
628
|
+
---------------------------------------------------------------------------------------------------------
|
|
629
|
+
Copyright (c) 2020 Florian Reuschel
|
|
630
|
+
|
|
631
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
632
|
+
a copy of this software and associated documentation files (the
|
|
633
|
+
"Software"), to deal in the Software without restriction, including
|
|
634
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
635
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
636
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
637
|
+
the following conditions:
|
|
638
|
+
|
|
639
|
+
The above copyright notice and this permission notice shall be
|
|
640
|
+
included in all copies or substantial portions of the Software.
|
|
641
|
+
|
|
642
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
643
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
644
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
645
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
646
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
647
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
648
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
596
649
|
=========================================================================================================
|
|
597
650
|
Files: synthwave-84.json
|
|
598
651
|
License: https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE
|
package/README.md
CHANGED
|
@@ -22,16 +22,18 @@ import { themes } from 'tm-themes'
|
|
|
22
22
|
|
|
23
23
|
| Name | ID | Source | License | File Size |
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
|
-
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
25
|
+
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.51 kB |
|
|
26
26
|
| GitHub Light | `github-light` | [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) | 10.86 kB |
|
|
27
27
|
| GitHub Light Default | `github-light-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) | 13.73 kB |
|
|
28
28
|
| Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 9.47 kB |
|
|
29
29
|
| Material Theme Lighter | `material-theme-lighter` | [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.15 kB |
|
|
30
30
|
| Min Light | `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.75 kB |
|
|
31
|
+
| One Light | `one-light` | [akamud/vscode-theme-onelight](https://github.com/akamud/vscode-theme-onelight/blob/f1ff6b87c6379a22b34354bbf64d355cd2adc611/themes/OneLight.json) | [MIT](https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE) | 24.65 kB |
|
|
31
32
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
|
|
32
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
|
+
| 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 |
|
|
33
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 |
|
|
34
|
-
| 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/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 12.94 kB |
|
|
35
37
|
|
|
36
38
|
## Dark Themes
|
|
37
39
|
|
|
@@ -40,9 +42,9 @@ import { themes } from 'tm-themes'
|
|
|
40
42
|
| Andromeeda | `andromeeda` | [EliverLara/Andromeda](https://github.com/EliverLara/Andromeda/blob/94008ecde515dd2306e51d60fbb965bca2a516ad/themes/Andromeda-color-theme.json) | [MIT](https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md) | 8.59 kB |
|
|
41
43
|
| Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
|
|
42
44
|
| Ayu Dark | `ayu-dark` | [ayu-theme/vscode-ayu](https://github.com/ayu-theme/vscode-ayu/blob/798bc07c1ac7faccab57081042ba9a16621cdde4/ayu-dark.json) | [MIT](https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE) | 14.54 kB |
|
|
43
|
-
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
44
|
-
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
45
|
-
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
45
|
+
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.51 kB |
|
|
46
|
+
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.52 kB |
|
|
47
|
+
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.51 kB |
|
|
46
48
|
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 8.64 kB |
|
|
47
49
|
| Dracula | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.51 kB |
|
|
48
50
|
| Dracula Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.52 kB |
|
|
@@ -68,8 +70,8 @@ import { themes } from 'tm-themes'
|
|
|
68
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 |
|
|
69
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 |
|
|
70
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 |
|
|
71
|
-
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
72
|
-
| 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/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 |
|
|
73
75
|
<!--list-end-->
|
|
74
76
|
|
|
75
77
|
## License
|
package/index.js
CHANGED
|
@@ -38,45 +38,45 @@ export const themes = [
|
|
|
38
38
|
{
|
|
39
39
|
byteSize: 44557,
|
|
40
40
|
displayName: 'Catppuccin Frappé',
|
|
41
|
-
lastUpdate: '2024-
|
|
41
|
+
lastUpdate: '2024-04-13T14:42:40Z',
|
|
42
42
|
license: 'MIT',
|
|
43
43
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
44
44
|
name: 'catppuccin-frappe',
|
|
45
|
-
sha: '
|
|
46
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
45
|
+
sha: 'eead26917ad2f00c32145975cb04340c8bc5e91e',
|
|
46
|
+
source: 'https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json',
|
|
47
47
|
type: 'dark',
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
byteSize: 44555,
|
|
51
51
|
displayName: 'Catppuccin Latte',
|
|
52
|
-
lastUpdate: '2024-
|
|
52
|
+
lastUpdate: '2024-04-13T14:42:40Z',
|
|
53
53
|
license: 'MIT',
|
|
54
54
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
55
55
|
name: 'catppuccin-latte',
|
|
56
|
-
sha: '
|
|
57
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
56
|
+
sha: 'eead26917ad2f00c32145975cb04340c8bc5e91e',
|
|
57
|
+
source: 'https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json',
|
|
58
58
|
type: 'light',
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
byteSize: 44562,
|
|
62
62
|
displayName: 'Catppuccin Macchiato',
|
|
63
|
-
lastUpdate: '2024-
|
|
63
|
+
lastUpdate: '2024-04-13T14:42:40Z',
|
|
64
64
|
license: 'MIT',
|
|
65
65
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
66
66
|
name: 'catppuccin-macchiato',
|
|
67
|
-
sha: '
|
|
68
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
67
|
+
sha: 'eead26917ad2f00c32145975cb04340c8bc5e91e',
|
|
68
|
+
source: 'https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json',
|
|
69
69
|
type: 'dark',
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
byteSize: 44554,
|
|
73
73
|
displayName: 'Catppuccin Mocha',
|
|
74
|
-
lastUpdate: '2024-
|
|
74
|
+
lastUpdate: '2024-04-13T14:42:40Z',
|
|
75
75
|
license: 'MIT',
|
|
76
76
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
77
77
|
name: 'catppuccin-mocha',
|
|
78
|
-
sha: '
|
|
79
|
-
source: 'https://github.com/catppuccin/vscode/blob/
|
|
78
|
+
sha: 'eead26917ad2f00c32145975cb04340c8bc5e91e',
|
|
79
|
+
source: 'https://github.com/catppuccin/vscode/blob/eead26917ad2f00c32145975cb04340c8bc5e91e/packages/catppuccin-vsc/package.json',
|
|
80
80
|
type: 'dark',
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -310,6 +310,17 @@ export const themes = [
|
|
|
310
310
|
source: 'https://github.com/Binaryify/OneDark-Pro/blob/37492751be5cb02bed4c3bf4f1938f075bc6ce6b/themes/OneDark-Pro.json',
|
|
311
311
|
type: 'dark',
|
|
312
312
|
},
|
|
313
|
+
{
|
|
314
|
+
byteSize: 25238,
|
|
315
|
+
displayName: 'One Light',
|
|
316
|
+
lastUpdate: '2022-10-08T13:48:47Z',
|
|
317
|
+
license: 'MIT',
|
|
318
|
+
licenseUrl: 'https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE',
|
|
319
|
+
name: 'one-light',
|
|
320
|
+
sha: 'f1ff6b87c6379a22b34354bbf64d355cd2adc611',
|
|
321
|
+
source: 'https://github.com/akamud/vscode-theme-onelight/blob/f1ff6b87c6379a22b34354bbf64d355cd2adc611/themes/OneLight.json',
|
|
322
|
+
type: 'light',
|
|
323
|
+
},
|
|
313
324
|
{
|
|
314
325
|
byteSize: 33434,
|
|
315
326
|
displayName: 'Poimandres',
|
|
@@ -387,6 +398,17 @@ export const themes = [
|
|
|
387
398
|
source: 'https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json',
|
|
388
399
|
type: 'light',
|
|
389
400
|
},
|
|
401
|
+
{
|
|
402
|
+
byteSize: 20713,
|
|
403
|
+
displayName: 'Snazzy Light',
|
|
404
|
+
lastUpdate: '2023-10-08T19:14:47Z',
|
|
405
|
+
license: 'MIT',
|
|
406
|
+
licenseUrl: 'https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE',
|
|
407
|
+
name: 'snazzy-light',
|
|
408
|
+
sha: '516646af7e1a114871698ce9090182c582899c71',
|
|
409
|
+
source: 'https://github.com/loilo/vscode-snazzy-light/blob/516646af7e1a114871698ce9090182c582899c71/themes/Snazzy-Light-color-theme.json',
|
|
410
|
+
type: 'light',
|
|
411
|
+
},
|
|
390
412
|
{
|
|
391
413
|
byteSize: 6745,
|
|
392
414
|
displayName: 'Solarized Dark',
|
|
@@ -445,34 +467,34 @@ export const themes = [
|
|
|
445
467
|
{
|
|
446
468
|
byteSize: 13314,
|
|
447
469
|
displayName: 'Vitesse Black',
|
|
448
|
-
lastUpdate: '2024-04-
|
|
470
|
+
lastUpdate: '2024-04-13T23:28:11Z',
|
|
449
471
|
license: 'MIT',
|
|
450
472
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
451
473
|
name: 'vitesse-black',
|
|
452
|
-
sha: '
|
|
453
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
474
|
+
sha: '3ed3411dc7dd209cd765b8ab856045efb2d097b9',
|
|
475
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-black.json',
|
|
454
476
|
type: 'dark',
|
|
455
477
|
},
|
|
456
478
|
{
|
|
457
479
|
byteSize: 13396,
|
|
458
480
|
displayName: 'Vitesse Dark',
|
|
459
|
-
lastUpdate: '2024-04-
|
|
481
|
+
lastUpdate: '2024-04-13T23:28:11Z',
|
|
460
482
|
license: 'MIT',
|
|
461
483
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
462
484
|
name: 'vitesse-dark',
|
|
463
|
-
sha: '
|
|
464
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
485
|
+
sha: '3ed3411dc7dd209cd765b8ab856045efb2d097b9',
|
|
486
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-dark.json',
|
|
465
487
|
type: 'dark',
|
|
466
488
|
},
|
|
467
489
|
{
|
|
468
490
|
byteSize: 13253,
|
|
469
491
|
displayName: 'Vitesse Light',
|
|
470
|
-
lastUpdate: '2024-04-
|
|
492
|
+
lastUpdate: '2024-04-13T23:28:11Z',
|
|
471
493
|
license: 'MIT',
|
|
472
494
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
473
495
|
name: 'vitesse-light',
|
|
474
|
-
sha: '
|
|
475
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
496
|
+
sha: '3ed3411dc7dd209cd765b8ab856045efb2d097b9',
|
|
497
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/3ed3411dc7dd209cd765b8ab856045efb2d097b9/themes/vitesse-light.json',
|
|
476
498
|
type: 'light',
|
|
477
499
|
},
|
|
478
500
|
]
|