tm-themes 1.9.13 → 1.10.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 +24 -0
- package/README.md +64 -58
- package/index.d.ts +7 -0
- package/index.js +466 -66
- package/package.json +1 -1
- package/themes/gruvbox-dark-hard.json +1130 -0
- package/themes/gruvbox-dark-medium.json +1130 -0
- package/themes/gruvbox-dark-soft.json +1130 -0
- package/themes/gruvbox-light-hard.json +1130 -0
- package/themes/gruvbox-light-medium.json +1130 -0
- package/themes/gruvbox-light-soft.json +1130 -0
- package/themes/rose-pine-dawn.json +1 -0
- package/themes/rose-pine-moon.json +1 -0
- package/themes/rose-pine.json +1 -0
package/index.js
CHANGED
|
@@ -7,7 +7,18 @@ export const themes = [
|
|
|
7
7
|
{
|
|
8
8
|
byteSize: 8801,
|
|
9
9
|
displayName: 'Andromeeda',
|
|
10
|
-
|
|
10
|
+
funding: [
|
|
11
|
+
{
|
|
12
|
+
handle: '@EliverLara',
|
|
13
|
+
name: 'GitHub Sponsors',
|
|
14
|
+
url: 'https://github.com/sponsors/EliverLara',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: 'paypal.me',
|
|
18
|
+
url: 'https://www.paypal.me/EliverLara/',
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
hash: 'FOHim49cZc4pzYIwAkx62AtcyEqWqIyuu_Q5aeBHVmg',
|
|
11
22
|
lastUpdate: '2024-03-13T01:26:57Z',
|
|
12
23
|
license: 'MIT',
|
|
13
24
|
licenseUrl: 'https://raw.githubusercontent.com/EliverLara/Andromeda/master/LICENSE.md',
|
|
@@ -19,7 +30,9 @@ export const themes = [
|
|
|
19
30
|
{
|
|
20
31
|
byteSize: 13599,
|
|
21
32
|
displayName: 'Aurora X',
|
|
22
|
-
|
|
33
|
+
funding: [
|
|
34
|
+
],
|
|
35
|
+
hash: 'VUJdjYtTbgaJyT34ikNEc3EdNtcxGK-x-NIchzYei50',
|
|
23
36
|
lastUpdate: '2020-08-24T08:44:55Z',
|
|
24
37
|
name: 'aurora-x',
|
|
25
38
|
sha: '118727efadf48872adcd81f6c00be580097d6592',
|
|
@@ -29,7 +42,9 @@ export const themes = [
|
|
|
29
42
|
{
|
|
30
43
|
byteSize: 14889,
|
|
31
44
|
displayName: 'Ayu Dark',
|
|
32
|
-
|
|
45
|
+
funding: [
|
|
46
|
+
],
|
|
47
|
+
hash: 'EXp1vBtMHrfrTh53dBrT4vAfUBLNhDLAKezZfvGF-cA',
|
|
33
48
|
lastUpdate: '2021-09-05T14:00:59Z',
|
|
34
49
|
license: 'MIT',
|
|
35
50
|
licenseUrl: 'https://raw.githubusercontent.com/ayu-theme/vscode-ayu/master/LICENSE',
|
|
@@ -41,7 +56,19 @@ export const themes = [
|
|
|
41
56
|
{
|
|
42
57
|
byteSize: 45556,
|
|
43
58
|
displayName: 'Catppuccin Frappé',
|
|
44
|
-
|
|
59
|
+
funding: [
|
|
60
|
+
{
|
|
61
|
+
handle: '@catppuccin',
|
|
62
|
+
name: 'GitHub Sponsors',
|
|
63
|
+
url: 'https://github.com/sponsors/catppuccin',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
handle: 'catppuccin',
|
|
67
|
+
name: 'Open Collective',
|
|
68
|
+
url: 'https://opencollective.com/catppuccin',
|
|
69
|
+
},
|
|
70
|
+
],
|
|
71
|
+
hash: '7A2WW4vfvQXhJcggZQrDhz2sNi2bVYXdjXhEw2LtPYQ',
|
|
45
72
|
lastUpdate: '2025-02-11T17:25:30Z',
|
|
46
73
|
license: 'MIT',
|
|
47
74
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
@@ -53,7 +80,19 @@ export const themes = [
|
|
|
53
80
|
{
|
|
54
81
|
byteSize: 45554,
|
|
55
82
|
displayName: 'Catppuccin Latte',
|
|
56
|
-
|
|
83
|
+
funding: [
|
|
84
|
+
{
|
|
85
|
+
handle: '@catppuccin',
|
|
86
|
+
name: 'GitHub Sponsors',
|
|
87
|
+
url: 'https://github.com/sponsors/catppuccin',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
handle: 'catppuccin',
|
|
91
|
+
name: 'Open Collective',
|
|
92
|
+
url: 'https://opencollective.com/catppuccin',
|
|
93
|
+
},
|
|
94
|
+
],
|
|
95
|
+
hash: '-yk1YO_PgTS_Tjmg0fq2MsX6x7SnQZgNzvDPta3q4SQ',
|
|
57
96
|
lastUpdate: '2025-02-11T17:25:30Z',
|
|
58
97
|
license: 'MIT',
|
|
59
98
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
@@ -65,7 +104,19 @@ export const themes = [
|
|
|
65
104
|
{
|
|
66
105
|
byteSize: 45561,
|
|
67
106
|
displayName: 'Catppuccin Macchiato',
|
|
68
|
-
|
|
107
|
+
funding: [
|
|
108
|
+
{
|
|
109
|
+
handle: '@catppuccin',
|
|
110
|
+
name: 'GitHub Sponsors',
|
|
111
|
+
url: 'https://github.com/sponsors/catppuccin',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
handle: 'catppuccin',
|
|
115
|
+
name: 'Open Collective',
|
|
116
|
+
url: 'https://opencollective.com/catppuccin',
|
|
117
|
+
},
|
|
118
|
+
],
|
|
119
|
+
hash: 'mUM2yG3hys7XAmI8CoGmRkCRHPyneZOE-2U8W6EmL40',
|
|
69
120
|
lastUpdate: '2025-02-11T17:25:30Z',
|
|
70
121
|
license: 'MIT',
|
|
71
122
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
@@ -77,7 +128,19 @@ export const themes = [
|
|
|
77
128
|
{
|
|
78
129
|
byteSize: 45553,
|
|
79
130
|
displayName: 'Catppuccin Mocha',
|
|
80
|
-
|
|
131
|
+
funding: [
|
|
132
|
+
{
|
|
133
|
+
handle: '@catppuccin',
|
|
134
|
+
name: 'GitHub Sponsors',
|
|
135
|
+
url: 'https://github.com/sponsors/catppuccin',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
handle: 'catppuccin',
|
|
139
|
+
name: 'Open Collective',
|
|
140
|
+
url: 'https://opencollective.com/catppuccin',
|
|
141
|
+
},
|
|
142
|
+
],
|
|
143
|
+
hash: 'fWmZXdd6OVusJ3Nku7vhnj79leYvjvkWkRSqZxgCaac',
|
|
81
144
|
lastUpdate: '2025-02-11T17:25:30Z',
|
|
82
145
|
license: 'MIT',
|
|
83
146
|
licenseUrl: 'https://raw.githubusercontent.com/catppuccin/vscode/main/LICENSE',
|
|
@@ -89,7 +152,9 @@ export const themes = [
|
|
|
89
152
|
{
|
|
90
153
|
byteSize: 9037,
|
|
91
154
|
displayName: 'Dark Plus',
|
|
92
|
-
|
|
155
|
+
funding: [
|
|
156
|
+
],
|
|
157
|
+
hash: 'iPw-O9tfaVr2ZxdP61mEBZmD2zWmIt_rm-f-Fz0PK5Q',
|
|
93
158
|
lastUpdate: '2024-12-11T16:53:04Z',
|
|
94
159
|
license: 'MIT',
|
|
95
160
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -101,7 +166,9 @@ export const themes = [
|
|
|
101
166
|
{
|
|
102
167
|
byteSize: 21006,
|
|
103
168
|
displayName: 'Dracula Theme',
|
|
104
|
-
|
|
169
|
+
funding: [
|
|
170
|
+
],
|
|
171
|
+
hash: 'z0956tzwuw7az3ARt7wPQZPPZjAdXj0PD9TZwq-0v0A',
|
|
105
172
|
lastUpdate: '2023-07-15T21:35:24Z',
|
|
106
173
|
license: 'MIT',
|
|
107
174
|
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE',
|
|
@@ -113,7 +180,9 @@ export const themes = [
|
|
|
113
180
|
{
|
|
114
181
|
byteSize: 21016,
|
|
115
182
|
displayName: 'Dracula Theme Soft',
|
|
116
|
-
|
|
183
|
+
funding: [
|
|
184
|
+
],
|
|
185
|
+
hash: 't1Vr8knQeHOFfYojUMsPjqZmGC0AKaIwMffM4GQ7uos',
|
|
117
186
|
lastUpdate: '2023-07-15T21:35:24Z',
|
|
118
187
|
license: 'MIT',
|
|
119
188
|
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/main/LICENSE',
|
|
@@ -125,7 +194,9 @@ export const themes = [
|
|
|
125
194
|
{
|
|
126
195
|
byteSize: 53685,
|
|
127
196
|
displayName: 'Everforest Dark',
|
|
128
|
-
|
|
197
|
+
funding: [
|
|
198
|
+
],
|
|
199
|
+
hash: 'zuStoqdej8hZ5pSdFL0b_7w70z6cgUfxyLQ6l36aFxc',
|
|
129
200
|
lastUpdate: '2022-12-13T08:22:03Z',
|
|
130
201
|
license: 'MIT',
|
|
131
202
|
licenseUrl: 'https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE',
|
|
@@ -137,7 +208,9 @@ export const themes = [
|
|
|
137
208
|
{
|
|
138
209
|
byteSize: 53688,
|
|
139
210
|
displayName: 'Everforest Light',
|
|
140
|
-
|
|
211
|
+
funding: [
|
|
212
|
+
],
|
|
213
|
+
hash: '5fIl20vLOTn2ZuDclhbVsK07LHRRrLF258dI4pS5eZc',
|
|
141
214
|
lastUpdate: '2022-12-13T08:22:03Z',
|
|
142
215
|
license: 'MIT',
|
|
143
216
|
licenseUrl: 'https://raw.githubusercontent.com/sainnhe/everforest-vscode/master/LICENSE',
|
|
@@ -149,7 +222,9 @@ export const themes = [
|
|
|
149
222
|
{
|
|
150
223
|
byteSize: 11345,
|
|
151
224
|
displayName: 'GitHub Dark',
|
|
152
|
-
|
|
225
|
+
funding: [
|
|
226
|
+
],
|
|
227
|
+
hash: 'zyKaBTjmsJSq5QiKmReFfJptymPJY57o3cSENDoUNtw',
|
|
153
228
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
154
229
|
license: 'MIT',
|
|
155
230
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -161,7 +236,9 @@ export const themes = [
|
|
|
161
236
|
{
|
|
162
237
|
byteSize: 14375,
|
|
163
238
|
displayName: 'GitHub Dark Default',
|
|
164
|
-
|
|
239
|
+
funding: [
|
|
240
|
+
],
|
|
241
|
+
hash: '4E6NvYDQnRlRuJX3caPQld2IWB1MeyUb0TJIgpAWp_s',
|
|
165
242
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
166
243
|
license: 'MIT',
|
|
167
244
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -173,7 +250,9 @@ export const themes = [
|
|
|
173
250
|
{
|
|
174
251
|
byteSize: 14373,
|
|
175
252
|
displayName: 'GitHub Dark Dimmed',
|
|
176
|
-
|
|
253
|
+
funding: [
|
|
254
|
+
],
|
|
255
|
+
hash: 'NWaEL-yV7O-l_sSndpdHaH4V9sMIlIpIWxJpGEpbjak',
|
|
177
256
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
178
257
|
license: 'MIT',
|
|
179
258
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -185,7 +264,9 @@ export const themes = [
|
|
|
185
264
|
{
|
|
186
265
|
byteSize: 14535,
|
|
187
266
|
displayName: 'GitHub Dark High Contrast',
|
|
188
|
-
|
|
267
|
+
funding: [
|
|
268
|
+
],
|
|
269
|
+
hash: 'nYfBiBCNKAly85hhr-BSfSzDU0n4wF0vZxsDsB6sS5g',
|
|
189
270
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
190
271
|
license: 'MIT',
|
|
191
272
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -197,7 +278,9 @@ export const themes = [
|
|
|
197
278
|
{
|
|
198
279
|
byteSize: 11124,
|
|
199
280
|
displayName: 'GitHub Light',
|
|
200
|
-
|
|
281
|
+
funding: [
|
|
282
|
+
],
|
|
283
|
+
hash: 'JzFpVMN1jRIJm7oKVQM9dcvbI22K776ImM75RjZP27k',
|
|
201
284
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
202
285
|
license: 'MIT',
|
|
203
286
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -209,7 +292,9 @@ export const themes = [
|
|
|
209
292
|
{
|
|
210
293
|
byteSize: 14096,
|
|
211
294
|
displayName: 'GitHub Light Default',
|
|
212
|
-
|
|
295
|
+
funding: [
|
|
296
|
+
],
|
|
297
|
+
hash: 'hirg13mpTH9XvQX3HtD0FIA9AxnHxK60FnLIz_GZ2s4',
|
|
213
298
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
214
299
|
license: 'MIT',
|
|
215
300
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -221,7 +306,9 @@ export const themes = [
|
|
|
221
306
|
{
|
|
222
307
|
byteSize: 14215,
|
|
223
308
|
displayName: 'GitHub Light High Contrast',
|
|
224
|
-
|
|
309
|
+
funding: [
|
|
310
|
+
],
|
|
311
|
+
hash: 'h_omJ2HPaBGoluj9BbOFTlShurKQEg8a-CEgRyxKUjw',
|
|
225
312
|
lastUpdate: '2024-10-03T00:31:58Z',
|
|
226
313
|
license: 'MIT',
|
|
227
314
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
@@ -230,10 +317,171 @@ export const themes = [
|
|
|
230
317
|
source: 'https://github.com/primer/github-vscode-theme/blob/f7a67d67fc2302a0ec36ddfb7bdd57142f4575e8/src/theme.js',
|
|
231
318
|
type: 'light',
|
|
232
319
|
},
|
|
320
|
+
{
|
|
321
|
+
byteSize: 21054,
|
|
322
|
+
displayName: 'Gruvbox Dark Hard',
|
|
323
|
+
funding: [
|
|
324
|
+
{
|
|
325
|
+
handle: '@jdinhify',
|
|
326
|
+
name: 'GitHub Sponsors',
|
|
327
|
+
url: 'https://github.com/sponsors/jdinhify',
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
handle: 'jdinhify',
|
|
331
|
+
name: 'Ko-fi',
|
|
332
|
+
url: 'https://ko-fi.com/jdinhify',
|
|
333
|
+
},
|
|
334
|
+
],
|
|
335
|
+
hash: 'cNQ1Jn1HBAn9Ijg2apeZ6eEdpeQ1Br7_sUTLX_Na8Ts',
|
|
336
|
+
lastUpdate: '2025-03-03T09:12:33Z',
|
|
337
|
+
license: 'MIT',
|
|
338
|
+
licenseUrl: 'https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE',
|
|
339
|
+
name: 'gruvbox-dark-hard',
|
|
340
|
+
sha: 'b38cee6f31dbea5cde5b7814ea235c56b6170374',
|
|
341
|
+
source: 'https://github.com/jdinhify/vscode-theme-gruvbox/blob/b38cee6f31dbea5cde5b7814ea235c56b6170374/src/main.ts',
|
|
342
|
+
type: 'dark',
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
byteSize: 21058,
|
|
346
|
+
displayName: 'Gruvbox Dark Medium',
|
|
347
|
+
funding: [
|
|
348
|
+
{
|
|
349
|
+
handle: '@jdinhify',
|
|
350
|
+
name: 'GitHub Sponsors',
|
|
351
|
+
url: 'https://github.com/sponsors/jdinhify',
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
handle: 'jdinhify',
|
|
355
|
+
name: 'Ko-fi',
|
|
356
|
+
url: 'https://ko-fi.com/jdinhify',
|
|
357
|
+
},
|
|
358
|
+
],
|
|
359
|
+
hash: 'EvDO3qp1Jy9JUJ2-lfsgrp41p_6BQu8nDql9B_E4VPE',
|
|
360
|
+
lastUpdate: '2025-03-03T09:12:33Z',
|
|
361
|
+
license: 'MIT',
|
|
362
|
+
licenseUrl: 'https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE',
|
|
363
|
+
name: 'gruvbox-dark-medium',
|
|
364
|
+
sha: 'b38cee6f31dbea5cde5b7814ea235c56b6170374',
|
|
365
|
+
source: 'https://github.com/jdinhify/vscode-theme-gruvbox/blob/b38cee6f31dbea5cde5b7814ea235c56b6170374/src/main.ts',
|
|
366
|
+
type: 'dark',
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
byteSize: 21054,
|
|
370
|
+
displayName: 'Gruvbox Dark Soft',
|
|
371
|
+
funding: [
|
|
372
|
+
{
|
|
373
|
+
handle: '@jdinhify',
|
|
374
|
+
name: 'GitHub Sponsors',
|
|
375
|
+
url: 'https://github.com/sponsors/jdinhify',
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
handle: 'jdinhify',
|
|
379
|
+
name: 'Ko-fi',
|
|
380
|
+
url: 'https://ko-fi.com/jdinhify',
|
|
381
|
+
},
|
|
382
|
+
],
|
|
383
|
+
hash: 'l3u2RQpu4g31B53oCTSi90zawBlosiTUmsFfPN-DrFw',
|
|
384
|
+
lastUpdate: '2025-03-03T09:12:33Z',
|
|
385
|
+
license: 'MIT',
|
|
386
|
+
licenseUrl: 'https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE',
|
|
387
|
+
name: 'gruvbox-dark-soft',
|
|
388
|
+
sha: 'b38cee6f31dbea5cde5b7814ea235c56b6170374',
|
|
389
|
+
source: 'https://github.com/jdinhify/vscode-theme-gruvbox/blob/b38cee6f31dbea5cde5b7814ea235c56b6170374/src/main.ts',
|
|
390
|
+
type: 'dark',
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
byteSize: 21057,
|
|
394
|
+
displayName: 'Gruvbox Light Hard',
|
|
395
|
+
funding: [
|
|
396
|
+
{
|
|
397
|
+
handle: '@jdinhify',
|
|
398
|
+
name: 'GitHub Sponsors',
|
|
399
|
+
url: 'https://github.com/sponsors/jdinhify',
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
handle: 'jdinhify',
|
|
403
|
+
name: 'Ko-fi',
|
|
404
|
+
url: 'https://ko-fi.com/jdinhify',
|
|
405
|
+
},
|
|
406
|
+
],
|
|
407
|
+
hash: '9wBfj1vv5FHERZW2SJ4kgPuRtZ0yifFG-TRvEGwOtSs',
|
|
408
|
+
lastUpdate: '2025-03-03T09:12:33Z',
|
|
409
|
+
license: 'MIT',
|
|
410
|
+
licenseUrl: 'https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE',
|
|
411
|
+
name: 'gruvbox-light-hard',
|
|
412
|
+
sha: 'b38cee6f31dbea5cde5b7814ea235c56b6170374',
|
|
413
|
+
source: 'https://github.com/jdinhify/vscode-theme-gruvbox/blob/b38cee6f31dbea5cde5b7814ea235c56b6170374/src/main.ts',
|
|
414
|
+
type: 'light',
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
byteSize: 21061,
|
|
418
|
+
displayName: 'Gruvbox Light Medium',
|
|
419
|
+
funding: [
|
|
420
|
+
{
|
|
421
|
+
handle: '@jdinhify',
|
|
422
|
+
name: 'GitHub Sponsors',
|
|
423
|
+
url: 'https://github.com/sponsors/jdinhify',
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
handle: 'jdinhify',
|
|
427
|
+
name: 'Ko-fi',
|
|
428
|
+
url: 'https://ko-fi.com/jdinhify',
|
|
429
|
+
},
|
|
430
|
+
],
|
|
431
|
+
hash: 'k4-8tDOdVkW3bmAqa-nhmYxhmYGDwfslzGchdB17Cw4',
|
|
432
|
+
lastUpdate: '2025-03-03T09:12:33Z',
|
|
433
|
+
license: 'MIT',
|
|
434
|
+
licenseUrl: 'https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE',
|
|
435
|
+
name: 'gruvbox-light-medium',
|
|
436
|
+
sha: 'b38cee6f31dbea5cde5b7814ea235c56b6170374',
|
|
437
|
+
source: 'https://github.com/jdinhify/vscode-theme-gruvbox/blob/b38cee6f31dbea5cde5b7814ea235c56b6170374/src/main.ts',
|
|
438
|
+
type: 'light',
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
byteSize: 21057,
|
|
442
|
+
displayName: 'Gruvbox Light Soft',
|
|
443
|
+
funding: [
|
|
444
|
+
{
|
|
445
|
+
handle: '@jdinhify',
|
|
446
|
+
name: 'GitHub Sponsors',
|
|
447
|
+
url: 'https://github.com/sponsors/jdinhify',
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
handle: 'jdinhify',
|
|
451
|
+
name: 'Ko-fi',
|
|
452
|
+
url: 'https://ko-fi.com/jdinhify',
|
|
453
|
+
},
|
|
454
|
+
],
|
|
455
|
+
hash: '1lBAWpNw_ojFL05unPmwN_-t_IHVFacfOyeVWF5Xi30',
|
|
456
|
+
lastUpdate: '2025-03-03T09:12:33Z',
|
|
457
|
+
license: 'MIT',
|
|
458
|
+
licenseUrl: 'https://raw.githubusercontent.com/jdinhify/vscode-theme-gruvbox/main/LICENSE',
|
|
459
|
+
name: 'gruvbox-light-soft',
|
|
460
|
+
sha: 'b38cee6f31dbea5cde5b7814ea235c56b6170374',
|
|
461
|
+
source: 'https://github.com/jdinhify/vscode-theme-gruvbox/blob/b38cee6f31dbea5cde5b7814ea235c56b6170374/src/main.ts',
|
|
462
|
+
type: 'light',
|
|
463
|
+
},
|
|
233
464
|
{
|
|
234
465
|
byteSize: 35362,
|
|
235
466
|
displayName: 'Houston',
|
|
236
|
-
|
|
467
|
+
funding: [
|
|
468
|
+
{
|
|
469
|
+
handle: '@withastro',
|
|
470
|
+
name: 'GitHub Sponsors',
|
|
471
|
+
url: 'https://github.com/sponsors/withastro',
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
handle: 'astrodotbuild',
|
|
475
|
+
name: 'Open Collective',
|
|
476
|
+
url: 'https://opencollective.com/astrodotbuild',
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
handle: 'u/gh/withastro',
|
|
480
|
+
name: 'thanks.dev',
|
|
481
|
+
url: 'https://thanks.dev/d/u/gh/withastro',
|
|
482
|
+
},
|
|
483
|
+
],
|
|
484
|
+
hash: 'yD27Y-MmNsLs7ty9UozFBYWTcrgU4E59_Aas_46qqy0',
|
|
237
485
|
lastUpdate: '2023-11-10T11:20:23Z',
|
|
238
486
|
license: 'MIT',
|
|
239
487
|
licenseUrl: 'https://raw.githubusercontent.com/withastro/houston-vscode/main/LICENSE',
|
|
@@ -245,7 +493,9 @@ export const themes = [
|
|
|
245
493
|
{
|
|
246
494
|
byteSize: 17067,
|
|
247
495
|
displayName: 'Kanagawa Dragon',
|
|
248
|
-
|
|
496
|
+
funding: [
|
|
497
|
+
],
|
|
498
|
+
hash: '5bb_koviyjSDDS1Ra7sUpUhuNjyQMQ8LvWdF0vK7I88',
|
|
249
499
|
lastUpdate: '2025-01-05T23:31:24Z',
|
|
250
500
|
license: 'MIT',
|
|
251
501
|
licenseUrl: 'https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE',
|
|
@@ -257,7 +507,9 @@ export const themes = [
|
|
|
257
507
|
{
|
|
258
508
|
byteSize: 17066,
|
|
259
509
|
displayName: 'Kanagawa Lotus',
|
|
260
|
-
|
|
510
|
+
funding: [
|
|
511
|
+
],
|
|
512
|
+
hash: '6xsFcqh1kmixPMl0Wgo18lFWyNoVJ2QDEmC0hw7qKuw',
|
|
261
513
|
lastUpdate: '2025-01-05T23:31:24Z',
|
|
262
514
|
license: 'MIT',
|
|
263
515
|
licenseUrl: 'https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE',
|
|
@@ -269,7 +521,9 @@ export const themes = [
|
|
|
269
521
|
{
|
|
270
522
|
byteSize: 17063,
|
|
271
523
|
displayName: 'Kanagawa Wave',
|
|
272
|
-
|
|
524
|
+
funding: [
|
|
525
|
+
],
|
|
526
|
+
hash: '7VbMqE7JFJzJEhQJVkxLemHPraBRuxAsRrVhAu8oLYI',
|
|
273
527
|
lastUpdate: '2025-01-05T23:31:24Z',
|
|
274
528
|
license: 'MIT',
|
|
275
529
|
licenseUrl: 'https://raw.githubusercontent.com/metapho-re/kanagawa-vscode-theme/main/LICENSE',
|
|
@@ -281,7 +535,9 @@ export const themes = [
|
|
|
281
535
|
{
|
|
282
536
|
byteSize: 11439,
|
|
283
537
|
displayName: 'LaserWave',
|
|
284
|
-
|
|
538
|
+
funding: [
|
|
539
|
+
],
|
|
540
|
+
hash: 'Seeh-rUB09h0bkMIQQGnHMer_7_cB5Cm-VLrKaSysGw',
|
|
285
541
|
lastUpdate: '2022-11-07T01:48:57Z',
|
|
286
542
|
license: 'MIT',
|
|
287
543
|
licenseUrl: 'https://raw.githubusercontent.com/Jaredk3nt/laserwave/master/LICENSE',
|
|
@@ -293,7 +549,9 @@ export const themes = [
|
|
|
293
549
|
{
|
|
294
550
|
byteSize: 9881,
|
|
295
551
|
displayName: 'Light Plus',
|
|
296
|
-
|
|
552
|
+
funding: [
|
|
553
|
+
],
|
|
554
|
+
hash: 'YAj58fRkK9lYjNJ2VnK-8AwJ6DnEGO-RUZQ4MYg4Ul4',
|
|
297
555
|
lastUpdate: '2024-12-11T16:53:04Z',
|
|
298
556
|
license: 'MIT',
|
|
299
557
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -305,7 +563,19 @@ export const themes = [
|
|
|
305
563
|
{
|
|
306
564
|
byteSize: 18555,
|
|
307
565
|
displayName: 'Material Theme',
|
|
308
|
-
|
|
566
|
+
funding: [
|
|
567
|
+
{
|
|
568
|
+
handle: 'material-theme',
|
|
569
|
+
name: 'Open Collective',
|
|
570
|
+
url: 'https://opencollective.com/material-theme',
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
handle: '@material-theme',
|
|
574
|
+
name: 'Polar',
|
|
575
|
+
url: 'https://polar.sh/material-theme',
|
|
576
|
+
},
|
|
577
|
+
],
|
|
578
|
+
hash: 'mKsHZKREB1cNw-dFvU6NTmk5iciXb-qdIlQuk5OrucY',
|
|
309
579
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
310
580
|
license: 'Apache-2.0',
|
|
311
581
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
@@ -317,7 +587,19 @@ export const themes = [
|
|
|
317
587
|
{
|
|
318
588
|
byteSize: 18569,
|
|
319
589
|
displayName: 'Material Theme Darker',
|
|
320
|
-
|
|
590
|
+
funding: [
|
|
591
|
+
{
|
|
592
|
+
handle: 'material-theme',
|
|
593
|
+
name: 'Open Collective',
|
|
594
|
+
url: 'https://opencollective.com/material-theme',
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
handle: '@material-theme',
|
|
598
|
+
name: 'Polar',
|
|
599
|
+
url: 'https://polar.sh/material-theme',
|
|
600
|
+
},
|
|
601
|
+
],
|
|
602
|
+
hash: 'UUKYX026ig6MexHF46MMG4BbQ2g-ZcIPVaLQ4fd3vjw',
|
|
321
603
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
322
604
|
license: 'Apache-2.0',
|
|
323
605
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
@@ -329,7 +611,19 @@ export const themes = [
|
|
|
329
611
|
{
|
|
330
612
|
byteSize: 18574,
|
|
331
613
|
displayName: 'Material Theme Lighter',
|
|
332
|
-
|
|
614
|
+
funding: [
|
|
615
|
+
{
|
|
616
|
+
handle: 'material-theme',
|
|
617
|
+
name: 'Open Collective',
|
|
618
|
+
url: 'https://opencollective.com/material-theme',
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
handle: '@material-theme',
|
|
622
|
+
name: 'Polar',
|
|
623
|
+
url: 'https://polar.sh/material-theme',
|
|
624
|
+
},
|
|
625
|
+
],
|
|
626
|
+
hash: 'yCZVpXw6aBfqamS9GoDw4md3tRlbwV0dkateuUf-UVQ',
|
|
333
627
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
334
628
|
license: 'Apache-2.0',
|
|
335
629
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
@@ -341,7 +635,19 @@ export const themes = [
|
|
|
341
635
|
{
|
|
342
636
|
byteSize: 18569,
|
|
343
637
|
displayName: 'Material Theme Ocean',
|
|
344
|
-
|
|
638
|
+
funding: [
|
|
639
|
+
{
|
|
640
|
+
handle: 'material-theme',
|
|
641
|
+
name: 'Open Collective',
|
|
642
|
+
url: 'https://opencollective.com/material-theme',
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
handle: '@material-theme',
|
|
646
|
+
name: 'Polar',
|
|
647
|
+
url: 'https://polar.sh/material-theme',
|
|
648
|
+
},
|
|
649
|
+
],
|
|
650
|
+
hash: '2b-SLiUo0JXJyqgP-LT-XNdEyU7oEZxF0PJiOkIOiHE',
|
|
345
651
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
346
652
|
license: 'Apache-2.0',
|
|
347
653
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
@@ -353,7 +659,19 @@ export const themes = [
|
|
|
353
659
|
{
|
|
354
660
|
byteSize: 18575,
|
|
355
661
|
displayName: 'Material Theme Palenight',
|
|
356
|
-
|
|
662
|
+
funding: [
|
|
663
|
+
{
|
|
664
|
+
handle: 'material-theme',
|
|
665
|
+
name: 'Open Collective',
|
|
666
|
+
url: 'https://opencollective.com/material-theme',
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
handle: '@material-theme',
|
|
670
|
+
name: 'Polar',
|
|
671
|
+
url: 'https://polar.sh/material-theme',
|
|
672
|
+
},
|
|
673
|
+
],
|
|
674
|
+
hash: '8iW38C_gQULFfct2bFmRNrfeKomDHoHQchKMCnYZYhI',
|
|
357
675
|
lastUpdate: '2020-12-14T16:11:18Z',
|
|
358
676
|
license: 'Apache-2.0',
|
|
359
677
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vsc-material-theme/main/LICENSE',
|
|
@@ -365,7 +683,9 @@ export const themes = [
|
|
|
365
683
|
{
|
|
366
684
|
byteSize: 6231,
|
|
367
685
|
displayName: 'Min Dark',
|
|
368
|
-
|
|
686
|
+
funding: [
|
|
687
|
+
],
|
|
688
|
+
hash: 'FEbBLoKZxEvYa4b-QJYBcie75a0ffsvTXiabxTk_FnA',
|
|
369
689
|
lastUpdate: '2021-07-15T23:42:09Z',
|
|
370
690
|
license: 'MIT',
|
|
371
691
|
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
@@ -377,7 +697,9 @@ export const themes = [
|
|
|
377
697
|
{
|
|
378
698
|
byteSize: 6909,
|
|
379
699
|
displayName: 'Min Light',
|
|
380
|
-
|
|
700
|
+
funding: [
|
|
701
|
+
],
|
|
702
|
+
hash: '2LHfOz1iq7nuKWuhx86kJSIrbSIXKMoJPi86uQBzziM',
|
|
381
703
|
lastUpdate: '2021-07-15T23:42:09Z',
|
|
382
704
|
license: 'MIT',
|
|
383
705
|
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
@@ -389,7 +711,9 @@ export const themes = [
|
|
|
389
711
|
{
|
|
390
712
|
byteSize: 7824,
|
|
391
713
|
displayName: 'Monokai',
|
|
392
|
-
|
|
714
|
+
funding: [
|
|
715
|
+
],
|
|
716
|
+
hash: 'KibaWhWqApZw_IOWOjAhC3GCVn4CPg0Hz5Zvyi_qNFg',
|
|
393
717
|
lastUpdate: '2024-12-11T16:53:04Z',
|
|
394
718
|
license: 'MIT',
|
|
395
719
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -401,7 +725,14 @@ export const themes = [
|
|
|
401
725
|
{
|
|
402
726
|
byteSize: 28853,
|
|
403
727
|
displayName: 'Night Owl',
|
|
404
|
-
|
|
728
|
+
funding: [
|
|
729
|
+
{
|
|
730
|
+
handle: '@sdras',
|
|
731
|
+
name: 'GitHub Sponsors',
|
|
732
|
+
url: 'https://github.com/sponsors/sdras',
|
|
733
|
+
},
|
|
734
|
+
],
|
|
735
|
+
hash: 'jQrCN5XBlMEznW7YhHqmI6_zmW5qAlIibADYwNnBiTY',
|
|
405
736
|
lastUpdate: '2024-12-31T21:18:40Z',
|
|
406
737
|
license: 'MIT',
|
|
407
738
|
licenseUrl: 'https://raw.githubusercontent.com/sdras/night-owl-vscode-theme/main/LICENSE.md',
|
|
@@ -413,7 +744,9 @@ export const themes = [
|
|
|
413
744
|
{
|
|
414
745
|
byteSize: 26663,
|
|
415
746
|
displayName: 'Nord',
|
|
416
|
-
|
|
747
|
+
funding: [
|
|
748
|
+
],
|
|
749
|
+
hash: 'iFA3XJ9vT-uwIbCQitJQox3xRoGOQ7zGQ8RW_WKcRo0',
|
|
417
750
|
lastUpdate: '2023-04-10T15:56:38Z',
|
|
418
751
|
license: 'MIT',
|
|
419
752
|
licenseUrl: 'https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license',
|
|
@@ -425,7 +758,9 @@ export const themes = [
|
|
|
425
758
|
{
|
|
426
759
|
byteSize: 33727,
|
|
427
760
|
displayName: 'One Dark Pro',
|
|
428
|
-
|
|
761
|
+
funding: [
|
|
762
|
+
],
|
|
763
|
+
hash: 'efCCoMpMwkxZgFGGEY0gVcMdqZlrr6caG1_UaiKwtus',
|
|
429
764
|
lastUpdate: '2025-02-01T14:01:22Z',
|
|
430
765
|
license: 'MIT',
|
|
431
766
|
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
|
|
@@ -437,7 +772,14 @@ export const themes = [
|
|
|
437
772
|
{
|
|
438
773
|
byteSize: 25238,
|
|
439
774
|
displayName: 'One Light',
|
|
440
|
-
|
|
775
|
+
funding: [
|
|
776
|
+
{
|
|
777
|
+
handle: '@akamud',
|
|
778
|
+
name: 'GitHub Sponsors',
|
|
779
|
+
url: 'https://github.com/sponsors/akamud',
|
|
780
|
+
},
|
|
781
|
+
],
|
|
782
|
+
hash: 'Pd7HK9OmiYrVuXUnRsBmOSayMVqwsM7XIKrMj5bWi1Y',
|
|
441
783
|
lastUpdate: '2022-10-08T13:48:47Z',
|
|
442
784
|
license: 'MIT',
|
|
443
785
|
licenseUrl: 'https://raw.githubusercontent.com/akamud/vscode-theme-onelight/master/LICENSE',
|
|
@@ -449,7 +791,18 @@ export const themes = [
|
|
|
449
791
|
{
|
|
450
792
|
byteSize: 9235,
|
|
451
793
|
displayName: 'Plastic',
|
|
452
|
-
|
|
794
|
+
funding: [
|
|
795
|
+
{
|
|
796
|
+
handle: '@will-stone',
|
|
797
|
+
name: 'GitHub Sponsors',
|
|
798
|
+
url: 'https://github.com/sponsors/will-stone',
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
name: 'buymeacoffee.com',
|
|
802
|
+
url: 'https://www.buymeacoffee.com/wstone',
|
|
803
|
+
},
|
|
804
|
+
],
|
|
805
|
+
hash: 'X8CzgJ4ahYdtR-TDwCyfBgsVp5f0bT4Tg921h7ZnYwM',
|
|
453
806
|
lastUpdate: '2024-03-31T09:02:26Z',
|
|
454
807
|
license: 'MIT',
|
|
455
808
|
licenseUrl: 'https://raw.githubusercontent.com/will-stone/plastic/main/LICENSE',
|
|
@@ -461,7 +814,9 @@ export const themes = [
|
|
|
461
814
|
{
|
|
462
815
|
byteSize: 33434,
|
|
463
816
|
displayName: 'Poimandres',
|
|
464
|
-
|
|
817
|
+
funding: [
|
|
818
|
+
],
|
|
819
|
+
hash: 'Z7S37sG_7EHzYSYm-8GjXDFWRLknzf3Bp4YeDFTwPyQ',
|
|
465
820
|
lastUpdate: '2022-09-25T11:26:55Z',
|
|
466
821
|
license: 'MIT',
|
|
467
822
|
licenseUrl: 'https://raw.githubusercontent.com/drcmda/poimandres-theme/main/LICENSE',
|
|
@@ -473,7 +828,9 @@ export const themes = [
|
|
|
473
828
|
{
|
|
474
829
|
byteSize: 6202,
|
|
475
830
|
displayName: 'Red',
|
|
476
|
-
|
|
831
|
+
funding: [
|
|
832
|
+
],
|
|
833
|
+
hash: 'OXzKdFN5lRaTzY3wPRHXyQC2o6UH2JeHz30B29MKatI',
|
|
477
834
|
lastUpdate: '2024-12-11T16:53:04Z',
|
|
478
835
|
license: 'MIT',
|
|
479
836
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -483,45 +840,53 @@ export const themes = [
|
|
|
483
840
|
type: 'dark',
|
|
484
841
|
},
|
|
485
842
|
{
|
|
486
|
-
byteSize:
|
|
843
|
+
byteSize: 21748,
|
|
487
844
|
displayName: 'Rosé Pine',
|
|
488
|
-
|
|
489
|
-
|
|
845
|
+
funding: [
|
|
846
|
+
],
|
|
847
|
+
hash: 'BymR6xyU8LLitUggKjhe2I23AKmpHn4iUCuN4zDZJqY',
|
|
848
|
+
lastUpdate: '2025-03-05T21:23:12Z',
|
|
490
849
|
license: 'MIT',
|
|
491
850
|
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
492
851
|
name: 'rose-pine',
|
|
493
|
-
sha: '
|
|
494
|
-
source: 'https://github.com/rose-pine/vscode/blob/
|
|
852
|
+
sha: '6e9712e2664dbd7743a3e03b2e3fa15a4e1d00a9',
|
|
853
|
+
source: 'https://github.com/rose-pine/vscode/blob/6e9712e2664dbd7743a3e03b2e3fa15a4e1d00a9/themes/rose-pine-color-theme.json',
|
|
495
854
|
type: 'dark',
|
|
496
855
|
},
|
|
497
856
|
{
|
|
498
|
-
byteSize:
|
|
857
|
+
byteSize: 21759,
|
|
499
858
|
displayName: 'Rosé Pine Dawn',
|
|
500
|
-
|
|
501
|
-
|
|
859
|
+
funding: [
|
|
860
|
+
],
|
|
861
|
+
hash: 'Ayjyk5Rdulivlb3n9CcOEzVnadGLD1qLtBSs5t-rwg4',
|
|
862
|
+
lastUpdate: '2025-03-05T21:23:12Z',
|
|
502
863
|
license: 'MIT',
|
|
503
864
|
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
504
865
|
name: 'rose-pine-dawn',
|
|
505
|
-
sha: '
|
|
506
|
-
source: 'https://github.com/rose-pine/vscode/blob/
|
|
866
|
+
sha: '6e9712e2664dbd7743a3e03b2e3fa15a4e1d00a9',
|
|
867
|
+
source: 'https://github.com/rose-pine/vscode/blob/6e9712e2664dbd7743a3e03b2e3fa15a4e1d00a9/themes/rose-pine-dawn-color-theme.json',
|
|
507
868
|
type: 'light',
|
|
508
869
|
},
|
|
509
870
|
{
|
|
510
|
-
byteSize:
|
|
871
|
+
byteSize: 21758,
|
|
511
872
|
displayName: 'Rosé Pine Moon',
|
|
512
|
-
|
|
513
|
-
|
|
873
|
+
funding: [
|
|
874
|
+
],
|
|
875
|
+
hash: '7X91WdLIO0gzEbIyonsvbONmn91bFTiN-VCCN6ovfmQ',
|
|
876
|
+
lastUpdate: '2025-03-05T21:23:12Z',
|
|
514
877
|
license: 'MIT',
|
|
515
878
|
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
516
879
|
name: 'rose-pine-moon',
|
|
517
|
-
sha: '
|
|
518
|
-
source: 'https://github.com/rose-pine/vscode/blob/
|
|
880
|
+
sha: '6e9712e2664dbd7743a3e03b2e3fa15a4e1d00a9',
|
|
881
|
+
source: 'https://github.com/rose-pine/vscode/blob/6e9712e2664dbd7743a3e03b2e3fa15a4e1d00a9/themes/rose-pine-moon-color-theme.json',
|
|
519
882
|
type: 'dark',
|
|
520
883
|
},
|
|
521
884
|
{
|
|
522
885
|
byteSize: 9057,
|
|
523
886
|
displayName: 'Slack Dark',
|
|
524
|
-
|
|
887
|
+
funding: [
|
|
888
|
+
],
|
|
889
|
+
hash: '6_NXtXzYfaXODzejPIruwGDpZAS2Fgs77p5zyE1-DpE',
|
|
525
890
|
lastUpdate: '2021-05-20T16:06:42Z',
|
|
526
891
|
license: 'MIT',
|
|
527
892
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
@@ -533,7 +898,9 @@ export const themes = [
|
|
|
533
898
|
{
|
|
534
899
|
byteSize: 9371,
|
|
535
900
|
displayName: 'Slack Ochin',
|
|
536
|
-
|
|
901
|
+
funding: [
|
|
902
|
+
],
|
|
903
|
+
hash: 'HGn3arwZByocvHN-it3J2uXPSxVaM62AUAEMTL6UbY0',
|
|
537
904
|
lastUpdate: '2021-06-12T21:35:10Z',
|
|
538
905
|
license: 'MIT',
|
|
539
906
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
@@ -545,7 +912,9 @@ export const themes = [
|
|
|
545
912
|
{
|
|
546
913
|
byteSize: 20713,
|
|
547
914
|
displayName: 'Snazzy Light',
|
|
548
|
-
|
|
915
|
+
funding: [
|
|
916
|
+
],
|
|
917
|
+
hash: '9JKQGPGVc9RSHhcVFFIpgxzYlkktmBBQT716vYb8WHQ',
|
|
549
918
|
lastUpdate: '2023-10-08T19:14:47Z',
|
|
550
919
|
license: 'MIT',
|
|
551
920
|
licenseUrl: 'https://raw.githubusercontent.com/loilo/vscode-snazzy-light/master/LICENSE',
|
|
@@ -557,7 +926,9 @@ export const themes = [
|
|
|
557
926
|
{
|
|
558
927
|
byteSize: 6786,
|
|
559
928
|
displayName: 'Solarized Dark',
|
|
560
|
-
|
|
929
|
+
funding: [
|
|
930
|
+
],
|
|
931
|
+
hash: 'A40ugjIXS3_Bnnln8gPrgVkcVwZmwthNGAGs0zsBb8Q',
|
|
561
932
|
lastUpdate: '2024-12-11T16:53:04Z',
|
|
562
933
|
license: 'MIT',
|
|
563
934
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -569,7 +940,9 @@ export const themes = [
|
|
|
569
940
|
{
|
|
570
941
|
byteSize: 6420,
|
|
571
942
|
displayName: 'Solarized Light',
|
|
572
|
-
|
|
943
|
+
funding: [
|
|
944
|
+
],
|
|
945
|
+
hash: 'S2NOeLAIK92omOWhh9CxZjFsllXpN_QTQkfsYdPM12c',
|
|
573
946
|
lastUpdate: '2024-12-11T16:53:04Z',
|
|
574
947
|
license: 'MIT',
|
|
575
948
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
@@ -581,7 +954,9 @@ export const themes = [
|
|
|
581
954
|
{
|
|
582
955
|
byteSize: 13976,
|
|
583
956
|
displayName: 'Synthwave \'84',
|
|
584
|
-
|
|
957
|
+
funding: [
|
|
958
|
+
],
|
|
959
|
+
hash: 'rXOK8Tj30ibvONSW7GPeGc8udCa5x9Wv53Gdv3GpKfI',
|
|
585
960
|
lastUpdate: '2022-07-27T08:21:45Z',
|
|
586
961
|
license: 'MIT',
|
|
587
962
|
licenseUrl: 'https://raw.githubusercontent.com/robb0wen/synthwave-vscode/master/LICENSE',
|
|
@@ -593,7 +968,9 @@ export const themes = [
|
|
|
593
968
|
{
|
|
594
969
|
byteSize: 35605,
|
|
595
970
|
displayName: 'Tokyo Night',
|
|
596
|
-
|
|
971
|
+
funding: [
|
|
972
|
+
],
|
|
973
|
+
hash: 'TCdTUUA8-O4PQA5FCUpSOb0M4JombaZ2u9YnUdnKmnI',
|
|
597
974
|
lastUpdate: '2025-02-05T19:34:14Z',
|
|
598
975
|
license: 'MIT',
|
|
599
976
|
licenseUrl: 'https://raw.githubusercontent.com/tokyo-night/tokyo-night-vscode-theme/master/LICENSE.txt',
|
|
@@ -605,7 +982,9 @@ export const themes = [
|
|
|
605
982
|
{
|
|
606
983
|
byteSize: 12632,
|
|
607
984
|
displayName: 'Vesper',
|
|
608
|
-
|
|
985
|
+
funding: [
|
|
986
|
+
],
|
|
987
|
+
hash: 'kJIzTDdvM1rTKx3fFpH3Dpq8PBW5apySCrT2Apo7tHc',
|
|
609
988
|
lastUpdate: '2025-01-16T15:07:46Z',
|
|
610
989
|
license: 'MIT',
|
|
611
990
|
licenseUrl: 'https://raw.githubusercontent.com/raunofreiberg/vesper/main/LICENSE.md',
|
|
@@ -617,7 +996,14 @@ export const themes = [
|
|
|
617
996
|
{
|
|
618
997
|
byteSize: 13617,
|
|
619
998
|
displayName: 'Vitesse Black',
|
|
620
|
-
|
|
999
|
+
funding: [
|
|
1000
|
+
{
|
|
1001
|
+
handle: '@antfu',
|
|
1002
|
+
name: 'GitHub Sponsors',
|
|
1003
|
+
url: 'https://github.com/sponsors/antfu',
|
|
1004
|
+
},
|
|
1005
|
+
],
|
|
1006
|
+
hash: 'PbXaTHC8ftCpObIk78QP3U-IcoDCbgdBIWghUfr6JzU',
|
|
621
1007
|
lastUpdate: '2024-08-16T00:04:38Z',
|
|
622
1008
|
license: 'MIT',
|
|
623
1009
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md',
|
|
@@ -629,7 +1015,14 @@ export const themes = [
|
|
|
629
1015
|
{
|
|
630
1016
|
byteSize: 13699,
|
|
631
1017
|
displayName: 'Vitesse Dark',
|
|
632
|
-
|
|
1018
|
+
funding: [
|
|
1019
|
+
{
|
|
1020
|
+
handle: '@antfu',
|
|
1021
|
+
name: 'GitHub Sponsors',
|
|
1022
|
+
url: 'https://github.com/sponsors/antfu',
|
|
1023
|
+
},
|
|
1024
|
+
],
|
|
1025
|
+
hash: 'hAHFaaEAj_0pdxweV6SmgoAlzeJoSrV5X9QTI5atqcU',
|
|
633
1026
|
lastUpdate: '2024-08-16T00:04:38Z',
|
|
634
1027
|
license: 'MIT',
|
|
635
1028
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md',
|
|
@@ -641,7 +1034,14 @@ export const themes = [
|
|
|
641
1034
|
{
|
|
642
1035
|
byteSize: 13556,
|
|
643
1036
|
displayName: 'Vitesse Light',
|
|
644
|
-
|
|
1037
|
+
funding: [
|
|
1038
|
+
{
|
|
1039
|
+
handle: '@antfu',
|
|
1040
|
+
name: 'GitHub Sponsors',
|
|
1041
|
+
url: 'https://github.com/sponsors/antfu',
|
|
1042
|
+
},
|
|
1043
|
+
],
|
|
1044
|
+
hash: 'CIJ5derYw8_T-sC51bAPLeLglZRyko80PAnMgJWrMcs',
|
|
645
1045
|
lastUpdate: '2024-08-16T00:04:38Z',
|
|
646
1046
|
license: 'MIT',
|
|
647
1047
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE.md',
|