-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 864 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
{
"name": "zone-green",
"displayName": "Zone Green",
"description": "A retro, futuristic but functional green theme.",
"publisher": "Convolution",
"galleryBanner.color": "",
"icon": "logos/Zone-green.png",
"repository": {
"type": "git",
"url": "https://github.com/Convolution/vscode_zone"},
"version": "1.1.0",
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Zone Green",
"uiTheme": "vs-dark",
"path": "./themes/Zone Green-color-theme.json"
},
{
"label": "Zone Green Mellow",
"uiTheme": "vs-dark",
"path": "./themes/Zone Green Mellow-color-theme.json"
}
]
}
}