tm-themes 0.0.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/LICENSE +22 -0
- package/NOTICE +461 -0
- package/README.md +60 -0
- package/index.d.ts +14 -0
- package/index.js +269 -0
- package/package.json +49 -0
- package/themes/dark-modern.json +1268 -0
- package/themes/dark-plus.json +600 -0
- package/themes/dracula-soft.json +1136 -0
- package/themes/dracula.json +1136 -0
- package/themes/github-dark-dimmed.json +652 -0
- package/themes/github-dark.json +544 -0
- package/themes/github-light.json +540 -0
- package/themes/light-modern.json +1316 -0
- package/themes/light-plus.json +626 -0
- package/themes/material-theme-darker.json +848 -0
- package/themes/material-theme-lighter.json +848 -0
- package/themes/material-theme-ocean.json +848 -0
- package/themes/material-theme-palenight.json +848 -0
- package/themes/material-theme.json +848 -0
- package/themes/min-dark.json +310 -0
- package/themes/min-light.json +328 -0
- package/themes/monokai.json +484 -0
- package/themes/nord.json +1423 -0
- package/themes/one-dark-pro.json +2246 -0
- package/themes/poimandres.json +1368 -0
- package/themes/rose-pine-dawn.json +734 -0
- package/themes/rose-pine-moon.json +734 -0
- package/themes/rose-pine.json +734 -0
- package/themes/slack-dark.json +584 -0
- package/themes/slack-ochin.json +513 -0
- package/themes/solarized-dark.json +428 -0
- package/themes/solarized-light.json +420 -0
- package/themes/vitesse-black.json +680 -0
- package/themes/vitesse-dark.json +680 -0
- package/themes/vitesse-light.json +678 -0
package/index.js
ADDED
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
export const themes = [
|
|
2
|
+
{
|
|
3
|
+
displayName: 'Dark Modern',
|
|
4
|
+
license: 'MIT',
|
|
5
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
6
|
+
name: 'dark-modern',
|
|
7
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
8
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-defaults/themes/dark_modern.json',
|
|
9
|
+
type: 'dark',
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
displayName: 'Dark Plus',
|
|
13
|
+
license: 'MIT',
|
|
14
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
15
|
+
name: 'dark-plus',
|
|
16
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
17
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-defaults/themes/dark_plus.json',
|
|
18
|
+
type: 'dark',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
displayName: 'Dracula',
|
|
22
|
+
license: 'MIT',
|
|
23
|
+
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
|
|
24
|
+
name: 'dracula',
|
|
25
|
+
sha: 'e475d548db27773fa0004b252c0a4701f187fb7e',
|
|
26
|
+
source: 'https://github.com/dracula/visual-studio-code/blob/e475d548db27773fa0004b252c0a4701f187fb7e/src/dracula.yml',
|
|
27
|
+
type: 'dark',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
displayName: 'Dracula Soft',
|
|
31
|
+
license: 'MIT',
|
|
32
|
+
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
|
|
33
|
+
name: 'dracula-soft',
|
|
34
|
+
sha: 'e475d548db27773fa0004b252c0a4701f187fb7e',
|
|
35
|
+
source: 'https://github.com/dracula/visual-studio-code/blob/e475d548db27773fa0004b252c0a4701f187fb7e/src/dracula.yml',
|
|
36
|
+
type: 'dark',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
displayName: 'GitHub Dark',
|
|
40
|
+
license: 'MIT',
|
|
41
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
42
|
+
name: 'github-dark',
|
|
43
|
+
sha: '38b50d41bdc6b190b7351e220956af043221d763',
|
|
44
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js',
|
|
45
|
+
type: 'dark',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
displayName: 'GitHub Dark Dimmed',
|
|
49
|
+
license: 'MIT',
|
|
50
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
51
|
+
name: 'github-dark-dimmed',
|
|
52
|
+
sha: '38b50d41bdc6b190b7351e220956af043221d763',
|
|
53
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js',
|
|
54
|
+
type: 'dark',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
displayName: 'GitHub Light',
|
|
58
|
+
license: 'MIT',
|
|
59
|
+
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
60
|
+
name: 'github-light',
|
|
61
|
+
sha: '38b50d41bdc6b190b7351e220956af043221d763',
|
|
62
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js',
|
|
63
|
+
type: 'light',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
displayName: 'Light Modern',
|
|
67
|
+
license: 'MIT',
|
|
68
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
69
|
+
name: 'light-modern',
|
|
70
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
71
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-defaults/themes/light_modern.json',
|
|
72
|
+
type: 'light',
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
displayName: 'Light Plus',
|
|
76
|
+
license: 'MIT',
|
|
77
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
78
|
+
name: 'light-plus',
|
|
79
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
80
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-defaults/themes/light_plus.json',
|
|
81
|
+
type: 'light',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
displayName: 'Material Theme',
|
|
85
|
+
license: 'Apache-2.0',
|
|
86
|
+
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
87
|
+
name: 'material-theme',
|
|
88
|
+
sha: '9c1313579cecdd377fc475ccf108da6402216745',
|
|
89
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts',
|
|
90
|
+
type: 'dark',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
displayName: 'Material Theme Darker',
|
|
94
|
+
license: 'Apache-2.0',
|
|
95
|
+
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
96
|
+
name: 'material-theme-darker',
|
|
97
|
+
sha: '9c1313579cecdd377fc475ccf108da6402216745',
|
|
98
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts',
|
|
99
|
+
type: 'dark',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
displayName: 'Material Theme Lighter',
|
|
103
|
+
license: 'Apache-2.0',
|
|
104
|
+
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
105
|
+
name: 'material-theme-lighter',
|
|
106
|
+
sha: '9c1313579cecdd377fc475ccf108da6402216745',
|
|
107
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts',
|
|
108
|
+
type: 'light',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
displayName: 'Material Theme Ocean',
|
|
112
|
+
license: 'Apache-2.0',
|
|
113
|
+
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
114
|
+
name: 'material-theme-ocean',
|
|
115
|
+
sha: '9c1313579cecdd377fc475ccf108da6402216745',
|
|
116
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts',
|
|
117
|
+
type: 'dark',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
displayName: 'Material Theme Palenight',
|
|
121
|
+
license: 'Apache-2.0',
|
|
122
|
+
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
123
|
+
name: 'material-theme-palenight',
|
|
124
|
+
sha: '9c1313579cecdd377fc475ccf108da6402216745',
|
|
125
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts',
|
|
126
|
+
type: 'dark',
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
displayName: 'Min Dark',
|
|
130
|
+
license: 'MIT',
|
|
131
|
+
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
132
|
+
name: 'min-dark',
|
|
133
|
+
sha: 'dd796c3f294daecfb7f10ed277ffdc30517d59cf',
|
|
134
|
+
source: 'https://github.com/misolori/min-theme/blob/dd796c3f294daecfb7f10ed277ffdc30517d59cf/themes/min-dark.json',
|
|
135
|
+
type: 'dark',
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
displayName: 'Min Light',
|
|
139
|
+
license: 'MIT',
|
|
140
|
+
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
141
|
+
name: 'min-light',
|
|
142
|
+
sha: 'dd796c3f294daecfb7f10ed277ffdc30517d59cf',
|
|
143
|
+
source: 'https://github.com/misolori/min-theme/blob/dd796c3f294daecfb7f10ed277ffdc30517d59cf/themes/min-light.json',
|
|
144
|
+
type: 'light',
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
license: 'MIT',
|
|
148
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
149
|
+
name: 'monokai',
|
|
150
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
151
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-monokai/themes/monokai-color-theme.json',
|
|
152
|
+
type: 'dark',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
displayName: 'Nord',
|
|
156
|
+
license: 'MIT',
|
|
157
|
+
licenseUrl: 'https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license',
|
|
158
|
+
name: 'nord',
|
|
159
|
+
sha: '8ead09822c02d0d49d0f764104505e5a34d3689f',
|
|
160
|
+
source: 'https://github.com/arcticicestudio/nord-visual-studio-code/blob/8ead09822c02d0d49d0f764104505e5a34d3689f/themes/nord-color-theme.json',
|
|
161
|
+
type: 'dark',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
displayName: 'One Dark Pro',
|
|
165
|
+
license: 'MIT',
|
|
166
|
+
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
|
|
167
|
+
name: 'one-dark-pro',
|
|
168
|
+
sha: '0f37dcd4d02d71465ed0bc65c3829cbdfaa3fc5f',
|
|
169
|
+
source: 'https://github.com/Binaryify/OneDark-Pro/blob/0f37dcd4d02d71465ed0bc65c3829cbdfaa3fc5f/themes/OneDark-Pro.json',
|
|
170
|
+
type: 'dark',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
displayName: 'poimandres dark theme',
|
|
174
|
+
name: 'poimandres',
|
|
175
|
+
sha: 'a7b8ed96b2319d44b53f755bdc8f321deb69c729',
|
|
176
|
+
source: 'https://github.com/drcmda/poimandres-theme/blob/a7b8ed96b2319d44b53f755bdc8f321deb69c729/themes/poimandres-color-theme.json',
|
|
177
|
+
type: 'dark',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
displayName: 'Rosé Pine',
|
|
181
|
+
license: 'MIT',
|
|
182
|
+
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
183
|
+
name: 'rose-pine',
|
|
184
|
+
sha: '5a6d89246d58316802bf5c54bb83d6654ff6a1c5',
|
|
185
|
+
source: 'https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-color-theme.json',
|
|
186
|
+
type: 'dark',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
displayName: 'Rosé Pine Dawn',
|
|
190
|
+
license: 'MIT',
|
|
191
|
+
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
192
|
+
name: 'rose-pine-dawn',
|
|
193
|
+
sha: '5a6d89246d58316802bf5c54bb83d6654ff6a1c5',
|
|
194
|
+
source: 'https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-dawn-color-theme.json',
|
|
195
|
+
type: 'dark',
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
displayName: 'Rosé Pine Moon',
|
|
199
|
+
license: 'MIT',
|
|
200
|
+
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
201
|
+
name: 'rose-pine-moon',
|
|
202
|
+
sha: '5a6d89246d58316802bf5c54bb83d6654ff6a1c5',
|
|
203
|
+
source: 'https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-moon-color-theme.json',
|
|
204
|
+
type: 'dark',
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
displayName: 'Slack Theme Dark Mode',
|
|
208
|
+
license: 'MIT',
|
|
209
|
+
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
210
|
+
name: 'slack-dark',
|
|
211
|
+
sha: 'ae207bda0c2477fb609b21377ab0a7a40b1f4b0b',
|
|
212
|
+
source: 'https://github.com/slack-theme/visual-studio-code/blob/ae207bda0c2477fb609b21377ab0a7a40b1f4b0b/themes/dark-mode.json',
|
|
213
|
+
type: 'dark',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
displayName: 'Slack Theme Ochin',
|
|
217
|
+
license: 'MIT',
|
|
218
|
+
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
219
|
+
name: 'slack-ochin',
|
|
220
|
+
sha: 'ae207bda0c2477fb609b21377ab0a7a40b1f4b0b',
|
|
221
|
+
source: 'https://github.com/slack-theme/visual-studio-code/blob/ae207bda0c2477fb609b21377ab0a7a40b1f4b0b/themes/ochin.json',
|
|
222
|
+
type: 'light',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
displayName: 'Solarized (dark)',
|
|
226
|
+
license: 'MIT',
|
|
227
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
228
|
+
name: 'solarized-dark',
|
|
229
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
230
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
|
|
231
|
+
type: 'dark',
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
displayName: 'Solarized (light)',
|
|
235
|
+
license: 'MIT',
|
|
236
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
237
|
+
name: 'solarized-light',
|
|
238
|
+
sha: 'b7c53afaefbf519802057a0d5d8a86820465fc80',
|
|
239
|
+
source: 'https://github.com/microsoft/vscode/blob/b7c53afaefbf519802057a0d5d8a86820465fc80/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
|
|
240
|
+
type: 'light',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
displayName: 'Vitesse Black',
|
|
244
|
+
license: 'MIT',
|
|
245
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
246
|
+
name: 'vitesse-black',
|
|
247
|
+
sha: 'b2a0afe97416cff8526763e7517d21631c456d19',
|
|
248
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-black.json',
|
|
249
|
+
type: 'dark',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
displayName: 'Vitesse Dark',
|
|
253
|
+
license: 'MIT',
|
|
254
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
255
|
+
name: 'vitesse-dark',
|
|
256
|
+
sha: 'b2a0afe97416cff8526763e7517d21631c456d19',
|
|
257
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-dark.json',
|
|
258
|
+
type: 'dark',
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
displayName: 'Vitesse Light',
|
|
262
|
+
license: 'MIT',
|
|
263
|
+
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
264
|
+
name: 'vitesse-light',
|
|
265
|
+
sha: 'b2a0afe97416cff8526763e7517d21631c456d19',
|
|
266
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-light.json',
|
|
267
|
+
type: 'light',
|
|
268
|
+
},
|
|
269
|
+
]
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "tm-themes",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.0",
|
|
5
|
+
"packageManager": "pnpm@8.11.0",
|
|
6
|
+
"description": "Collecton of TextMate grammars in JSON",
|
|
7
|
+
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"funding": "https://github.com/sponsors/antfu",
|
|
10
|
+
"homepage": "https://github.com/antfu/tm-grammars-themes#readme",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/antfu/tm-grammars-themes.git",
|
|
14
|
+
"directory": "packages/tm-themes"
|
|
15
|
+
},
|
|
16
|
+
"bugs": "https://github.com/antfu/tm-grammars-themes/issues",
|
|
17
|
+
"keywords": [],
|
|
18
|
+
"sideEffects": false,
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"import": "./dist/index.mjs",
|
|
23
|
+
"require": "./dist/index.cjs"
|
|
24
|
+
},
|
|
25
|
+
"./themes/*": "./themes/*"
|
|
26
|
+
},
|
|
27
|
+
"main": "./dist/index.mjs",
|
|
28
|
+
"module": "./dist/index.mjs",
|
|
29
|
+
"types": "./dist/index.d.ts",
|
|
30
|
+
"typesVersions": {
|
|
31
|
+
"*": {
|
|
32
|
+
"*": [
|
|
33
|
+
"./dist/*",
|
|
34
|
+
"./dist/index.d.ts"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"*.d.ts",
|
|
40
|
+
"*.js",
|
|
41
|
+
"LICENSE",
|
|
42
|
+
"NOTICE",
|
|
43
|
+
"themes"
|
|
44
|
+
],
|
|
45
|
+
"scripts": {
|
|
46
|
+
"build": "unbuild",
|
|
47
|
+
"dev": "unbuild --stub"
|
|
48
|
+
}
|
|
49
|
+
}
|