tm-themes 1.8.9 → 1.9.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 +3 -0
- package/index.js +36 -0
- package/package.json +1 -1
- package/themes/kanagawa-dragon.json +875 -0
- package/themes/kanagawa-lotus.json +875 -0
- package/themes/kanagawa-wave.json +875 -0
package/NOTICE
CHANGED
|
@@ -226,6 +226,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
226
226
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
227
227
|
SOFTWARE.
|
|
228
228
|
|
|
229
|
+
=========================================================================================================
|
|
230
|
+
Files: kanagawa-dragon.json, kanagawa-lotus.json, kanagawa-wave.json
|
|
231
|
+
License: https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE
|
|
232
|
+
SPDX: MIT
|
|
233
|
+
---------------------------------------------------------------------------------------------------------
|
|
234
|
+
MIT License
|
|
235
|
+
|
|
236
|
+
Copyright (c) 2024 Pierre-Alain Castella
|
|
237
|
+
|
|
238
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
239
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
240
|
+
in the Software without restriction, including without limitation the rights
|
|
241
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
242
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
243
|
+
furnished to do so, subject to the following conditions:
|
|
244
|
+
|
|
245
|
+
The above copyright notice and this permission notice shall be included in all
|
|
246
|
+
copies or substantial portions of the Software.
|
|
247
|
+
|
|
248
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
249
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
250
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
251
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
252
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
253
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
254
|
+
SOFTWARE.
|
|
255
|
+
|
|
229
256
|
=========================================================================================================
|
|
230
257
|
Files: laserwave.json
|
|
231
258
|
License: https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE
|
package/README.md
CHANGED
|
@@ -27,6 +27,7 @@ import { themes } from 'tm-themes'
|
|
|
27
27
|
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/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/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 13.77 kB |
|
|
29
29
|
| GitHub Light High Contrast | `github-light-high-contrast` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 13.88 kB |
|
|
30
|
+
| Kanagawa Lotus | `kanagawa-lotus` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/529666e4eb4ce8444e087bc42253b78c41e21979/themes/kanagawa-lotus-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | 16.81 kB |
|
|
30
31
|
| 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 |
|
|
31
32
|
| 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 |
|
|
32
33
|
| 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 |
|
|
@@ -56,6 +57,8 @@ import { themes } from 'tm-themes'
|
|
|
56
57
|
| GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.04 kB |
|
|
57
58
|
| GitHub Dark High Contrast | `github-dark-high-contrast` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.19 kB |
|
|
58
59
|
| 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 |
|
|
60
|
+
| Kanagawa Dragon | `kanagawa-dragon` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/529666e4eb4ce8444e087bc42253b78c41e21979/themes/kanagawa-dragon-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | 16.81 kB |
|
|
61
|
+
| Kanagawa Wave | `kanagawa-wave` | [metapho-re/kanagawa-vscode-theme](https://github.com/metapho-re/kanagawa-vscode-theme/blob/529666e4eb4ce8444e087bc42253b78c41e21979/themes/kanagawa-wave-color-theme.json) | [MIT](https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE) | 16.80 kB |
|
|
59
62
|
| 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 |
|
|
60
63
|
| 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
64
|
| 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 |
|
package/index.js
CHANGED
|
@@ -242,6 +242,42 @@ export const themes = [
|
|
|
242
242
|
source: 'https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json',
|
|
243
243
|
type: 'dark',
|
|
244
244
|
},
|
|
245
|
+
{
|
|
246
|
+
byteSize: 17211,
|
|
247
|
+
displayName: 'Kanagawa Dragon',
|
|
248
|
+
hash: 'fQRkYv41mS',
|
|
249
|
+
lastUpdate: '2024-07-11T21:43:35Z',
|
|
250
|
+
license: 'MIT',
|
|
251
|
+
licenseUrl: 'https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE',
|
|
252
|
+
name: 'kanagawa-dragon',
|
|
253
|
+
sha: '529666e4eb4ce8444e087bc42253b78c41e21979',
|
|
254
|
+
source: 'https://github.com/metapho-re/kanagawa-vscode-theme/blob/529666e4eb4ce8444e087bc42253b78c41e21979/themes/kanagawa-dragon-color-theme.json',
|
|
255
|
+
type: 'dark',
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
byteSize: 17210,
|
|
259
|
+
displayName: 'Kanagawa Lotus',
|
|
260
|
+
hash: 'wb6JiexYwF',
|
|
261
|
+
lastUpdate: '2024-07-11T21:43:35Z',
|
|
262
|
+
license: 'MIT',
|
|
263
|
+
licenseUrl: 'https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE',
|
|
264
|
+
name: 'kanagawa-lotus',
|
|
265
|
+
sha: '529666e4eb4ce8444e087bc42253b78c41e21979',
|
|
266
|
+
source: 'https://github.com/metapho-re/kanagawa-vscode-theme/blob/529666e4eb4ce8444e087bc42253b78c41e21979/themes/kanagawa-lotus-color-theme.json',
|
|
267
|
+
type: 'light',
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
byteSize: 17207,
|
|
271
|
+
displayName: 'Kanagawa Wave',
|
|
272
|
+
hash: 'AJNUIJqckD',
|
|
273
|
+
lastUpdate: '2024-07-11T21:43:35Z',
|
|
274
|
+
license: 'MIT',
|
|
275
|
+
licenseUrl: 'https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE',
|
|
276
|
+
name: 'kanagawa-wave',
|
|
277
|
+
sha: '529666e4eb4ce8444e087bc42253b78c41e21979',
|
|
278
|
+
source: 'https://github.com/metapho-re/kanagawa-vscode-theme/blob/529666e4eb4ce8444e087bc42253b78c41e21979/themes/kanagawa-wave-color-theme.json',
|
|
279
|
+
type: 'dark',
|
|
280
|
+
},
|
|
245
281
|
{
|
|
246
282
|
byteSize: 11439,
|
|
247
283
|
displayName: 'LaserWave',
|