-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "dark-low-contrast",
"displayName": "Dark Low Contrast Themes",
"description": "Dark Low Contrast Themes for Visual Studio Code",
"version": "0.6.0",
"publisher": "EvgeniyPetukhov",
"engines": {
"vscode": "^1.48.2"
},
"icon": "icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark Low Contrast",
"uiTheme": "vs-dark",
"path": "./themes/dark-low-contrast-color-theme.json"
},
{
"label": "Dark Low Contrast Warm",
"uiTheme": "vs-dark",
"path": "./themes/dark-low-contrast-warm-color-theme.json"
},
{
"label": "Dark Low Contrast Cold",
"uiTheme": "vs-dark",
"path": "./themes/dark-low-contrast-cold-color-theme.json"
},
{
"label": "Dark Low Contrast Nature",
"uiTheme": "vs-dark",
"path": "./themes/dark-low-contrast-nature-color-theme.json"
},
{
"label": "Dark Low Contrast Fire",
"uiTheme": "vs-dark",
"path": "./themes/dark-low-contrast-fire-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/evgeniyp/vscode-dark-low-contrast.git"
}
}