tm-themes 1.8.6 → 1.8.7
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/README.md +7 -7
- package/index.js +33 -33
- package/package.json +1 -1
- package/themes/github-dark-default.json +1 -0
- package/themes/github-dark-dimmed.json +1 -0
- package/themes/github-dark-high-contrast.json +1 -0
- package/themes/github-light-default.json +1 -0
- package/themes/github-light-high-contrast.json +1 -0
package/README.md
CHANGED
|
@@ -24,9 +24,9 @@ import { themes } from 'tm-themes'
|
|
|
24
24
|
| ---- | -- | ------ | ------- | --------- |
|
|
25
25
|
| Catppuccin Latte | `catppuccin-latte` | [catppuccin/vscode](https://github.com/catppuccin/vscode/blob/67ce281b989c57bc09c91b6c812e1a73a2a40e34/packages/catppuccin-vsc/package.json) | [MIT](https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE) | 44.37 kB |
|
|
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
|
-
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
28
|
-
| GitHub Light Default | `github-light-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
29
|
-
| GitHub Light High Contrast | `github-light-high-contrast` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
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
|
+
| 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
|
+
| 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
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 |
|
|
31
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 |
|
|
32
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 |
|
|
@@ -51,10 +51,10 @@ import { themes } from 'tm-themes'
|
|
|
51
51
|
| 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 |
|
|
52
52
|
| 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 |
|
|
53
53
|
| 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 |
|
|
54
|
-
| GitHub Dark | `github-dark` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
55
|
-
| GitHub Dark Default | `github-dark-default` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
56
|
-
| GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
57
|
-
| GitHub Dark High Contrast | `github-dark-high-contrast` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/
|
|
54
|
+
| GitHub Dark | `github-dark` | [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) | 11.08 kB |
|
|
55
|
+
| GitHub Dark Default | `github-dark-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) | 14.04 kB |
|
|
56
|
+
| 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
|
+
| 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
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 |
|
|
59
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 |
|
|
60
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 |
|
package/index.js
CHANGED
|
@@ -149,85 +149,85 @@ export const themes = [
|
|
|
149
149
|
{
|
|
150
150
|
byteSize: 11345,
|
|
151
151
|
displayName: 'GitHub Dark',
|
|
152
|
-
hash: '
|
|
153
|
-
lastUpdate: '
|
|
152
|
+
hash: 'An7fa11DAv',
|
|
153
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
154
154
|
license: 'MIT',
|
|
155
155
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
156
156
|
name: 'github-dark',
|
|
157
|
-
sha: '
|
|
158
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
157
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
158
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
159
159
|
type: 'dark',
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
|
-
byteSize:
|
|
162
|
+
byteSize: 14375,
|
|
163
163
|
displayName: 'GitHub Dark Default',
|
|
164
|
-
hash: '
|
|
165
|
-
lastUpdate: '
|
|
164
|
+
hash: 'y485Qj7GHR',
|
|
165
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
166
166
|
license: 'MIT',
|
|
167
167
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
168
168
|
name: 'github-dark-default',
|
|
169
|
-
sha: '
|
|
170
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
169
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
170
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
171
171
|
type: 'dark',
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
byteSize:
|
|
174
|
+
byteSize: 14373,
|
|
175
175
|
displayName: 'GitHub Dark Dimmed',
|
|
176
|
-
hash: '
|
|
177
|
-
lastUpdate: '
|
|
176
|
+
hash: '6b8bTiUSB7',
|
|
177
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
178
178
|
license: 'MIT',
|
|
179
179
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
180
180
|
name: 'github-dark-dimmed',
|
|
181
|
-
sha: '
|
|
182
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
181
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
182
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
183
183
|
type: 'dark',
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
-
byteSize:
|
|
186
|
+
byteSize: 14535,
|
|
187
187
|
displayName: 'GitHub Dark High Contrast',
|
|
188
|
-
hash: '
|
|
189
|
-
lastUpdate: '
|
|
188
|
+
hash: 'CLaQ3Pd72n',
|
|
189
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
190
190
|
license: 'MIT',
|
|
191
191
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
192
192
|
name: 'github-dark-high-contrast',
|
|
193
|
-
sha: '
|
|
194
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
193
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
194
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
195
195
|
type: 'dark',
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
byteSize: 11124,
|
|
199
199
|
displayName: 'GitHub Light',
|
|
200
|
-
hash: '
|
|
201
|
-
lastUpdate: '
|
|
200
|
+
hash: 'hWLYAC2Hok',
|
|
201
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
202
202
|
license: 'MIT',
|
|
203
203
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
204
204
|
name: 'github-light',
|
|
205
|
-
sha: '
|
|
206
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
205
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
206
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
207
207
|
type: 'light',
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
byteSize:
|
|
210
|
+
byteSize: 14096,
|
|
211
211
|
displayName: 'GitHub Light Default',
|
|
212
|
-
hash: '
|
|
213
|
-
lastUpdate: '
|
|
212
|
+
hash: 'Jb4SQoxqgj',
|
|
213
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
214
214
|
license: 'MIT',
|
|
215
215
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
216
216
|
name: 'github-light-default',
|
|
217
|
-
sha: '
|
|
218
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
217
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
218
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
219
219
|
type: 'light',
|
|
220
220
|
},
|
|
221
221
|
{
|
|
222
|
-
byteSize:
|
|
222
|
+
byteSize: 14215,
|
|
223
223
|
displayName: 'GitHub Light High Contrast',
|
|
224
|
-
hash: '
|
|
225
|
-
lastUpdate: '
|
|
224
|
+
hash: 'l0z44uRwF4',
|
|
225
|
+
lastUpdate: '2024-10-03T00:31:58Z',
|
|
226
226
|
license: 'MIT',
|
|
227
227
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
228
228
|
name: 'github-light-high-contrast',
|
|
229
|
-
sha: '
|
|
230
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
229
|
+
sha: 'f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8',
|
|
230
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
231
231
|
type: 'light',
|
|
232
232
|
},
|
|
233
233
|
{
|
package/package.json
CHANGED
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
"textCodeBlock.background": "#6e768166",
|
|
242
242
|
"textLink.activeForeground": "#2f81f7",
|
|
243
243
|
"textLink.foreground": "#2f81f7",
|
|
244
|
+
"textPreformat.background": "#6e768166",
|
|
244
245
|
"textPreformat.foreground": "#7d8590",
|
|
245
246
|
"textSeparator.foreground": "#21262d",
|
|
246
247
|
"titleBar.activeBackground": "#0d1117",
|
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
"textCodeBlock.background": "#636e7b66",
|
|
242
242
|
"textLink.activeForeground": "#539bf5",
|
|
243
243
|
"textLink.foreground": "#539bf5",
|
|
244
|
+
"textPreformat.background": "#636e7b66",
|
|
244
245
|
"textPreformat.foreground": "#768390",
|
|
245
246
|
"textSeparator.foreground": "#373e47",
|
|
246
247
|
"titleBar.activeBackground": "#22272e",
|
|
@@ -245,6 +245,7 @@
|
|
|
245
245
|
"textCodeBlock.background": "#9ea7b366",
|
|
246
246
|
"textLink.activeForeground": "#71b7ff",
|
|
247
247
|
"textLink.foreground": "#71b7ff",
|
|
248
|
+
"textPreformat.background": "#9ea7b366",
|
|
248
249
|
"textPreformat.foreground": "#f0f3f6",
|
|
249
250
|
"textSeparator.foreground": "#7a828e",
|
|
250
251
|
"titleBar.activeBackground": "#0a0c10",
|
|
@@ -226,6 +226,7 @@
|
|
|
226
226
|
"textCodeBlock.background": "#afb8c133",
|
|
227
227
|
"textLink.activeForeground": "#0969da",
|
|
228
228
|
"textLink.foreground": "#0969da",
|
|
229
|
+
"textPreformat.background": "#afb8c133",
|
|
229
230
|
"textPreformat.foreground": "#656d76",
|
|
230
231
|
"textSeparator.foreground": "#d8dee4",
|
|
231
232
|
"titleBar.activeBackground": "#ffffff",
|
|
@@ -229,6 +229,7 @@
|
|
|
229
229
|
"textCodeBlock.background": "#acb6c033",
|
|
230
230
|
"textLink.activeForeground": "#0349b4",
|
|
231
231
|
"textLink.foreground": "#0349b4",
|
|
232
|
+
"textPreformat.background": "#acb6c033",
|
|
232
233
|
"textPreformat.foreground": "#0e1116",
|
|
233
234
|
"textSeparator.foreground": "#88929d",
|
|
234
235
|
"titleBar.activeBackground": "#ffffff",
|