-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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": "evo-theme",
"displayName": "EVO Theme",
"description": "A light, neat and vivild color theme for VScode.",
"version": "1.1.0",
"publisher": "linking",
"author": "linking2014 <[email protected]> (http://zhaorulin.com)",
"license": "MIT",
"homepage": "https://github.com/linking2014/vscode-theme-evo",
"repository": {
"type": "git",
"url": "https://github.com/linking2014/vscode-theme-evo.git"
},
"bugs": {
"url": "https://github.com/linking2014/vscode-theme-evo/issues"
},
"icon": "resource/icon.png",
"engines": {
"vscode": "^1.15.0"
},
"categories": [
"Themes"
],
"keywords": [
"vscode",
"theme",
"light",
"evo",
"eiffel"
],
"galleryBanner": {
"color": "#CED5E8",
"theme": "light"
},
"badges": [],
"contributes": {
"themes": [
{
"label": "EVO",
"uiTheme": "vs",
"path": "./themes/evo.json"
}
]
}
}