forked from Samuel-B-D/vscode-dark-green-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "vscode-darker-green-plus",
"displayName": "Darker Green+",
"description": "A darker green theme that's easy on the eyes (based on Dark Green+)",
"version": "1.2.3",
"publisher": "drannex42",
"icon": "icon.png",
"engines": {
"vscode": "^1.40.0"
},
"homepage": "https://github.com/drannex42/vscode-darker-green-plus",
"author": {
"name": "Macleod Sawyer",
"url": "https://github.com/drannex42"
},
"repository": {
"type": "git",
"url": "https://github.com/drannex42/vscode-darker-green-plus"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"VSCode",
"Themes"
],
"galleryBanner": {
"color": "#002200",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Darker Green+",
"uiTheme": "vs-dark",
"path": "./themes/darker-green-plus-color-theme.json"
}
]
}
}