tm-themes 1.0.0 → 1.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/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 -10
- package/themes/light-plus.json +7 -6
- package/themes/red.json +414 -0
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) | 10.05 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) | 20.10 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.87 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.85 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) | 7.08 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) | 9.17 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) | 22.97 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) | 22.98 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) | 20.08 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) | 20.10 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) | 20.10 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) | 20.10 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.25 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) | 8.66 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) | 31.18 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) | 40.73 kB |
|
|
51
|
+
| Poimandres | `poimandres` | [drcmda/poimandres-theme](https://github.com/drcmda/poimandres-theme/blob/574213aba50e3a46a95fa86a69025a0fae046a8a/themes/poimandres-color-theme.json) | | 32.70 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.82 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) | 9.34 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) | 7.44 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: 9394,
|
|
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: 23517,
|
|
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: 23527,
|
|
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: 10290,
|
|
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: 20565,
|
|
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: 20579,
|
|
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: 20584,
|
|
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: 20579,
|
|
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: 20585,
|
|
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: 6405,
|
|
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: 7033,
|
|
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: 8872,
|
|
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: 31930,
|
|
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: 41707,
|
|
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: 33486,
|
|
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: 6979,
|
|
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: 9569,
|
|
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: 10086,
|
|
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: 7621,
|
|
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: 7255,
|
|
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
|
]
|
package/package.json
CHANGED
package/themes/dark-plus.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"editor.foreground": "#D4D4D4",
|
|
8
8
|
"editor.inactiveSelectionBackground": "#3A3D41",
|
|
9
9
|
"editor.selectionHighlightBackground": "#ADD6FF26",
|
|
10
|
-
"editorIndentGuide.
|
|
11
|
-
"editorIndentGuide.
|
|
10
|
+
"editorIndentGuide.activeBackground": "#707070",
|
|
11
|
+
"editorIndentGuide.background": "#404040",
|
|
12
12
|
"input.placeholderForeground": "#A6A6A6",
|
|
13
13
|
"list.activeSelectionIconForeground": "#FFF",
|
|
14
14
|
"list.dropBackground": "#383B3D",
|
|
@@ -101,10 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
"scope":
|
|
105
|
-
"entity.name.tag.css",
|
|
106
|
-
"entity.name.tag.less"
|
|
107
|
-
],
|
|
104
|
+
"scope": "entity.name.tag.css",
|
|
108
105
|
"settings": {
|
|
109
106
|
"foreground": "#d7ba7d"
|
|
110
107
|
}
|
|
@@ -118,11 +115,10 @@
|
|
|
118
115
|
{
|
|
119
116
|
"scope": [
|
|
120
117
|
"entity.other.attribute-name.class.css",
|
|
121
|
-
"
|
|
118
|
+
"entity.other.attribute-name.class.mixin.css",
|
|
122
119
|
"entity.other.attribute-name.id.css",
|
|
123
120
|
"entity.other.attribute-name.parent-selector.css",
|
|
124
|
-
"entity.other.attribute-name.
|
|
125
|
-
"source.css entity.other.attribute-name.pseudo-class",
|
|
121
|
+
"entity.other.attribute-name.pseudo-class.css",
|
|
126
122
|
"entity.other.attribute-name.pseudo-element.css",
|
|
127
123
|
"source.css.less entity.other.attribute-name.id",
|
|
128
124
|
"entity.other.attribute-name.scss"
|
|
@@ -317,7 +313,9 @@
|
|
|
317
313
|
"scope": [
|
|
318
314
|
"support.type.vendored.property-name",
|
|
319
315
|
"support.type.property-name",
|
|
320
|
-
"
|
|
316
|
+
"variable.css",
|
|
317
|
+
"variable.scss",
|
|
318
|
+
"variable.other.less",
|
|
321
319
|
"source.coffee.embedded"
|
|
322
320
|
],
|
|
323
321
|
"settings": {
|
package/themes/light-plus.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
"editor.foreground": "#000000",
|
|
8
8
|
"editor.inactiveSelectionBackground": "#E5EBF1",
|
|
9
9
|
"editor.selectionHighlightBackground": "#ADD6FF80",
|
|
10
|
-
"editorIndentGuide.
|
|
11
|
-
"editorIndentGuide.
|
|
10
|
+
"editorIndentGuide.activeBackground": "#939393",
|
|
11
|
+
"editorIndentGuide.background": "#D3D3D3",
|
|
12
12
|
"editorSuggestWidget.background": "#F3F3F3",
|
|
13
13
|
"input.placeholderForeground": "#767676",
|
|
14
14
|
"list.activeSelectionIconForeground": "#FFF",
|
|
@@ -121,11 +121,10 @@
|
|
|
121
121
|
{
|
|
122
122
|
"scope": [
|
|
123
123
|
"entity.other.attribute-name.class.css",
|
|
124
|
-
"
|
|
124
|
+
"entity.other.attribute-name.class.mixin.css",
|
|
125
125
|
"entity.other.attribute-name.id.css",
|
|
126
126
|
"entity.other.attribute-name.parent-selector.css",
|
|
127
|
-
"entity.other.attribute-name.
|
|
128
|
-
"source.css entity.other.attribute-name.pseudo-class",
|
|
127
|
+
"entity.other.attribute-name.pseudo-class.css",
|
|
129
128
|
"entity.other.attribute-name.pseudo-element.css",
|
|
130
129
|
"source.css.less entity.other.attribute-name.id",
|
|
131
130
|
"entity.other.attribute-name.scss"
|
|
@@ -335,7 +334,9 @@
|
|
|
335
334
|
"scope": [
|
|
336
335
|
"support.type.vendored.property-name",
|
|
337
336
|
"support.type.property-name",
|
|
338
|
-
"
|
|
337
|
+
"variable.css",
|
|
338
|
+
"variable.scss",
|
|
339
|
+
"variable.other.less",
|
|
339
340
|
"source.coffee.embedded"
|
|
340
341
|
],
|
|
341
342
|
"settings": {
|
package/themes/red.json
ADDED
|
@@ -0,0 +1,414 @@
|
|
|
1
|
+
{
|
|
2
|
+
"colors": {
|
|
3
|
+
"activityBar.background": "#580000",
|
|
4
|
+
"badge.background": "#cc3333",
|
|
5
|
+
"button.background": "#833",
|
|
6
|
+
"debugToolBar.background": "#660000",
|
|
7
|
+
"dropdown.background": "#580000",
|
|
8
|
+
"editor.background": "#390000",
|
|
9
|
+
"editor.foreground": "#F8F8F8",
|
|
10
|
+
"editor.hoverHighlightBackground": "#ff000044",
|
|
11
|
+
"editor.lineHighlightBackground": "#ff000033",
|
|
12
|
+
"editor.selectionBackground": "#750000",
|
|
13
|
+
"editor.selectionHighlightBackground": "#f5500039",
|
|
14
|
+
"editorCursor.foreground": "#970000",
|
|
15
|
+
"editorGroup.border": "#ff666633",
|
|
16
|
+
"editorGroupHeader.tabsBackground": "#330000",
|
|
17
|
+
"editorHoverWidget.background": "#300000",
|
|
18
|
+
"editorLineNumber.activeForeground": "#ffbbbb88",
|
|
19
|
+
"editorLineNumber.foreground": "#ff777788",
|
|
20
|
+
"editorLink.activeForeground": "#FFD0AA",
|
|
21
|
+
"editorSuggestWidget.background": "#300000",
|
|
22
|
+
"editorSuggestWidget.border": "#220000",
|
|
23
|
+
"editorWhitespace.foreground": "#c10000",
|
|
24
|
+
"editorWidget.background": "#300000",
|
|
25
|
+
"errorForeground": "#ffeaea",
|
|
26
|
+
"extensionButton.prominentBackground": "#cc3333",
|
|
27
|
+
"extensionButton.prominentHoverBackground": "#cc333388",
|
|
28
|
+
"focusBorder": "#ff6666aa",
|
|
29
|
+
"input.background": "#580000",
|
|
30
|
+
"inputOption.activeBorder": "#cc0000",
|
|
31
|
+
"inputValidation.infoBackground": "#550000",
|
|
32
|
+
"inputValidation.infoBorder": "#DB7E58",
|
|
33
|
+
"list.activeSelectionBackground": "#880000",
|
|
34
|
+
"list.dropBackground": "#662222",
|
|
35
|
+
"list.highlightForeground": "#ff4444",
|
|
36
|
+
"list.hoverBackground": "#800000",
|
|
37
|
+
"list.inactiveSelectionBackground": "#770000",
|
|
38
|
+
"minimap.selectionHighlight": "#750000",
|
|
39
|
+
"peekView.border": "#ff000044",
|
|
40
|
+
"peekViewEditor.background": "#300000",
|
|
41
|
+
"peekViewResult.background": "#400000",
|
|
42
|
+
"peekViewTitle.background": "#550000",
|
|
43
|
+
"pickerGroup.border": "#ff000033",
|
|
44
|
+
"pickerGroup.foreground": "#cc9999",
|
|
45
|
+
"ports.iconRunningProcessForeground": "#DB7E58",
|
|
46
|
+
"progressBar.background": "#cc3333",
|
|
47
|
+
"quickInputList.focusBackground": "#660000",
|
|
48
|
+
"selection.background": "#ff777788",
|
|
49
|
+
"sideBar.background": "#330000",
|
|
50
|
+
"statusBar.background": "#700000",
|
|
51
|
+
"statusBar.noFolderBackground": "#700000",
|
|
52
|
+
"statusBarItem.remoteBackground": "#c33",
|
|
53
|
+
"tab.activeBackground": "#490000",
|
|
54
|
+
"tab.inactiveBackground": "#300a0a",
|
|
55
|
+
"tab.lastPinnedBorder": "#ff000044",
|
|
56
|
+
"titleBar.activeBackground": "#770000",
|
|
57
|
+
"titleBar.inactiveBackground": "#772222"
|
|
58
|
+
},
|
|
59
|
+
"displayName": "Red",
|
|
60
|
+
"name": "red",
|
|
61
|
+
"semanticHighlighting": true,
|
|
62
|
+
"tokenColors": [
|
|
63
|
+
{
|
|
64
|
+
"settings": {
|
|
65
|
+
"foreground": "#F8F8F8"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"scope": [
|
|
70
|
+
"meta.embedded",
|
|
71
|
+
"source.groovy.embedded",
|
|
72
|
+
"string meta.image.inline.markdown",
|
|
73
|
+
"variable.legacy.builtin.python"
|
|
74
|
+
],
|
|
75
|
+
"settings": {
|
|
76
|
+
"foreground": "#F8F8F8"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "Comment",
|
|
81
|
+
"scope": "comment",
|
|
82
|
+
"settings": {
|
|
83
|
+
"fontStyle": "italic",
|
|
84
|
+
"foreground": "#e7c0c0ff"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Constant",
|
|
89
|
+
"scope": "constant",
|
|
90
|
+
"settings": {
|
|
91
|
+
"fontStyle": "",
|
|
92
|
+
"foreground": "#994646ff"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "Keyword",
|
|
97
|
+
"scope": "keyword",
|
|
98
|
+
"settings": {
|
|
99
|
+
"fontStyle": "",
|
|
100
|
+
"foreground": "#f12727ff"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "Entity",
|
|
105
|
+
"scope": "entity",
|
|
106
|
+
"settings": {
|
|
107
|
+
"fontStyle": "",
|
|
108
|
+
"foreground": "#fec758ff"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "Storage",
|
|
113
|
+
"scope": "storage",
|
|
114
|
+
"settings": {
|
|
115
|
+
"fontStyle": "bold",
|
|
116
|
+
"foreground": "#ff6262ff"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "String",
|
|
121
|
+
"scope": "string",
|
|
122
|
+
"settings": {
|
|
123
|
+
"fontStyle": "",
|
|
124
|
+
"foreground": "#cd8d8dff"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Support",
|
|
129
|
+
"scope": "support",
|
|
130
|
+
"settings": {
|
|
131
|
+
"fontStyle": "",
|
|
132
|
+
"foreground": "#9df39fff"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "Variable",
|
|
137
|
+
"scope": "variable",
|
|
138
|
+
"settings": {
|
|
139
|
+
"fontStyle": "italic",
|
|
140
|
+
"foreground": "#fb9a4bff"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "Invalid",
|
|
145
|
+
"scope": "invalid",
|
|
146
|
+
"settings": {
|
|
147
|
+
"foreground": "#ffffffff"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Entity inherited-class",
|
|
152
|
+
"scope": "entity.other.inherited-class",
|
|
153
|
+
"settings": {
|
|
154
|
+
"fontStyle": "underline",
|
|
155
|
+
"foreground": "#aa5507ff"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"scope": "constant.character",
|
|
160
|
+
"settings": {
|
|
161
|
+
"foreground": "#ec0d1e"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"scope": [
|
|
166
|
+
"string constant",
|
|
167
|
+
"constant.character.escape"
|
|
168
|
+
],
|
|
169
|
+
"settings": {
|
|
170
|
+
"fontStyle": "",
|
|
171
|
+
"foreground": "#ffe862ff"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "String.regexp",
|
|
176
|
+
"scope": "string.regexp",
|
|
177
|
+
"settings": {
|
|
178
|
+
"foreground": "#ffb454ff"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "String variable",
|
|
183
|
+
"scope": "string variable",
|
|
184
|
+
"settings": {
|
|
185
|
+
"foreground": "#edef7dff"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "Support.function",
|
|
190
|
+
"scope": "support.function",
|
|
191
|
+
"settings": {
|
|
192
|
+
"fontStyle": "",
|
|
193
|
+
"foreground": "#ffb454ff"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "Support.constant",
|
|
198
|
+
"scope": [
|
|
199
|
+
"support.constant",
|
|
200
|
+
"support.variable"
|
|
201
|
+
],
|
|
202
|
+
"settings": {
|
|
203
|
+
"fontStyle": "",
|
|
204
|
+
"foreground": "#eb939aff"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "Doctype/XML Processing",
|
|
209
|
+
"scope": [
|
|
210
|
+
"declaration.sgml.html declaration.doctype",
|
|
211
|
+
"declaration.sgml.html declaration.doctype entity",
|
|
212
|
+
"declaration.sgml.html declaration.doctype string",
|
|
213
|
+
"declaration.xml-processing",
|
|
214
|
+
"declaration.xml-processing entity",
|
|
215
|
+
"declaration.xml-processing string"
|
|
216
|
+
],
|
|
217
|
+
"settings": {
|
|
218
|
+
"fontStyle": "",
|
|
219
|
+
"foreground": "#73817dff"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "Meta.tag.A",
|
|
224
|
+
"scope": [
|
|
225
|
+
"declaration.tag",
|
|
226
|
+
"declaration.tag entity",
|
|
227
|
+
"meta.tag",
|
|
228
|
+
"meta.tag entity"
|
|
229
|
+
],
|
|
230
|
+
"settings": {
|
|
231
|
+
"fontStyle": "",
|
|
232
|
+
"foreground": "#ec0d1eff"
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"name": "css tag-name",
|
|
237
|
+
"scope": "meta.selector.css entity.name.tag",
|
|
238
|
+
"settings": {
|
|
239
|
+
"fontStyle": "",
|
|
240
|
+
"foreground": "#aa5507ff"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "css#id",
|
|
245
|
+
"scope": "meta.selector.css entity.other.attribute-name.id",
|
|
246
|
+
"settings": {
|
|
247
|
+
"foreground": "#fec758ff"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "css.class",
|
|
252
|
+
"scope": "meta.selector.css entity.other.attribute-name.class",
|
|
253
|
+
"settings": {
|
|
254
|
+
"fontStyle": "",
|
|
255
|
+
"foreground": "#41a83eff"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "css property-name:",
|
|
260
|
+
"scope": "support.type.property-name.css",
|
|
261
|
+
"settings": {
|
|
262
|
+
"fontStyle": "",
|
|
263
|
+
"foreground": "#96dd3bff"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "css property-value;",
|
|
268
|
+
"scope": [
|
|
269
|
+
"meta.property-group support.constant.property-value.css",
|
|
270
|
+
"meta.property-value support.constant.property-value.css"
|
|
271
|
+
],
|
|
272
|
+
"settings": {
|
|
273
|
+
"fontStyle": "italic",
|
|
274
|
+
"foreground": "#ffe862ff"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "css additional-constants",
|
|
279
|
+
"scope": [
|
|
280
|
+
"meta.property-value support.constant.named-color.css",
|
|
281
|
+
"meta.property-value constant"
|
|
282
|
+
],
|
|
283
|
+
"settings": {
|
|
284
|
+
"fontStyle": "",
|
|
285
|
+
"foreground": "#ffe862ff"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "css @at-rule",
|
|
290
|
+
"scope": "meta.preprocessor.at-rule keyword.control.at-rule",
|
|
291
|
+
"settings": {
|
|
292
|
+
"foreground": "#fd6209ff"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"name": "css constructor.argument",
|
|
297
|
+
"scope": "meta.constructor.argument.css",
|
|
298
|
+
"settings": {
|
|
299
|
+
"fontStyle": "",
|
|
300
|
+
"foreground": "#ec9799ff"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "diff.header",
|
|
305
|
+
"scope": [
|
|
306
|
+
"meta.diff",
|
|
307
|
+
"meta.diff.header"
|
|
308
|
+
],
|
|
309
|
+
"settings": {
|
|
310
|
+
"fontStyle": "italic",
|
|
311
|
+
"foreground": "#f8f8f8ff"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "diff.deleted",
|
|
316
|
+
"scope": "markup.deleted",
|
|
317
|
+
"settings": {
|
|
318
|
+
"foreground": "#ec9799ff"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "diff.changed",
|
|
323
|
+
"scope": "markup.changed",
|
|
324
|
+
"settings": {
|
|
325
|
+
"foreground": "#f8f8f8ff"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "diff.inserted",
|
|
330
|
+
"scope": "markup.inserted",
|
|
331
|
+
"settings": {
|
|
332
|
+
"foreground": "#41a83eff"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "Markup Quote",
|
|
337
|
+
"scope": "markup.quote",
|
|
338
|
+
"settings": {
|
|
339
|
+
"foreground": "#f12727ff"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "Markup Lists",
|
|
344
|
+
"scope": "markup.list",
|
|
345
|
+
"settings": {
|
|
346
|
+
"foreground": "#ff6262ff"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "Markup Styling",
|
|
351
|
+
"scope": [
|
|
352
|
+
"markup.bold",
|
|
353
|
+
"markup.italic"
|
|
354
|
+
],
|
|
355
|
+
"settings": {
|
|
356
|
+
"foreground": "#fb9a4bff"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "Markup: Strong",
|
|
361
|
+
"scope": "markup.bold",
|
|
362
|
+
"settings": {
|
|
363
|
+
"fontStyle": "bold"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "Markup: Emphasis",
|
|
368
|
+
"scope": "markup.italic",
|
|
369
|
+
"settings": {
|
|
370
|
+
"fontStyle": "italic"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"scope": "markup.strikethrough",
|
|
375
|
+
"settings": {
|
|
376
|
+
"fontStyle": "strikethrough"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "Markup Inline",
|
|
381
|
+
"scope": "markup.inline.raw",
|
|
382
|
+
"settings": {
|
|
383
|
+
"fontStyle": "",
|
|
384
|
+
"foreground": "#cd8d8dff"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "Headings",
|
|
389
|
+
"scope": [
|
|
390
|
+
"markup.heading",
|
|
391
|
+
"markup.heading.setext",
|
|
392
|
+
"punctuation.definition.heading",
|
|
393
|
+
"entity.name.section"
|
|
394
|
+
],
|
|
395
|
+
"settings": {
|
|
396
|
+
"fontStyle": "bold",
|
|
397
|
+
"foreground": "#fec758ff"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "String interpolation",
|
|
402
|
+
"scope": [
|
|
403
|
+
"punctuation.definition.template-expression.begin",
|
|
404
|
+
"punctuation.definition.template-expression.end",
|
|
405
|
+
"punctuation.section.embedded",
|
|
406
|
+
".format.placeholder"
|
|
407
|
+
],
|
|
408
|
+
"settings": {
|
|
409
|
+
"foreground": "#ec0d1e"
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
],
|
|
413
|
+
"type": "dark"
|
|
414
|
+
}
|