tm-themes 1.2.3 → 1.3.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 CHANGED
@@ -172,6 +172,33 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
172
172
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
173
173
  SOFTWARE.
174
174
 
175
+ =========================================================================================================
176
+ Files: houston.json
177
+ License: https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE
178
+ SPDX: MIT
179
+ ---------------------------------------------------------------------------------------------------------
180
+ MIT License
181
+
182
+ Copyright (c) 2022 The Astro Technology Company
183
+
184
+ Permission is hereby granted, free of charge, to any person obtaining a copy
185
+ of this software and associated documentation files (the "Software"), to deal
186
+ in the Software without restriction, including without limitation the rights
187
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188
+ copies of the Software, and to permit persons to whom the Software is
189
+ furnished to do so, subject to the following conditions:
190
+
191
+ The above copyright notice and this permission notice shall be included in all
192
+ copies or substantial portions of the Software.
193
+
194
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
200
+ SOFTWARE.
201
+
175
202
  =========================================================================================================
176
203
  Files: material-theme.json, material-theme-darker.json, material-theme-lighter.json, material-theme-ocean.json, material-theme-palenight.json
177
204
  License: https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE
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/ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 12.94 kB |
34
+ | Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/7cab2e0b21053cafbd48e365375e53f5f7c916b9/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
 
@@ -49,6 +49,7 @@ import { themes } from 'tm-themes'
49
49
  | 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 |
50
50
  | 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 |
51
51
  | 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 |
52
+ | 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 |
52
53
  | Material Theme | `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.13 kB |
53
54
  | Material Theme Darker | `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
54
55
  | Material Theme Ocean | `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
@@ -67,8 +68,8 @@ import { themes } from 'tm-themes'
67
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 |
68
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 |
69
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 |
70
- | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
71
- | Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
71
+ | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/7cab2e0b21053cafbd48e365375e53f5f7c916b9/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/7cab2e0b21053cafbd48e365375e53f5f7c916b9/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
72
73
  <!--list-end-->
73
74
 
74
75
  ## License
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: 'light',
169
169
  },
170
+ {
171
+ byteSize: 35362,
172
+ displayName: 'Houston',
173
+ lastUpdate: '2023-11-10T11:20:23Z',
174
+ license: 'MIT',
175
+ licenseUrl: 'https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE',
176
+ name: 'houston',
177
+ sha: 'd297233be95e3f8fdecc22e4ffa92bb0e7265592',
178
+ source: 'https://github.com/withastro/houston-vscode/blob/d297233be95e3f8fdecc22e4ffa92bb0e7265592/themes/houston.json',
179
+ type: 'dark',
180
+ },
170
181
  {
171
182
  byteSize: 9698,
172
183
  displayName: 'Light Plus',
@@ -432,36 +443,36 @@ export const themes = [
432
443
  type: 'dark',
433
444
  },
434
445
  {
435
- byteSize: 13313,
446
+ byteSize: 13311,
436
447
  displayName: 'Vitesse Black',
437
- lastUpdate: '2024-03-03T21:27:40Z',
448
+ lastUpdate: '2024-03-11T10:58:03Z',
438
449
  license: 'MIT',
439
450
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
440
451
  name: 'vitesse-black',
441
- sha: 'ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b',
442
- source: 'https://github.com/antfu/vscode-theme-vitesse/blob/ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b/themes/vitesse-black.json',
452
+ sha: '7cab2e0b21053cafbd48e365375e53f5f7c916b9',
453
+ source: 'https://github.com/antfu/vscode-theme-vitesse/blob/7cab2e0b21053cafbd48e365375e53f5f7c916b9/themes/vitesse-black.json',
443
454
  type: 'dark',
444
455
  },
445
456
  {
446
- byteSize: 13398,
457
+ byteSize: 13396,
447
458
  displayName: 'Vitesse Dark',
448
- lastUpdate: '2024-03-03T21:27:40Z',
459
+ lastUpdate: '2024-03-11T10:58:03Z',
449
460
  license: 'MIT',
450
461
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
451
462
  name: 'vitesse-dark',
452
- sha: 'ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b',
453
- source: 'https://github.com/antfu/vscode-theme-vitesse/blob/ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b/themes/vitesse-dark.json',
463
+ sha: '7cab2e0b21053cafbd48e365375e53f5f7c916b9',
464
+ source: 'https://github.com/antfu/vscode-theme-vitesse/blob/7cab2e0b21053cafbd48e365375e53f5f7c916b9/themes/vitesse-dark.json',
454
465
  type: 'dark',
455
466
  },
456
467
  {
457
- byteSize: 13255,
468
+ byteSize: 13253,
458
469
  displayName: 'Vitesse Light',
459
- lastUpdate: '2024-03-03T21:27:40Z',
470
+ lastUpdate: '2024-03-11T10:58:03Z',
460
471
  license: 'MIT',
461
472
  licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
462
473
  name: 'vitesse-light',
463
- sha: 'ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b',
464
- source: 'https://github.com/antfu/vscode-theme-vitesse/blob/ecfd4cb3bf13a81beed39e06f9c751ec4adaf32b/themes/vitesse-light.json',
474
+ sha: '7cab2e0b21053cafbd48e365375e53f5f7c916b9',
475
+ source: 'https://github.com/antfu/vscode-theme-vitesse/blob/7cab2e0b21053cafbd48e365375e53f5f7c916b9/themes/vitesse-light.json',
465
476
  type: 'light',
466
477
  },
467
478
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",