-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 817 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
39
40
41
42
{
"name": "emerald-sky",
"displayName": "Emerald Sky",
"description": "Dark theme with shades of green",
"publisher": "willasm",
"author": {
"name": "William McKeever"
},
"license": "MIT - SEE LICENSE IN LICENSE.md",
"version": "1.0.6",
"engines": {
"vscode": "^1.66.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"keywords": [
"emerald",
"sky",
"dark",
"theme"
],
"bugs": {
"url": "https://github.com/willasm/emerald-sky/issues",
"email": "willmck63@gmail.com"
},
"homepage": "https://github.com/willasm/emerald-sky",
"repository": {
"type": "git",
"url": "https://github.com/willasm/emerald-sky.git"
},
"contributes": {
"themes": [
{
"label": "Emerald Sky",
"uiTheme": "vs-dark",
"path": "./themes/emerald-sky-color-theme.json"
}
]
}
}