-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 891 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
35
36
37
38
{
"name": "niudai",
"publisher": "niudai",
"author": {
"name": "niudai",
"email": "[email protected]"
},
"displayName": "cozygreen",
"description": "a beautiful theme with the ocean-like green.",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://github.com/niudai/CozyGreen.git"
},
"homepage": "https://github.com/niudai/CozyGreen/blob/master/README.md",
"engines": {
"vscode": "^1.33.0"
},
"keywords": [
"theme",
"beautiful",
"cozy",
"green"
],
"icon": "images/cozygreen-icon.png",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "skyblue",
"uiTheme": "vs",
"path": "./themes/skyblue-color-theme.json"
}
]
}
}