-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 915 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
43
{
"name": "dark-green",
"displayName": "Dark Green",
"description": "A Dark Green for Visual Studio Code",
"version": "0.0.2",
"publisher": "zRnatoNeto",
"engines": {
"vscode": "^1.28.0"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"theme",
"VSCode",
"Themes"
],
"preview": false,
"galleryBanner": {
"color": "#11131C",
"theme": "dark"
},
"homepage": "https://github.com/zRnatoNeto/dark-green",
"author": {
"name": "Renato Neto <rnato.netoo@gmail.com>",
"url": "https://github.com/zRnatoNeto"
},
"bugs": "https://github.com/zRnatoNeto/dark-green/issues",
"repository": {
"type": "git",
"url": "https://github.com/zRnatoNeto/dark-green"
},
"contributes": {
"themes": [
{
"label": "Dark Green",
"uiTheme": "vs-dark",
"path": "./themes/Dark-Green-color-theme.json"
}
]
}
}