tm-themes 1.6.2 → 1.6.4
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 +2 -2
- package/README.md +7 -5
- package/index.js +32 -10
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -173,7 +173,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
173
173
|
SOFTWARE.
|
|
174
174
|
|
|
175
175
|
=========================================================================================================
|
|
176
|
-
Files: github-dark.json, github-dark-default.json, github-dark-dimmed.json, github-light.json, github-light-default.json
|
|
176
|
+
Files: github-dark.json, github-dark-default.json, github-dark-dimmed.json, github-dark-high-contrast.json, github-light.json, github-light-default.json, github-light-high-contrast.json
|
|
177
177
|
License: https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE
|
|
178
178
|
SPDX: MIT
|
|
179
179
|
---------------------------------------------------------------------------------------------------------
|
|
@@ -256,7 +256,7 @@ SOFTWARE.
|
|
|
256
256
|
|
|
257
257
|
=========================================================================================================
|
|
258
258
|
Files: material-theme.json, material-theme-darker.json, material-theme-lighter.json, material-theme-ocean.json, material-theme-palenight.json
|
|
259
|
-
License: https://raw.githubusercontent.com/
|
|
259
|
+
License: https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE
|
|
260
260
|
SPDX: Apache-2.0
|
|
261
261
|
---------------------------------------------------------------------------------------------------------
|
|
262
262
|
Apache License
|
package/README.md
CHANGED
|
@@ -26,8 +26,9 @@ import { themes } from 'tm-themes'
|
|
|
26
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 |
|
|
27
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 |
|
|
28
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 |
|
|
29
|
+
| GitHub Light High Contrast | `github-light-high-contrast` | [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.84 kB |
|
|
29
30
|
| 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 |
|
|
30
|
-
| Material Theme Lighter | `material-theme-lighter` | [
|
|
31
|
+
| Material Theme Lighter | `material-theme-lighter` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.14 kB |
|
|
31
32
|
| 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 |
|
|
32
33
|
| 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 |
|
|
33
34
|
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/bec02ba556d87429a9bb325f39dd8509b6155194/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.93 kB |
|
|
@@ -53,12 +54,13 @@ import { themes } from 'tm-themes'
|
|
|
53
54
|
| 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 |
|
|
54
55
|
| 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 |
|
|
55
56
|
| 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 |
|
|
57
|
+
| GitHub Dark High Contrast | `github-dark-high-contrast` | [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.16 kB |
|
|
56
58
|
| Houston | `houston` | [withastro/houston-vscode](https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json) | [MIT](https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE) | 34.53 kB |
|
|
57
59
|
| LaserWave | `laserwave` | [Jaredk3nt/laserwave](https://github.com/Jaredk3nt/laserwave/blob/f768285c659425fbb6ec5642085df4902f8a8d92/themes/LaserWave-color-theme.json) | [MIT](https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE) | 11.17 kB |
|
|
58
|
-
| Material Theme | `material-theme` | [
|
|
59
|
-
| Material Theme Darker | `material-theme-darker` | [
|
|
60
|
-
| Material Theme Ocean | `material-theme-ocean` | [
|
|
61
|
-
| Material Theme Palenight | `material-theme-palenight` | [
|
|
60
|
+
| Material Theme | `material-theme` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.12 kB |
|
|
61
|
+
| Material Theme Darker | `material-theme-darker` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.13 kB |
|
|
62
|
+
| Material Theme Ocean | `material-theme-ocean` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.13 kB |
|
|
63
|
+
| Material Theme Palenight | `material-theme-palenight` | [antfu/vsc-material-theme](https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE) | 18.14 kB |
|
|
62
64
|
| Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.08 kB |
|
|
63
65
|
| Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.60 kB |
|
|
64
66
|
| Night Owl | `night-owl` | [sdras/night-owl-vscode-theme](https://github.com/sdras/night-owl-vscode-theme/blob/33ef8e835fde5df592dddeec63bc0c80d073bc24/themes/Night%20Owl-color-theme.json) | [MIT](https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE) | 28.02 kB |
|
package/index.js
CHANGED
|
@@ -167,6 +167,17 @@ export const themes = [
|
|
|
167
167
|
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
168
168
|
type: 'dark',
|
|
169
169
|
},
|
|
170
|
+
{
|
|
171
|
+
byteSize: 14496,
|
|
172
|
+
displayName: 'GitHub Dark High Contrast',
|
|
173
|
+
lastUpdate: '2023-01-06T02:19:35Z',
|
|
174
|
+
license: 'MIT',
|
|
175
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
176
|
+
name: 'github-dark-high-contrast',
|
|
177
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
178
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
179
|
+
type: 'dark',
|
|
180
|
+
},
|
|
170
181
|
{
|
|
171
182
|
byteSize: 11124,
|
|
172
183
|
displayName: 'GitHub Light',
|
|
@@ -189,6 +200,17 @@ export const themes = [
|
|
|
189
200
|
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
190
201
|
type: 'light',
|
|
191
202
|
},
|
|
203
|
+
{
|
|
204
|
+
byteSize: 14176,
|
|
205
|
+
displayName: 'GitHub Light High Contrast',
|
|
206
|
+
lastUpdate: '2023-01-06T02:19:35Z',
|
|
207
|
+
license: 'MIT',
|
|
208
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
209
|
+
name: 'github-light-high-contrast',
|
|
210
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
211
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
212
|
+
type: 'light',
|
|
213
|
+
},
|
|
192
214
|
{
|
|
193
215
|
byteSize: 35362,
|
|
194
216
|
displayName: 'Houston',
|
|
@@ -227,10 +249,10 @@ export const themes = [
|
|
|
227
249
|
displayName: 'Material Theme',
|
|
228
250
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
229
251
|
license: 'Apache-2.0',
|
|
230
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
252
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
231
253
|
name: 'material-theme',
|
|
232
254
|
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
233
|
-
source: 'https://github.com/
|
|
255
|
+
source: 'https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
234
256
|
type: 'dark',
|
|
235
257
|
},
|
|
236
258
|
{
|
|
@@ -238,10 +260,10 @@ export const themes = [
|
|
|
238
260
|
displayName: 'Material Theme Darker',
|
|
239
261
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
240
262
|
license: 'Apache-2.0',
|
|
241
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
263
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
242
264
|
name: 'material-theme-darker',
|
|
243
265
|
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
244
|
-
source: 'https://github.com/
|
|
266
|
+
source: 'https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
245
267
|
type: 'dark',
|
|
246
268
|
},
|
|
247
269
|
{
|
|
@@ -249,10 +271,10 @@ export const themes = [
|
|
|
249
271
|
displayName: 'Material Theme Lighter',
|
|
250
272
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
251
273
|
license: 'Apache-2.0',
|
|
252
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
274
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
253
275
|
name: 'material-theme-lighter',
|
|
254
276
|
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
255
|
-
source: 'https://github.com/
|
|
277
|
+
source: 'https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
256
278
|
type: 'light',
|
|
257
279
|
},
|
|
258
280
|
{
|
|
@@ -260,10 +282,10 @@ export const themes = [
|
|
|
260
282
|
displayName: 'Material Theme Ocean',
|
|
261
283
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
262
284
|
license: 'Apache-2.0',
|
|
263
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
285
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
264
286
|
name: 'material-theme-ocean',
|
|
265
287
|
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
266
|
-
source: 'https://github.com/
|
|
288
|
+
source: 'https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
267
289
|
type: 'dark',
|
|
268
290
|
},
|
|
269
291
|
{
|
|
@@ -271,10 +293,10 @@ export const themes = [
|
|
|
271
293
|
displayName: 'Material Theme Palenight',
|
|
272
294
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
273
295
|
license: 'Apache-2.0',
|
|
274
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
296
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
275
297
|
name: 'material-theme-palenight',
|
|
276
298
|
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
277
|
-
source: 'https://github.com/
|
|
299
|
+
source: 'https://github.com/antfu/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
278
300
|
type: 'dark',
|
|
279
301
|
},
|
|
280
302
|
{
|