tm-themes 1.1.2 → 1.2.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
@@ -146,7 +146,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
146
146
  SOFTWARE.
147
147
 
148
148
  =========================================================================================================
149
- Files: github-dark.json, github-dark-dimmed.json, github-light.json
149
+ Files: github-dark.json, github-dark-default.json, github-dark-dimmed.json, github-light.json
150
150
  License: https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE
151
151
  SPDX: MIT
152
152
  ---------------------------------------------------------------------------------------------------------
@@ -594,6 +594,33 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
594
594
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
595
595
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
596
596
 
597
+ =========================================================================================================
598
+ Files: vesper.json
599
+ License: https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md
600
+ SPDX: MIT
601
+ ---------------------------------------------------------------------------------------------------------
602
+ MIT License
603
+
604
+ Copyright (c) 2023 Rauno Freiberg
605
+
606
+ Permission is hereby granted, free of charge, to any person obtaining a copy
607
+ of this software and associated documentation files (the "Software"), to deal
608
+ in the Software without restriction, including without limitation the rights
609
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
610
+ copies of the Software, and to permit persons to whom the Software is
611
+ furnished to do so, subject to the following conditions:
612
+
613
+ The above copyright notice and this permission notice shall be included in all
614
+ copies or substantial portions of the Software.
615
+
616
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
617
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
618
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
619
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
620
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
621
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
622
+ SOFTWARE.
623
+
597
624
  =========================================================================================================
598
625
  Files: vitesse-black.json, vitesse-dark.json, vitesse-light.json
599
626
  License: https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE
package/README.md CHANGED
@@ -24,6 +24,7 @@ import { themes } from 'tm-themes'
24
24
  | ---- | -- | ------ | ------- | --------- |
25
25
  | Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/23c8a13513f3744cbf4f5773d969e47a92f9a372/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 43.45 kB |
26
26
  | 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
+ | 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 |
27
28
  | 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 |
28
29
  | Material Theme Lighter | `material-theme-lighter` | [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.15 kB |
29
30
  | 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 |
@@ -46,6 +47,7 @@ import { themes } from 'tm-themes'
46
47
  | Dracula | `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/master/LICENSE) | 20.51 kB |
47
48
  | Dracula 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/master/LICENSE) | 20.52 kB |
48
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
+ | 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 |
49
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 |
50
52
  | 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 |
51
53
  | 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 |
@@ -64,6 +66,7 @@ import { themes } from 'tm-themes'
64
66
  | Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.59 kB |
65
67
  | 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 |
66
68
  | 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
+ | 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 |
67
70
  | Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/a07840fbd20b38ce2298de29975316b9fdc9c887/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
68
71
  | Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
69
72
  <!--list-end-->
package/index.js CHANGED
@@ -123,6 +123,17 @@ export const themes = [
123
123
  source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
124
124
  type: 'dark',
125
125
  },
126
+ {
127
+ byteSize: 14336,
128
+ displayName: 'GitHub Dark Default',
129
+ lastUpdate: '2023-01-06T02:19:35Z',
130
+ license: 'MIT',
131
+ licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
132
+ name: 'github-dark-default',
133
+ sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
134
+ source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
135
+ type: 'dark',
136
+ },
126
137
  {
127
138
  byteSize: 14334,
128
139
  displayName: 'GitHub Dark Dimmed',
@@ -145,6 +156,17 @@ export const themes = [
145
156
  source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
146
157
  type: 'light',
147
158
  },
159
+ {
160
+ byteSize: 14057,
161
+ displayName: 'GitHub Light Default',
162
+ lastUpdate: '2023-01-06T02:19:35Z',
163
+ license: 'MIT',
164
+ licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
165
+ name: 'github-light-default',
166
+ sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
167
+ source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
168
+ type: 'light',
169
+ },
148
170
  {
149
171
  byteSize: 9698,
150
172
  displayName: 'Light Plus',
@@ -396,6 +418,17 @@ export const themes = [
396
418
  source: 'https://github.com/enkia/tokyo-night-vscode-theme/blob/26465cb6086201916e284acef1b4bcca927f30e8/themes/tokyo-night-color-theme.json',
397
419
  type: 'dark',
398
420
  },
421
+ {
422
+ byteSize: 12603,
423
+ displayName: 'Vesper',
424
+ lastUpdate: '2023-05-24T03:15:20Z',
425
+ license: 'MIT',
426
+ licenseUrl: 'https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md',
427
+ name: 'vesper',
428
+ sha: 'ef652b41ec5303892b1172d90fa4184ae6399a04',
429
+ source: 'https://github.com/raunofreiberg/vesper/blob/ef652b41ec5303892b1172d90fa4184ae6399a04/themes/Vesper-dark-color-theme.json',
430
+ type: 'dark',
431
+ },
399
432
  {
400
433
  byteSize: 13316,
401
434
  displayName: 'Vitesse Black',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-themes",
3
3
  "type": "module",
4
- "version": "1.1.2",
4
+ "version": "1.2.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>",