-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 Bytes
/
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
{
"name": "nicer-high-contrast",
"displayName": "Nicer High Contrast",
"publisher": "rafmsou",
"repository": "https://github.com/rafmsou/nicer-high-contrast",
"icon": "icon/256x256.png",
"description": "An opinionated implementation of a high contrast theme for those who don't need that much high constrast.",
"version": "1.0.16",
"scripts": {
"release": "vsce publish"
},
"engines": {
"vscode": "^1.42.0"
},
"categories": [
"Themes"
],
"keywords": [
"high contrast",
"dark"
],
"contributes": {
"themes": [
{
"label": "Nicer High Contrast",
"uiTheme": "hc-black",
"path": "./themes/Nicer High Contrast-color-theme.json"
}
]
},
"dependencies": {
"vsce": "^2.6.3"
}
}