tm-themes 0.0.2 → 0.0.3
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 +1 -1
- package/README.md +5 -7
- package/index.js +10 -28
- package/package.json +4 -4
- package/themes/dark-modern.json +0 -1268
- package/themes/light-modern.json +0 -1316
package/NOTICE
CHANGED
|
@@ -12,7 +12,7 @@ forth below.
|
|
|
12
12
|
The following files/folders contain third party software:
|
|
13
13
|
|
|
14
14
|
=========================================================================================================
|
|
15
|
-
Files: dark-
|
|
15
|
+
Files: dark-plus.json, light-plus.json, monokai.json, solarized-dark.json, solarized-light.json
|
|
16
16
|
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
17
17
|
SPDX: MIT
|
|
18
18
|
---------------------------------------------------------------------------------------------------------
|
package/README.md
CHANGED
|
@@ -21,15 +21,13 @@ import { themes } from 'tm-themes'
|
|
|
21
21
|
<!--list-start-->
|
|
22
22
|
| Name | Source | License | Type |
|
|
23
23
|
| ---- | ------ | ------- | ---- |
|
|
24
|
-
| `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` |
|
|
24
|
+
| `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
26
25
|
| `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
26
|
| `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
27
|
| `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
28
|
| `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
29
|
| `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-
|
|
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` |
|
|
30
|
+
| `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
|
|
33
31
|
| `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
32
|
| `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
33
|
| `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 +35,7 @@ import { themes } from 'tm-themes'
|
|
|
37
35
|
| `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
36
|
| `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
37
|
| `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/
|
|
38
|
+
| `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
41
39
|
| `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
40
|
| `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
41
|
| `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/a7b8ed96b2319d44b53f755bdc8f321deb69c729/themes/poimandres-color-theme.json) | | `dark` |
|
|
@@ -46,8 +44,8 @@ import { themes } from 'tm-themes'
|
|
|
46
44
|
| `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
45
|
| `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
46
|
| `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/
|
|
47
|
+
| `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `dark` |
|
|
48
|
+
| `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `light` |
|
|
51
49
|
| `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
50
|
| `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
51
|
| `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
|
@@ -1,20 +1,11 @@
|
|
|
1
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: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
8
|
-
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/dark_modern.json',
|
|
9
|
-
type: 'dark',
|
|
10
|
-
},
|
|
11
2
|
{
|
|
12
3
|
displayName: 'Dark Plus',
|
|
13
4
|
license: 'MIT',
|
|
14
5
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
15
6
|
name: 'dark-plus',
|
|
16
|
-
sha: '
|
|
17
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
7
|
+
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
|
|
8
|
+
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/dark_plus.json',
|
|
18
9
|
type: 'dark',
|
|
19
10
|
},
|
|
20
11
|
{
|
|
@@ -62,22 +53,13 @@ export const themes = [
|
|
|
62
53
|
source: 'https://github.com/primer/github-vscode-theme/blob/38b50d41bdc6b190b7351e220956af043221d763/src/theme.js',
|
|
63
54
|
type: 'light',
|
|
64
55
|
},
|
|
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: 'c9631868cd2585d82bc5c1f00c235c09da2e37d8',
|
|
71
|
-
source: 'https://github.com/microsoft/vscode/blob/c9631868cd2585d82bc5c1f00c235c09da2e37d8/extensions/theme-defaults/themes/light_modern.json',
|
|
72
|
-
type: 'light',
|
|
73
|
-
},
|
|
74
56
|
{
|
|
75
57
|
displayName: 'Light Plus',
|
|
76
58
|
license: 'MIT',
|
|
77
59
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
78
60
|
name: 'light-plus',
|
|
79
|
-
sha: '
|
|
80
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
61
|
+
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
|
|
62
|
+
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-defaults/themes/light_plus.json',
|
|
81
63
|
type: 'light',
|
|
82
64
|
},
|
|
83
65
|
{
|
|
@@ -148,8 +130,8 @@ export const themes = [
|
|
|
148
130
|
license: 'MIT',
|
|
149
131
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
150
132
|
name: 'monokai',
|
|
151
|
-
sha: '
|
|
152
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
133
|
+
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
|
|
134
|
+
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-monokai/themes/monokai-color-theme.json',
|
|
153
135
|
type: 'dark',
|
|
154
136
|
},
|
|
155
137
|
{
|
|
@@ -227,8 +209,8 @@ export const themes = [
|
|
|
227
209
|
license: 'MIT',
|
|
228
210
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
229
211
|
name: 'solarized-dark',
|
|
230
|
-
sha: '
|
|
231
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
212
|
+
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
|
|
213
|
+
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
|
|
232
214
|
type: 'dark',
|
|
233
215
|
},
|
|
234
216
|
{
|
|
@@ -236,8 +218,8 @@ export const themes = [
|
|
|
236
218
|
license: 'MIT',
|
|
237
219
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
238
220
|
name: 'solarized-light',
|
|
239
|
-
sha: '
|
|
240
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
221
|
+
sha: '17e30760a3bad6d91327de38ac8f2cf6a161d307',
|
|
222
|
+
source: 'https://github.com/microsoft/vscode/blob/17e30760a3bad6d91327de38ac8f2cf6a161d307/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
|
|
241
223
|
type: 'light',
|
|
242
224
|
},
|
|
243
225
|
{
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tm-themes",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"packageManager": "pnpm@8.11.0",
|
|
6
6
|
"description": "Collecton of TextMate grammars in JSON",
|
|
7
7
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"funding": "https://github.com/sponsors/antfu",
|
|
10
|
-
"homepage": "https://github.com/antfu/
|
|
10
|
+
"homepage": "https://github.com/antfu/textmate-grammars-themes#readme",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
|
-
"url": "git+https://github.com/antfu/
|
|
13
|
+
"url": "git+https://github.com/antfu/textmate-grammars-themes.git",
|
|
14
14
|
"directory": "packages/tm-themes"
|
|
15
15
|
},
|
|
16
|
-
"bugs": "https://github.com/antfu/
|
|
16
|
+
"bugs": "https://github.com/antfu/textmate-grammars-themes/issues",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"textmate"
|
|
19
19
|
],
|