-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 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
48
49
50
51
52
{
"name": "onedarkpro-colorblind",
"displayName": "One Dark Pro Colorblind (Deuteranopia)",
"description": "A colorblind friendly version of the popular One Dark Pro theme",
"version": "1.0.1",
"icon": "icon.png",
"publisher": "Suhaybu",
"engines": {
"vscode": "^1.85.0"
},
"license": "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/suhaybu/onedarkpro-colorblind.git"
},
"categories": [
"Themes"
],
"extensionKind": [
"ui",
"workspace"
],
"contributes": {
"themes": [
{
"label": "One Dark Pro Colorblind - Varient 1",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkProColorblind-v1.json"
},
{
"label": "One Dark Pro Colorblind - Varient 2",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkProColorblind-v2.json"
},
{
"label": "One Dark Pro Colorblind - Varient 3",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkProColorblind-v3.json"
},
{
"label": "One Dark Pro Colorblind - Varient 4",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkProColorblind-v4.json"
},
{
"label": "One Dark Pro Colorblind - Varient 5",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkProColorblind-v5.json"
}
]
}
}