tm-themes 1.0.0 → 1.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/NOTICE +1 -1
- package/README.md +39 -32
- package/index.d.ts +2 -1
- package/index.js +94 -56
- package/package.json +1 -1
- package/themes/dark-plus.json +8 -24
- package/themes/dracula-soft.json +0 -74
- package/themes/dracula.json +0 -74
- package/themes/light-plus.json +7 -21
- package/themes/material-theme-darker.json +0 -82
- package/themes/material-theme-lighter.json +0 -82
- package/themes/material-theme-ocean.json +0 -82
- package/themes/material-theme-palenight.json +0 -82
- package/themes/material-theme.json +0 -82
- package/themes/min-dark.json +0 -4
- package/themes/min-light.json +0 -3
- package/themes/monokai.json +0 -43
- package/themes/nord.json +0 -137
- package/themes/one-dark-pro.json +0 -255
- package/themes/poimandres.json +0 -2
- package/themes/red.json +378 -0
- package/themes/slack-dark.json +0 -13
- package/themes/slack-ochin.json +0 -34
- package/themes/solarized-dark.json +0 -38
- package/themes/solarized-light.json +0 -38
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-plus.json, light-plus.json, monokai.json, solarized-dark.json, solarized-light.json
|
|
15
|
+
Files: dark-plus.json, light-plus.json, monokai.json, red.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
|
@@ -16,39 +16,46 @@ You can get the metadata of all bundled themes by importing `tm-themes`
|
|
|
16
16
|
import { themes } from 'tm-themes'
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
## Grammars
|
|
20
|
-
|
|
21
19
|
<!--list-start-->
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
| `github-
|
|
28
|
-
| `
|
|
29
|
-
| `
|
|
30
|
-
| `light
|
|
31
|
-
| `
|
|
32
|
-
| `
|
|
33
|
-
| `
|
|
34
|
-
| `
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
| `
|
|
41
|
-
| `
|
|
42
|
-
| `
|
|
43
|
-
| `
|
|
44
|
-
| `
|
|
45
|
-
| `
|
|
46
|
-
| `
|
|
47
|
-
| `
|
|
48
|
-
| `
|
|
49
|
-
| `
|
|
50
|
-
| `
|
|
51
|
-
| `
|
|
20
|
+
|
|
21
|
+
## Light Themes
|
|
22
|
+
|
|
23
|
+
| Name | ID | Source | License | File Size |
|
|
24
|
+
| ---- | -- | ------ | ------- | --------- |
|
|
25
|
+
| GitHub Light | `github-light` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 10.86 kB |
|
|
26
|
+
| Light Plus | `light-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/light_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 9.47 kB |
|
|
27
|
+
| Material Theme Lighter | `material-theme-lighter` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.15 kB |
|
|
28
|
+
| Min Light | `min-light` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.75 kB |
|
|
29
|
+
| Rosé Pine Dawn | `rose-pine-dawn` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-dawn-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
|
|
30
|
+
| Slack Ochin | `slack-ochin` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 9.15 kB |
|
|
31
|
+
| Solarized Light | `solarized-light` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.23 kB |
|
|
32
|
+
| Vitesse Light | `vitesse-light` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-light.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 12.94 kB |
|
|
33
|
+
|
|
34
|
+
## Dark Themes
|
|
35
|
+
|
|
36
|
+
| Name | ID | Source | License | File Size |
|
|
37
|
+
| ---- | -- | ------ | ------- | --------- |
|
|
38
|
+
| Dark Plus | `dark-plus` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 8.64 kB |
|
|
39
|
+
| Dracula | `dracula` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.51 kB |
|
|
40
|
+
| Dracula Soft | `dracula-soft` | [dracula/visual-studio-code](https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml) | [MIT](https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE) | 20.52 kB |
|
|
41
|
+
| GitHub Dark | `github-dark` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 11.08 kB |
|
|
42
|
+
| GitHub Dark Dimmed | `github-dark-dimmed` | [primer/github-vscode-theme](https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js) | [MIT](https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE) | 14.00 kB |
|
|
43
|
+
| Material Theme | `material-theme` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.13 kB |
|
|
44
|
+
| Material Theme Darker | `material-theme-darker` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
|
|
45
|
+
| Material Theme Ocean | `material-theme-ocean` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.14 kB |
|
|
46
|
+
| Material Theme Palenight | `material-theme-palenight` | [material-theme/vsc-material-theme](https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts) | [Apache-2.0](https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE) | 18.15 kB |
|
|
47
|
+
| Min Dark | `min-dark` | [misolori/min-theme](https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json) | [MIT](https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE) | 6.08 kB |
|
|
48
|
+
| Monokai | `monokai` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 7.60 kB |
|
|
49
|
+
| Nord | `nord` | [arcticicestudio/nord-visual-studio-code](https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json) | [MIT](https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license) | 26.04 kB |
|
|
50
|
+
| One Dark Pro | `one-dark-pro` | [Binaryify/OneDark-Pro](https://github.com/Binaryify/OneDark-Pro/blob/2cb4ae735fc0482e0486b52cd873128eb5249900/themes/OneDark-Pro.json) | [MIT](https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt) | 32.49 kB |
|
|
51
|
+
| Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | | 32.65 kB |
|
|
52
|
+
| Red | `red` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-red/themes/Red-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.02 kB |
|
|
53
|
+
| Rosé Pine | `rose-pine` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.90 kB |
|
|
54
|
+
| Rosé Pine Moon | `rose-pine-moon` | [rose-pine/vscode](https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-moon-color-theme.json) | [MIT](https://raw.githubusercontent.com/rose-pine/vscode/main/license) | 20.91 kB |
|
|
55
|
+
| Slack Dark | `slack-dark` | [slack-theme/visual-studio-code](https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json) | [MIT](https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License) | 8.84 kB |
|
|
56
|
+
| Solarized Dark | `solarized-dark` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | 6.59 kB |
|
|
57
|
+
| Vitesse Black | `vitesse-black` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/a07840fbd20b38ce2298de29975316b9fdc9c887/themes/vitesse-black.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.00 kB |
|
|
58
|
+
| Vitesse Dark | `vitesse-dark` | [antfu/vscode-theme-vitesse](https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-dark.json) | [MIT](https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE) | 13.08 kB |
|
|
52
59
|
<!--list-end-->
|
|
53
60
|
|
|
54
61
|
## License
|
package/index.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
export interface ThemeInfo {
|
|
2
2
|
name: string
|
|
3
3
|
type: 'dark' | 'light'
|
|
4
|
-
displayName
|
|
4
|
+
displayName: string
|
|
5
5
|
source: string
|
|
6
6
|
licenseUrl?: string
|
|
7
7
|
license?: string
|
|
8
8
|
sha?: string
|
|
9
9
|
embedded?: string[]
|
|
10
|
+
byteSize: number
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
const themes: ThemeInfo[]
|
package/index.js
CHANGED
|
@@ -1,252 +1,290 @@
|
|
|
1
1
|
export const themes = [
|
|
2
2
|
{
|
|
3
|
+
byteSize: 8843,
|
|
3
4
|
displayName: 'Dark Plus',
|
|
4
5
|
license: 'MIT',
|
|
5
6
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
6
7
|
name: 'dark-plus',
|
|
7
|
-
sha: '
|
|
8
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
8
|
+
sha: 'cc4775f55aff152db2417dfaaddc643ee90b31f9',
|
|
9
|
+
source: 'https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/dark_plus.json',
|
|
9
10
|
type: 'dark',
|
|
10
11
|
},
|
|
11
12
|
{
|
|
13
|
+
byteSize: 21000,
|
|
12
14
|
displayName: 'Dracula',
|
|
13
15
|
license: 'MIT',
|
|
14
16
|
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
|
|
15
17
|
name: 'dracula',
|
|
16
|
-
sha: '
|
|
17
|
-
source: 'https://github.com/dracula/visual-studio-code/blob/
|
|
18
|
+
sha: '61743d6ea21cde34d9ad1009ec784ffe6f5e457c',
|
|
19
|
+
source: 'https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml',
|
|
18
20
|
type: 'dark',
|
|
19
21
|
},
|
|
20
22
|
{
|
|
23
|
+
byteSize: 21010,
|
|
21
24
|
displayName: 'Dracula Soft',
|
|
22
25
|
license: 'MIT',
|
|
23
26
|
licenseUrl: 'https://raw.githubusercontent.com/dracula/visual-studio-code/master/LICENSE',
|
|
24
27
|
name: 'dracula-soft',
|
|
25
|
-
sha: '
|
|
26
|
-
source: 'https://github.com/dracula/visual-studio-code/blob/
|
|
28
|
+
sha: '61743d6ea21cde34d9ad1009ec784ffe6f5e457c',
|
|
29
|
+
source: 'https://github.com/dracula/visual-studio-code/blob/61743d6ea21cde34d9ad1009ec784ffe6f5e457c/src/dracula.yml',
|
|
27
30
|
type: 'dark',
|
|
28
31
|
},
|
|
29
32
|
{
|
|
33
|
+
byteSize: 11345,
|
|
30
34
|
displayName: 'GitHub Dark',
|
|
31
35
|
license: 'MIT',
|
|
32
36
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
33
37
|
name: 'github-dark',
|
|
34
|
-
sha: '
|
|
35
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
38
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
39
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
36
40
|
type: 'dark',
|
|
37
41
|
},
|
|
38
42
|
{
|
|
43
|
+
byteSize: 14334,
|
|
39
44
|
displayName: 'GitHub Dark Dimmed',
|
|
40
45
|
license: 'MIT',
|
|
41
46
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
42
47
|
name: 'github-dark-dimmed',
|
|
43
|
-
sha: '
|
|
44
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
48
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
49
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
45
50
|
type: 'dark',
|
|
46
51
|
},
|
|
47
52
|
{
|
|
53
|
+
byteSize: 11124,
|
|
48
54
|
displayName: 'GitHub Light',
|
|
49
55
|
license: 'MIT',
|
|
50
56
|
licenseUrl: 'https://raw.githubusercontent.com/primer/github-vscode-theme/main/LICENSE',
|
|
51
57
|
name: 'github-light',
|
|
52
|
-
sha: '
|
|
53
|
-
source: 'https://github.com/primer/github-vscode-theme/blob/
|
|
58
|
+
sha: 'f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1',
|
|
59
|
+
source: 'https://github.com/primer/github-vscode-theme/blob/f47b83f1acebb7fba4a3ec0bdb9385f85e6e8aa1/src/theme.js',
|
|
54
60
|
type: 'light',
|
|
55
61
|
},
|
|
56
62
|
{
|
|
63
|
+
byteSize: 9698,
|
|
57
64
|
displayName: 'Light Plus',
|
|
58
65
|
license: 'MIT',
|
|
59
66
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
60
67
|
name: 'light-plus',
|
|
61
|
-
sha: '
|
|
62
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
68
|
+
sha: 'cc4775f55aff152db2417dfaaddc643ee90b31f9',
|
|
69
|
+
source: 'https://github.com/microsoft/vscode/blob/cc4775f55aff152db2417dfaaddc643ee90b31f9/extensions/theme-defaults/themes/light_plus.json',
|
|
63
70
|
type: 'light',
|
|
64
71
|
},
|
|
65
72
|
{
|
|
73
|
+
byteSize: 18563,
|
|
66
74
|
displayName: 'Material Theme',
|
|
67
75
|
license: 'Apache-2.0',
|
|
68
76
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
69
77
|
name: 'material-theme',
|
|
70
|
-
sha: '
|
|
71
|
-
source: 'https://github.com/material-theme/vsc-material-theme/blob/
|
|
78
|
+
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
79
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
72
80
|
type: 'dark',
|
|
73
81
|
},
|
|
74
82
|
{
|
|
83
|
+
byteSize: 18577,
|
|
75
84
|
displayName: 'Material Theme Darker',
|
|
76
85
|
license: 'Apache-2.0',
|
|
77
86
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
78
87
|
name: 'material-theme-darker',
|
|
79
|
-
sha: '
|
|
80
|
-
source: 'https://github.com/material-theme/vsc-material-theme/blob/
|
|
88
|
+
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
89
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
81
90
|
type: 'dark',
|
|
82
91
|
},
|
|
83
92
|
{
|
|
93
|
+
byteSize: 18582,
|
|
84
94
|
displayName: 'Material Theme Lighter',
|
|
85
95
|
license: 'Apache-2.0',
|
|
86
96
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
87
97
|
name: 'material-theme-lighter',
|
|
88
|
-
sha: '
|
|
89
|
-
source: 'https://github.com/material-theme/vsc-material-theme/blob/
|
|
98
|
+
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
99
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
90
100
|
type: 'light',
|
|
91
101
|
},
|
|
92
102
|
{
|
|
103
|
+
byteSize: 18577,
|
|
93
104
|
displayName: 'Material Theme Ocean',
|
|
94
105
|
license: 'Apache-2.0',
|
|
95
106
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
96
107
|
name: 'material-theme-ocean',
|
|
97
|
-
sha: '
|
|
98
|
-
source: 'https://github.com/material-theme/vsc-material-theme/blob/
|
|
108
|
+
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
109
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
99
110
|
type: 'dark',
|
|
100
111
|
},
|
|
101
112
|
{
|
|
113
|
+
byteSize: 18583,
|
|
102
114
|
displayName: 'Material Theme Palenight',
|
|
103
115
|
license: 'Apache-2.0',
|
|
104
116
|
licenseUrl: 'https://raw.githubusercontent.com/material-theme/vsc-material-theme/main/LICENSE',
|
|
105
117
|
name: 'material-theme-palenight',
|
|
106
|
-
sha: '
|
|
107
|
-
source: 'https://github.com/material-theme/vsc-material-theme/blob/
|
|
118
|
+
sha: 'f09de7a2970defaed43d8e293b4d3ac4e350e71b',
|
|
119
|
+
source: 'https://github.com/material-theme/vsc-material-theme/blob/f09de7a2970defaed43d8e293b4d3ac4e350e71b/src/material.theme.config.ts',
|
|
108
120
|
type: 'dark',
|
|
109
121
|
},
|
|
110
122
|
{
|
|
123
|
+
byteSize: 6231,
|
|
111
124
|
displayName: 'Min Dark',
|
|
112
125
|
license: 'MIT',
|
|
113
126
|
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
114
127
|
name: 'min-dark',
|
|
115
|
-
sha: '
|
|
116
|
-
source: 'https://github.com/misolori/min-theme/blob/
|
|
128
|
+
sha: '4641b5d395b9a3506572ec717e80ae8c7cdaae2a',
|
|
129
|
+
source: 'https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-dark.json',
|
|
117
130
|
type: 'dark',
|
|
118
131
|
},
|
|
119
132
|
{
|
|
133
|
+
byteSize: 6909,
|
|
120
134
|
displayName: 'Min Light',
|
|
121
135
|
license: 'MIT',
|
|
122
136
|
licenseUrl: 'https://raw.githubusercontent.com/miguelsolorio/min-theme/master/LICENSE',
|
|
123
137
|
name: 'min-light',
|
|
124
|
-
sha: '
|
|
125
|
-
source: 'https://github.com/misolori/min-theme/blob/
|
|
138
|
+
sha: '4641b5d395b9a3506572ec717e80ae8c7cdaae2a',
|
|
139
|
+
source: 'https://github.com/misolori/min-theme/blob/4641b5d395b9a3506572ec717e80ae8c7cdaae2a/themes/min-light.json',
|
|
126
140
|
type: 'light',
|
|
127
141
|
},
|
|
128
142
|
{
|
|
143
|
+
byteSize: 7783,
|
|
129
144
|
displayName: 'Monokai',
|
|
130
145
|
license: 'MIT',
|
|
131
146
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
132
147
|
name: 'monokai',
|
|
133
|
-
sha: '
|
|
134
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
148
|
+
sha: 'f605341af6b083f2b6d9c853d882b96955c690b7',
|
|
149
|
+
source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-monokai/themes/monokai-color-theme.json',
|
|
135
150
|
type: 'dark',
|
|
136
151
|
},
|
|
137
152
|
{
|
|
153
|
+
byteSize: 26663,
|
|
138
154
|
displayName: 'Nord',
|
|
139
155
|
license: 'MIT',
|
|
140
156
|
licenseUrl: 'https://raw.githubusercontent.com/nordtheme/visual-studio-code/develop/license',
|
|
141
157
|
name: 'nord',
|
|
142
|
-
sha: '
|
|
143
|
-
source: 'https://github.com/arcticicestudio/nord-visual-studio-code/blob/
|
|
158
|
+
sha: '27045851c5154fe2d9b116e7491c596cdcd72275',
|
|
159
|
+
source: 'https://github.com/arcticicestudio/nord-visual-studio-code/blob/27045851c5154fe2d9b116e7491c596cdcd72275/themes/nord-color-theme.json',
|
|
144
160
|
type: 'dark',
|
|
145
161
|
},
|
|
146
162
|
{
|
|
163
|
+
byteSize: 33267,
|
|
147
164
|
displayName: 'One Dark Pro',
|
|
148
165
|
license: 'MIT',
|
|
149
166
|
licenseUrl: 'https://raw.githubusercontent.com/Binaryify/OneDark-Pro/master/LICENSE.txt',
|
|
150
167
|
name: 'one-dark-pro',
|
|
151
|
-
sha: '
|
|
152
|
-
source: 'https://github.com/Binaryify/OneDark-Pro/blob/
|
|
168
|
+
sha: '2cb4ae735fc0482e0486b52cd873128eb5249900',
|
|
169
|
+
source: 'https://github.com/Binaryify/OneDark-Pro/blob/2cb4ae735fc0482e0486b52cd873128eb5249900/themes/OneDark-Pro.json',
|
|
153
170
|
type: 'dark',
|
|
154
171
|
},
|
|
155
172
|
{
|
|
173
|
+
byteSize: 33434,
|
|
156
174
|
displayName: 'Poimandres',
|
|
157
175
|
name: 'poimandres',
|
|
158
|
-
sha: '
|
|
159
|
-
source: 'https://github.com/drcmda/poimandres-theme/blob/
|
|
176
|
+
sha: '574213aba50e3a46a95fa86a69025a0fae046a8a',
|
|
177
|
+
source: 'https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json',
|
|
160
178
|
type: 'dark',
|
|
161
179
|
},
|
|
162
180
|
{
|
|
181
|
+
byteSize: 6161,
|
|
182
|
+
displayName: 'Red',
|
|
183
|
+
license: 'MIT',
|
|
184
|
+
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
185
|
+
name: 'red',
|
|
186
|
+
sha: 'f605341af6b083f2b6d9c853d882b96955c690b7',
|
|
187
|
+
source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-red/themes/Red-color-theme.json',
|
|
188
|
+
type: 'dark',
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
byteSize: 21401,
|
|
163
192
|
displayName: 'Rosé Pine',
|
|
164
193
|
license: 'MIT',
|
|
165
194
|
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
166
195
|
name: 'rose-pine',
|
|
167
|
-
sha: '
|
|
168
|
-
source: 'https://github.com/rose-pine/vscode/blob/
|
|
196
|
+
sha: 'a36bb5866f161d5346d16fbe33f5ad8136ef6a1b',
|
|
197
|
+
source: 'https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-color-theme.json',
|
|
169
198
|
type: 'dark',
|
|
170
199
|
},
|
|
171
200
|
{
|
|
201
|
+
byteSize: 21412,
|
|
172
202
|
displayName: 'Rosé Pine Dawn',
|
|
173
203
|
license: 'MIT',
|
|
174
204
|
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
175
205
|
name: 'rose-pine-dawn',
|
|
176
|
-
sha: '
|
|
177
|
-
source: 'https://github.com/rose-pine/vscode/blob/
|
|
206
|
+
sha: 'a36bb5866f161d5346d16fbe33f5ad8136ef6a1b',
|
|
207
|
+
source: 'https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-dawn-color-theme.json',
|
|
178
208
|
type: 'light',
|
|
179
209
|
},
|
|
180
210
|
{
|
|
211
|
+
byteSize: 21411,
|
|
181
212
|
displayName: 'Rosé Pine Moon',
|
|
182
213
|
license: 'MIT',
|
|
183
214
|
licenseUrl: 'https://raw.githubusercontent.com/rose-pine/vscode/main/license',
|
|
184
215
|
name: 'rose-pine-moon',
|
|
185
|
-
sha: '
|
|
186
|
-
source: 'https://github.com/rose-pine/vscode/blob/
|
|
216
|
+
sha: 'a36bb5866f161d5346d16fbe33f5ad8136ef6a1b',
|
|
217
|
+
source: 'https://github.com/rose-pine/vscode/blob/a36bb5866f161d5346d16fbe33f5ad8136ef6a1b/themes/rose-pine-moon-color-theme.json',
|
|
187
218
|
type: 'dark',
|
|
188
219
|
},
|
|
189
220
|
{
|
|
221
|
+
byteSize: 9057,
|
|
190
222
|
displayName: 'Slack Dark',
|
|
191
223
|
license: 'MIT',
|
|
192
224
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
193
225
|
name: 'slack-dark',
|
|
194
|
-
sha: '
|
|
195
|
-
source: 'https://github.com/slack-theme/visual-studio-code/blob/
|
|
226
|
+
sha: '28cd093d2aac9bfe0d3b96d468efa73a1d6639c2',
|
|
227
|
+
source: 'https://github.com/slack-theme/visual-studio-code/blob/28cd093d2aac9bfe0d3b96d468efa73a1d6639c2/themes/dark-mode.json',
|
|
196
228
|
type: 'dark',
|
|
197
229
|
},
|
|
198
230
|
{
|
|
231
|
+
byteSize: 9371,
|
|
199
232
|
displayName: 'Slack Ochin',
|
|
200
233
|
license: 'MIT',
|
|
201
234
|
licenseUrl: 'https://raw.githubusercontent.com/slack-theme/visual-studio-code/master/License',
|
|
202
235
|
name: 'slack-ochin',
|
|
203
|
-
sha: '
|
|
204
|
-
source: 'https://github.com/slack-theme/visual-studio-code/blob/
|
|
236
|
+
sha: '572452d0da20d384858b28ad14e110ee5daac411',
|
|
237
|
+
source: 'https://github.com/slack-theme/visual-studio-code/blob/572452d0da20d384858b28ad14e110ee5daac411/themes/ochin.json',
|
|
205
238
|
type: 'light',
|
|
206
239
|
},
|
|
207
240
|
{
|
|
241
|
+
byteSize: 6745,
|
|
208
242
|
displayName: 'Solarized Dark',
|
|
209
243
|
license: 'MIT',
|
|
210
244
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
211
245
|
name: 'solarized-dark',
|
|
212
|
-
sha: '
|
|
213
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
246
|
+
sha: 'f605341af6b083f2b6d9c853d882b96955c690b7',
|
|
247
|
+
source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json',
|
|
214
248
|
type: 'dark',
|
|
215
249
|
},
|
|
216
250
|
{
|
|
251
|
+
byteSize: 6379,
|
|
217
252
|
displayName: 'Solarized Light',
|
|
218
253
|
license: 'MIT',
|
|
219
254
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
220
255
|
name: 'solarized-light',
|
|
221
|
-
sha: '
|
|
222
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
256
|
+
sha: 'f605341af6b083f2b6d9c853d882b96955c690b7',
|
|
257
|
+
source: 'https://github.com/microsoft/vscode/blob/f605341af6b083f2b6d9c853d882b96955c690b7/extensions/theme-solarized-light/themes/solarized-light-color-theme.json',
|
|
223
258
|
type: 'light',
|
|
224
259
|
},
|
|
225
260
|
{
|
|
261
|
+
byteSize: 13316,
|
|
226
262
|
displayName: 'Vitesse Black',
|
|
227
263
|
license: 'MIT',
|
|
228
264
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
229
265
|
name: 'vitesse-black',
|
|
230
|
-
sha: '
|
|
231
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
266
|
+
sha: 'a07840fbd20b38ce2298de29975316b9fdc9c887',
|
|
267
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/a07840fbd20b38ce2298de29975316b9fdc9c887/themes/vitesse-black.json',
|
|
232
268
|
type: 'dark',
|
|
233
269
|
},
|
|
234
270
|
{
|
|
271
|
+
byteSize: 13398,
|
|
235
272
|
displayName: 'Vitesse Dark',
|
|
236
273
|
license: 'MIT',
|
|
237
274
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
238
275
|
name: 'vitesse-dark',
|
|
239
|
-
sha: '
|
|
240
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
276
|
+
sha: '579905305daa494f3f4068e4f89f7be8b6044972',
|
|
277
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-dark.json',
|
|
241
278
|
type: 'dark',
|
|
242
279
|
},
|
|
243
280
|
{
|
|
281
|
+
byteSize: 13255,
|
|
244
282
|
displayName: 'Vitesse Light',
|
|
245
283
|
license: 'MIT',
|
|
246
284
|
licenseUrl: 'https://raw.githubusercontent.com/antfu/vscode-theme-vitesse/main/LICENSE',
|
|
247
285
|
name: 'vitesse-light',
|
|
248
|
-
sha: '
|
|
249
|
-
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/
|
|
286
|
+
sha: '579905305daa494f3f4068e4f89f7be8b6044972',
|
|
287
|
+
source: 'https://github.com/antfu/vscode-theme-vitesse/blob/579905305daa494f3f4068e4f89f7be8b6044972/themes/vitesse-light.json',
|
|
250
288
|
type: 'light',
|
|
251
289
|
},
|
|
252
290
|
]
|