tm-themes 0.0.0 → 0.0.2
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 +8 -8
- package/index.js +21 -20
- package/package.json +12 -15
- package/themes/monokai.json +1 -0
- package/themes/poimandres.json +1 -1
- package/themes/rose-pine-dawn.json +1 -1
- package/themes/slack-dark.json +1 -1
- package/themes/slack-ochin.json +1 -1
- package/themes/solarized-dark.json +1 -1
- package/themes/solarized-light.json +1 -1
package/README.md
CHANGED
|
@@ -21,15 +21,15 @@ import { themes } from 'tm-themes'
|
|
|
21
21
|
<!--list-start-->
|
|
22
22
|
| Name | Source | License | Type |
|
|
23
23
|
| ---- | ------ | ------- | ---- |
|
|
24
|
-
| `dark-modern` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
25
|
-
| `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
24
|
+
| `dark-modern` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/dark_modern.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
25
|
+
| `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
26
26
|
| `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/e475d548db27773fa0004b252c0a4701f187fb7e/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | `dark` |
|
|
27
27
|
| `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/e475d548db27773fa0004b252c0a4701f187fb7e/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | `dark` |
|
|
28
28
|
| `github-dark` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | `dark` |
|
|
29
29
|
| `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | `dark` |
|
|
30
30
|
| `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | `light` |
|
|
31
|
-
| `light-modern` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
32
|
-
| `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
31
|
+
| `light-modern` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/light_modern.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
|
|
32
|
+
| `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
|
|
33
33
|
| `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
|
|
34
34
|
| `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
|
|
35
35
|
| `material-theme-lighter` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `light` |
|
|
@@ -37,17 +37,17 @@ import { themes } from 'tm-themes'
|
|
|
37
37
|
| `material-theme-palenight` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/9c1313579cecdd377fc475ccf108da6402216745/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | `dark` |
|
|
38
38
|
| `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/dd796c3f294daecfb7f10ed277ffdc30517d59cf/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | `dark` |
|
|
39
39
|
| `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/dd796c3f294daecfb7f10ed277ffdc30517d59cf/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | `light` |
|
|
40
|
-
| `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
40
|
+
| `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
41
41
|
| `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/8ead09822c02d0d49d0f764104505e5a34d3689f/themes/nord-color-theme.json) | [MIT](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | `dark` |
|
|
42
42
|
| `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/0f37dcd4d02d71465ed0bc65c3829cbdfaa3fc5f/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | `dark` |
|
|
43
43
|
| `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/a7b8ed96b2319d44b53f755bdc8f321deb69c729/themes/poimandres-color-theme.json) | | `dark` |
|
|
44
44
|
| `rose-pine` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `dark` |
|
|
45
|
-
| `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `
|
|
45
|
+
| `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `light` |
|
|
46
46
|
| `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-moon-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | `dark` |
|
|
47
47
|
| `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/ae207bda0c2477fb609b21377ab0a7a40b1f4b0b/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | `dark` |
|
|
48
48
|
| `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/ae207bda0c2477fb609b21377ab0a7a40b1f4b0b/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | `light` |
|
|
49
|
-
| `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
50
|
-
| `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/
|
|
49
|
+
| `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
50
|
+
| `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
|
|
51
51
|
| `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | `dark` |
|
|
52
52
|
| `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | `dark` |
|
|
53
53
|
| `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/b2a0afe97416cff8526763e7517d21631c456d19/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | `light` |
|
package/index.js
CHANGED
|
@@ -4,8 +4,8 @@ export const themes = [
|
|
|
4
4
|
license: 'MIT',
|
|
5
5
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
6
6
|
name: 'dark-modern',
|
|
7
|
-
sha: '
|
|
8
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
7
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
8
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/dark_modern.json',
|
|
9
9
|
type: 'dark',
|
|
10
10
|
},
|
|
11
11
|
{
|
|
@@ -13,8 +13,8 @@ export const themes = [
|
|
|
13
13
|
license: 'MIT',
|
|
14
14
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
15
15
|
name: 'dark-plus',
|
|
16
|
-
sha: '
|
|
17
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
16
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
17
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/dark_plus.json',
|
|
18
18
|
type: 'dark',
|
|
19
19
|
},
|
|
20
20
|
{
|
|
@@ -67,8 +67,8 @@ export const themes = [
|
|
|
67
67
|
license: 'MIT',
|
|
68
68
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
69
69
|
name: 'light-modern',
|
|
70
|
-
sha: '
|
|
71
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
70
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
71
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/light_modern.json',
|
|
72
72
|
type: 'light',
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -76,8 +76,8 @@ export const themes = [
|
|
|
76
76
|
license: 'MIT',
|
|
77
77
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
78
78
|
name: 'light-plus',
|
|
79
|
-
sha: '
|
|
80
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
79
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
80
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/light_plus.json',
|
|
81
81
|
type: 'light',
|
|
82
82
|
},
|
|
83
83
|
{
|
|
@@ -144,11 +144,12 @@ export const themes = [
|
|
|
144
144
|
type: 'light',
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
|
+
displayName: 'Monokai',
|
|
147
148
|
license: 'MIT',
|
|
148
149
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
149
150
|
name: 'monokai',
|
|
150
|
-
sha: '
|
|
151
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
151
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
152
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-monokai/themes/monokai-color-theme.json',
|
|
152
153
|
type: 'dark',
|
|
153
154
|
},
|
|
154
155
|
{
|
|
@@ -170,7 +171,7 @@ export const themes = [
|
|
|
170
171
|
type: 'dark',
|
|
171
172
|
},
|
|
172
173
|
{
|
|
173
|
-
displayName: '
|
|
174
|
+
displayName: 'Poimandres',
|
|
174
175
|
name: 'poimandres',
|
|
175
176
|
sha: 'a7b8ed96b2319d44b53f755bdc8f321deb69c729',
|
|
176
177
|
source: 'https://github.com/drcmda/poimandres-theme/blob/a7b8ed96b2319d44b53f755bdc8f321deb69c729/themes/poimandres-color-theme.json',
|
|
@@ -192,7 +193,7 @@ export const themes = [
|
|
|
192
193
|
name: 'rose-pine-dawn',
|
|
193
194
|
sha: '5a6d89246d58316802bf5c54bb83d6654ff6a1c5',
|
|
194
195
|
source: 'https://github.com/rose-pine/vscode/blob/5a6d89246d58316802bf5c54bb83d6654ff6a1c5/themes/rose-pine-dawn-color-theme.json',
|
|
195
|
-
type: '
|
|
196
|
+
type: 'light',
|
|
196
197
|
},
|
|
197
198
|
{
|
|
198
199
|
displayName: 'Rosé Pine Moon',
|
|
@@ -204,7 +205,7 @@ export const themes = [
|
|
|
204
205
|
type: 'dark',
|
|
205
206
|
},
|
|
206
207
|
{
|
|
207
|
-
displayName: 'Slack
|
|
208
|
+
displayName: 'Slack Dark',
|
|
208
209
|
license: 'MIT',
|
|
209
210
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
210
211
|
name: 'slack-dark',
|
|
@@ -213,7 +214,7 @@ export const themes = [
|
|
|
213
214
|
type: 'dark',
|
|
214
215
|
},
|
|
215
216
|
{
|
|
216
|
-
displayName: 'Slack
|
|
217
|
+
displayName: 'Slack Ochin',
|
|
217
218
|
license: 'MIT',
|
|
218
219
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
219
220
|
name: 'slack-ochin',
|
|
@@ -222,21 +223,21 @@ export const themes = [
|
|
|
222
223
|
type: 'light',
|
|
223
224
|
},
|
|
224
225
|
{
|
|
225
|
-
displayName: 'Solarized
|
|
226
|
+
displayName: 'Solarized Dark',
|
|
226
227
|
license: 'MIT',
|
|
227
228
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
228
229
|
name: 'solarized-dark',
|
|
229
|
-
sha: '
|
|
230
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
230
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
231
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
|
|
231
232
|
type: 'dark',
|
|
232
233
|
},
|
|
233
234
|
{
|
|
234
|
-
displayName: 'Solarized
|
|
235
|
+
displayName: 'Solarized Light',
|
|
235
236
|
license: 'MIT',
|
|
236
237
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
237
238
|
name: 'solarized-light',
|
|
238
|
-
sha: '
|
|
239
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
239
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
240
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
|
|
240
241
|
type: 'light',
|
|
241
242
|
},
|
|
242
243
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tm-themes",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"packageManager": "pnpm@8.11.0",
|
|
6
6
|
"description": "Collecton of TextMate grammars in JSON",
|
|
7
7
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
@@ -14,24 +14,25 @@
|
|
|
14
14
|
"directory": "packages/tm-themes"
|
|
15
15
|
},
|
|
16
16
|
"bugs": "https://github.com/antfu/tm-grammars-themes/issues",
|
|
17
|
-
"keywords": [
|
|
17
|
+
"keywords": [
|
|
18
|
+
"textmate"
|
|
19
|
+
],
|
|
18
20
|
"sideEffects": false,
|
|
19
21
|
"exports": {
|
|
20
22
|
".": {
|
|
21
|
-
"types": "./
|
|
22
|
-
"import": "./
|
|
23
|
-
"require": "./dist/index.cjs"
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"import": "./index.js"
|
|
24
25
|
},
|
|
25
26
|
"./themes/*": "./themes/*"
|
|
26
27
|
},
|
|
27
|
-
"main": "./
|
|
28
|
-
"module": "./
|
|
29
|
-
"types": "./
|
|
28
|
+
"main": "./index.js",
|
|
29
|
+
"module": "./index.js",
|
|
30
|
+
"types": "./index.d.ts",
|
|
30
31
|
"typesVersions": {
|
|
31
32
|
"*": {
|
|
32
33
|
"*": [
|
|
33
|
-
"
|
|
34
|
-
"./
|
|
34
|
+
"./*",
|
|
35
|
+
"./index.d.ts"
|
|
35
36
|
]
|
|
36
37
|
}
|
|
37
38
|
},
|
|
@@ -41,9 +42,5 @@
|
|
|
41
42
|
"LICENSE",
|
|
42
43
|
"NOTICE",
|
|
43
44
|
"themes"
|
|
44
|
-
]
|
|
45
|
-
"scripts": {
|
|
46
|
-
"build": "unbuild",
|
|
47
|
-
"dev": "unbuild --stub"
|
|
48
|
-
}
|
|
45
|
+
]
|
|
49
46
|
}
|
package/themes/monokai.json
CHANGED
package/themes/poimandres.json
CHANGED
package/themes/slack-dark.json
CHANGED
package/themes/slack-ochin.json
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"titleBar.activeBackground": "#EEE8D5",
|
|
86
86
|
"walkThrough.embeddedEditorBackground": "#00000014"
|
|
87
87
|
},
|
|
88
|
-
"displayName": "Solarized
|
|
88
|
+
"displayName": "Solarized Light",
|
|
89
89
|
"name": "solarized-light",
|
|
90
90
|
"semanticHighlighting": true,
|
|
91
91
|
"tokenColors": [
|