tm-themes 1.5.7 → 1.6.1
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 +6 -4
- 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/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
|
@@ -22,7 +22,8 @@ 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/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/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 |
|
|
@@ -42,12 +43,13 @@ import { themes } from 'tm-themes'
|
|
|
42
43
|
| 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 |
|
|
43
44
|
| Aurora X | `aurora-x` | [marqu3ss/Aurora-X](https://github.com/marqu3ss/Aurora-X/blob/118727efadf48872adcd81f6c00be580097d6592/themes/Aurora%20X-color-theme.json) | | 13.28 kB |
|
|
44
45
|
| 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 |
|
|
45
|
-
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
46
|
-
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
47
|
-
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/
|
|
46
|
+
| Catppuccin Frappé | `catppuccin-frappe` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.37 kB |
|
|
47
|
+
| Catppuccin Macchiato | `catppuccin-macchiato` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.37 kB |
|
|
48
|
+
| Catppuccin Mocha | `catppuccin-mocha` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.36 kB |
|
|
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 |
|
package/index.js
CHANGED
|
@@ -38,45 +38,45 @@ export const themes = [
|
|
|
38
38
|
{
|
|
39
39
|
byteSize: 45432,
|
|
40
40
|
displayName: 'Catppuccin Frappé',
|
|
41
|
-
lastUpdate: '2024-
|
|
41
|
+
lastUpdate: '2024-08-03T22:43:47Z',
|
|
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: 'ceb5b20db7a3106cf008d5b608542dd4bce4c77f',
|
|
46
|
+
source: 'https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json',
|
|
47
47
|
type: 'dark',
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
byteSize: 45430,
|
|
51
51
|
displayName: 'Catppuccin Latte',
|
|
52
|
-
lastUpdate: '2024-
|
|
52
|
+
lastUpdate: '2024-08-03T22:43:47Z',
|
|
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: 'ceb5b20db7a3106cf008d5b608542dd4bce4c77f',
|
|
57
|
+
source: 'https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json',
|
|
58
58
|
type: 'light',
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
byteSize: 45437,
|
|
62
62
|
displayName: 'Catppuccin Macchiato',
|
|
63
|
-
lastUpdate: '2024-
|
|
63
|
+
lastUpdate: '2024-08-03T22:43:47Z',
|
|
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: 'ceb5b20db7a3106cf008d5b608542dd4bce4c77f',
|
|
68
|
+
source: 'https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json',
|
|
69
69
|
type: 'dark',
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
byteSize: 45429,
|
|
73
73
|
displayName: 'Catppuccin Mocha',
|
|
74
|
-
lastUpdate: '2024-
|
|
74
|
+
lastUpdate: '2024-08-03T22:43:47Z',
|
|
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: 'ceb5b20db7a3106cf008d5b608542dd4bce4c77f',
|
|
79
|
+
source: 'https://github.com/catppuccin/vscode/blob/ceb5b20db7a3106cf008d5b608542dd4bce4c77f/packages/catppuccin-vsc/package.json',
|
|
80
80
|
type: 'dark',
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -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',
|