tm-themes 1.5.6 → 1.6.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 +27 -0
- package/README.md +5 -3
- package/index.js +34 -12
- package/package.json +1 -1
- package/themes/everforest-dark.json +2157 -0
- package/themes/everforest-light.json +2157 -0
- package/themes/vitesse-black.json +16 -5
- package/themes/vitesse-dark.json +16 -5
- package/themes/vitesse-light.json +16 -5
package/NOTICE
CHANGED
|
@@ -145,6 +145,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
145
145
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
146
146
|
SOFTWARE.
|
|
147
147
|
|
|
148
|
+
=========================================================================================================
|
|
149
|
+
Files: everforest-dark.json, everforest-light.json
|
|
150
|
+
License: https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE
|
|
151
|
+
SPDX: MIT
|
|
152
|
+
---------------------------------------------------------------------------------------------------------
|
|
153
|
+
MIT License
|
|
154
|
+
|
|
155
|
+
Copyright (c) 2020 sainnhe
|
|
156
|
+
|
|
157
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
158
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
159
|
+
in the Software without restriction, including without limitation the rights
|
|
160
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
161
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
162
|
+
furnished to do so, subject to the following conditions:
|
|
163
|
+
|
|
164
|
+
The above copyright notice and this permission notice shall be included in all
|
|
165
|
+
copies or substantial portions of the Software.
|
|
166
|
+
|
|
167
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
168
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
169
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
170
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
171
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
172
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
173
|
+
SOFTWARE.
|
|
174
|
+
|
|
148
175
|
=========================================================================================================
|
|
149
176
|
Files: github-dark.json, github-dark-default.json, github-dark-dimmed.json, github-light.json, github-light-default.json
|
|
150
177
|
License: https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE
|
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ import { themes } from 'tm-themes'
|
|
|
23
23
|
| Name | ID | Source | License | File Size |
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
25
|
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/94e2135389b52eff1b372473d0676537393fbf9a/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.37 kB |
|
|
26
|
+
| Everforest Light | `everforest-light` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-light.json) | [MIT](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | 52.43 kB |
|
|
26
27
|
| 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
28
|
| 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
29
|
| 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 |
|
|
@@ -33,7 +34,7 @@ import { themes } from 'tm-themes'
|
|
|
33
34
|
| 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
35
|
| 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
36
|
| 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/
|
|
37
|
+
| 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
38
|
|
|
38
39
|
## Dark Themes
|
|
39
40
|
|
|
@@ -48,6 +49,7 @@ import { themes } from 'tm-themes'
|
|
|
48
49
|
| 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 |
|
|
49
50
|
| Dracula Theme | `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/main/LICENSE) | 20.51 kB |
|
|
50
51
|
| Dracula Theme 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/main/LICENSE) | 20.52 kB |
|
|
52
|
+
| Everforest Dark | `everforest-dark` | [sainnhe/everforest-vscode](https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-dark.json) | [MIT](https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE) | 52.43 kB |
|
|
51
53
|
| GitHub Dark | `github-dark` | [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) | 11.08 kB |
|
|
52
54
|
| 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
55
|
| 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 |
|
|
@@ -71,8 +73,8 @@ import { themes } from 'tm-themes'
|
|
|
71
73
|
| 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
74
|
| 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
75
|
| 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/
|
|
76
|
+
| 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 |
|
|
77
|
+
| 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
78
|
<!--list-end-->
|
|
77
79
|
|
|
78
80
|
## License
|
package/index.js
CHANGED
|
@@ -112,6 +112,28 @@ export const themes = [
|
|
|
112
112
|
source: 'https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml',
|
|
113
113
|
type: 'dark',
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
byteSize: 53685,
|
|
117
|
+
displayName: 'Everforest Dark',
|
|
118
|
+
lastUpdate: '2022-12-13T08:22:03Z',
|
|
119
|
+
license: 'MIT',
|
|
120
|
+
licenseUrl: 'https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE',
|
|
121
|
+
name: 'everforest-dark',
|
|
122
|
+
sha: 'b039b30727868d77108ec85f0be66e6d80a9bc1f',
|
|
123
|
+
source: 'https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-dark.json',
|
|
124
|
+
type: 'dark',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
byteSize: 53688,
|
|
128
|
+
displayName: 'Everforest Light',
|
|
129
|
+
lastUpdate: '2022-12-13T08:22:03Z',
|
|
130
|
+
license: 'MIT',
|
|
131
|
+
licenseUrl: 'https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE',
|
|
132
|
+
name: 'everforest-light',
|
|
133
|
+
sha: 'b039b30727868d77108ec85f0be66e6d80a9bc1f',
|
|
134
|
+
source: 'https://github.com/sainnhe/everforest-vscode/blob/b039b30727868d77108ec85f0be66e6d80a9bc1f/themes/everforest-light.json',
|
|
135
|
+
type: 'light',
|
|
136
|
+
},
|
|
115
137
|
{
|
|
116
138
|
byteSize: 11345,
|
|
117
139
|
displayName: 'GitHub Dark',
|
|
@@ -476,36 +498,36 @@ export const themes = [
|
|
|
476
498
|
type: 'dark',
|
|
477
499
|
},
|
|
478
500
|
{
|
|
479
|
-
byteSize:
|
|
501
|
+
byteSize: 13619,
|
|
480
502
|
displayName: 'Vitesse Black',
|
|
481
|
-
lastUpdate: '2024-
|
|
503
|
+
lastUpdate: '2024-07-23T13:08:58Z',
|
|
482
504
|
license: 'MIT',
|
|
483
505
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
484
506
|
name: 'vitesse-black',
|
|
485
|
-
sha: '
|
|
486
|
-
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-black.json',
|
|
487
509
|
type: 'dark',
|
|
488
510
|
},
|
|
489
511
|
{
|
|
490
|
-
byteSize:
|
|
512
|
+
byteSize: 13701,
|
|
491
513
|
displayName: 'Vitesse Dark',
|
|
492
|
-
lastUpdate: '2024-
|
|
514
|
+
lastUpdate: '2024-07-23T13:08:58Z',
|
|
493
515
|
license: 'MIT',
|
|
494
516
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
495
517
|
name: 'vitesse-dark',
|
|
496
|
-
sha: '
|
|
497
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
518
|
+
sha: 'e20b62150ce48782c41b7df540c036288a535ed8',
|
|
519
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-dark.json',
|
|
498
520
|
type: 'dark',
|
|
499
521
|
},
|
|
500
522
|
{
|
|
501
|
-
byteSize:
|
|
523
|
+
byteSize: 13558,
|
|
502
524
|
displayName: 'Vitesse Light',
|
|
503
|
-
lastUpdate: '2024-
|
|
525
|
+
lastUpdate: '2024-07-23T13:08:58Z',
|
|
504
526
|
license: 'MIT',
|
|
505
527
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
506
528
|
name: 'vitesse-light',
|
|
507
|
-
sha: '
|
|
508
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
529
|
+
sha: 'e20b62150ce48782c41b7df540c036288a535ed8',
|
|
530
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/e20b62150ce48782c41b7df540c036288a535ed8/themes/vitesse-light.json',
|
|
509
531
|
type: 'light',
|
|
510
532
|
},
|
|
511
533
|
]
|