-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "blinds-theme",
"author": "Tan Ka-Shing (orbulant)",
"displayName": "Blinds Theme",
"description": "A colorblind (deuterianopia) friendly, dark, material designed theme aimed for increased readability, and productivity.",
"version": "7.1.0",
"publisher": "tankashing",
"engines": {
"vscode": "^1.93.0"
},
"bugs": {
"url": "https://github.com/orbulant/blinds-theme/issues"
},
"homepage": "https://github.com/orbulant/blinds-theme#readme",
"keywords": [
"vscode",
"theme",
"colorblind",
"colourblind",
"dark",
"material",
"dyslexic",
"solarized"
],
"repository": {
"type": "git",
"url": "https://github.com/orbulant/blinds-theme"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Blinds (Default Dark)",
"uiTheme": "vs-dark",
"path": "./themes/blinds-dark.json"
},
{
"label": "Blinds (Solarized)",
"uiTheme": "vs",
"path": "./themes/blinds-solarized.json"
}
]
},
"icon": "icon/Anatom5-People-Disability-Blind.ico",
"license": "GPL-3.0"
}