tm-themes 0.0.0 → 0.0.1
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 +14 -14
- package/package.json +12 -15
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,7 +37,7 @@ 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` |
|
|
@@ -46,8 +46,8 @@ import { themes } from 'tm-themes'
|
|
|
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
|
{
|
|
@@ -147,8 +147,8 @@ export const themes = [
|
|
|
147
147
|
license: 'MIT',
|
|
148
148
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
149
149
|
name: 'monokai',
|
|
150
|
-
sha: '
|
|
151
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
150
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
151
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-monokai/themes/monokai-color-theme.json',
|
|
152
152
|
type: 'dark',
|
|
153
153
|
},
|
|
154
154
|
{
|
|
@@ -226,8 +226,8 @@ export const themes = [
|
|
|
226
226
|
license: 'MIT',
|
|
227
227
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
228
228
|
name: 'solarized-dark',
|
|
229
|
-
sha: '
|
|
230
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
229
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
230
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
|
|
231
231
|
type: 'dark',
|
|
232
232
|
},
|
|
233
233
|
{
|
|
@@ -235,8 +235,8 @@ export const themes = [
|
|
|
235
235
|
license: 'MIT',
|
|
236
236
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
237
237
|
name: 'solarized-light',
|
|
238
|
-
sha: '
|
|
239
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
238
|
+
sha: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
239
|
+
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
|
|
240
240
|
type: 'light',
|
|
241
241
|
},
|
|
242
242
|
{
|
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.1",
|
|
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
|
}
|