tm-themes 1.3.2 → 1.3.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 +10 -10
- package/package.json +1 -1
- package/themes/vitesse-black.json +1 -1
- package/themes/vitesse-dark.json +1 -1
- package/themes/vitesse-light.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ import { themes } from 'tm-themes'
|
|
|
31
31
|
| 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
32
|
| 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 |
|
|
33
33
|
| 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/
|
|
34
|
+
| Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/da24459c69a05b51de024d02a6166aa7ad30fae9/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 12.94 kB |
|
|
35
35
|
|
|
36
36
|
## Dark Themes
|
|
37
37
|
|
|
@@ -68,8 +68,8 @@ import { themes } from 'tm-themes'
|
|
|
68
68
|
| 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
69
|
| 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
70
|
| 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/
|
|
71
|
+
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/da24459c69a05b51de024d02a6166aa7ad30fae9/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
|
|
72
|
+
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/da24459c69a05b51de024d02a6166aa7ad30fae9/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
|
|
73
73
|
<!--list-end-->
|
|
74
74
|
|
|
75
75
|
## License
|
package/index.js
CHANGED
|
@@ -443,36 +443,36 @@ export const themes = [
|
|
|
443
443
|
type: 'dark',
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
|
-
byteSize:
|
|
446
|
+
byteSize: 13314,
|
|
447
447
|
displayName: 'Vitesse Black',
|
|
448
|
-
lastUpdate: '2024-
|
|
448
|
+
lastUpdate: '2024-04-04T10:26:03Z',
|
|
449
449
|
license: 'MIT',
|
|
450
450
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
451
451
|
name: 'vitesse-black',
|
|
452
|
-
sha: '
|
|
453
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
452
|
+
sha: 'da24459c69a05b51de024d02a6166aa7ad30fae9',
|
|
453
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/da24459c69a05b51de024d02a6166aa7ad30fae9/themes/vitesse-black.json',
|
|
454
454
|
type: 'dark',
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
byteSize: 13396,
|
|
458
458
|
displayName: 'Vitesse Dark',
|
|
459
|
-
lastUpdate: '2024-
|
|
459
|
+
lastUpdate: '2024-04-04T10:26:03Z',
|
|
460
460
|
license: 'MIT',
|
|
461
461
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
462
462
|
name: 'vitesse-dark',
|
|
463
|
-
sha: '
|
|
464
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
463
|
+
sha: 'da24459c69a05b51de024d02a6166aa7ad30fae9',
|
|
464
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/da24459c69a05b51de024d02a6166aa7ad30fae9/themes/vitesse-dark.json',
|
|
465
465
|
type: 'dark',
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
468
|
byteSize: 13253,
|
|
469
469
|
displayName: 'Vitesse Light',
|
|
470
|
-
lastUpdate: '2024-
|
|
470
|
+
lastUpdate: '2024-04-04T10:26:03Z',
|
|
471
471
|
license: 'MIT',
|
|
472
472
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
473
473
|
name: 'vitesse-light',
|
|
474
|
-
sha: '
|
|
475
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
474
|
+
sha: 'da24459c69a05b51de024d02a6166aa7ad30fae9',
|
|
475
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/da24459c69a05b51de024d02a6166aa7ad30fae9/themes/vitesse-light.json',
|
|
476
476
|
type: 'light',
|
|
477
477
|
},
|
|
478
478
|
]
|
package/package.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"inputOption.activeBackground": "#dedcd550",
|
|
88
88
|
"list.activeSelectionBackground": "#121212",
|
|
89
89
|
"list.activeSelectionForeground": "#dbd7cacc",
|
|
90
|
-
"list.focusBackground": "#
|
|
90
|
+
"list.focusBackground": "#121212",
|
|
91
91
|
"list.highlightForeground": "#4d9375",
|
|
92
92
|
"list.hoverBackground": "#121212",
|
|
93
93
|
"list.hoverForeground": "#dbd7cacc",
|
package/themes/vitesse-dark.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"inputOption.activeBackground": "#dedcd550",
|
|
88
88
|
"list.activeSelectionBackground": "#181818",
|
|
89
89
|
"list.activeSelectionForeground": "#dbd7caee",
|
|
90
|
-
"list.focusBackground": "#
|
|
90
|
+
"list.focusBackground": "#181818",
|
|
91
91
|
"list.highlightForeground": "#4d9375",
|
|
92
92
|
"list.hoverBackground": "#181818",
|
|
93
93
|
"list.hoverForeground": "#dbd7caee",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"inputOption.activeBackground": "#393a3450",
|
|
88
88
|
"list.activeSelectionBackground": "#f7f7f7",
|
|
89
89
|
"list.activeSelectionForeground": "#393a34",
|
|
90
|
-
"list.focusBackground": "#
|
|
90
|
+
"list.focusBackground": "#f7f7f7",
|
|
91
91
|
"list.highlightForeground": "#1c6b48",
|
|
92
92
|
"list.hoverBackground": "#f7f7f7",
|
|
93
93
|
"list.hoverForeground": "#393a34",
|