-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "green-tree",
"displayName": "Green Tree Theme",
"description": "A green theme for vscode",
"license": "MIT",
"version": "1.2.1",
"author": {
"name": "Steven N. Yang",
"email": "[email protected]"
},
"publisher": "stevennyang",
"repository": {
"type": "git",
"url": "https://github.com/snyang/vscode-theme-green-tree.git"
},
"bugs": {
"url": "https://github.com/snyang/vscode-theme-green-tree/issues"
},
"homepage": "https://github.com/snyang/vscode-theme-green-tree",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Green Tree",
"uiTheme": "vs",
"path": "./themes/green-tree-color-theme.json"
},
{
"label": "Green Lake",
"uiTheme": "vs",
"path": "./themes/green-lake-color-theme.json"
},
{
"label": "Pink Flower",
"uiTheme": "vs",
"path": "./themes/pink-flower-color-theme.json"
}
]
}
}