forked from buttercubz/dark-night-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 847 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
{
"name": "dark-night-pro",
"displayName": "dark night pro",
"description": "dark theme for vscode",
"icon": "images/logo.png",
"version": "1.0.4",
"galleryBanner": {
"color": "#191925",
"theme": "dark"
},
"publisher": "ErickSosa",
"author": {
"name": "Erick Sosa",
"url": "https://github.com/buttercubz",
"email": "ericksosagarcias@gmail.com"
},
"repository": {
"url": "https://github.com/buttercubz/dark-night-pro"
},
"engines": {
"vscode": "^1.45.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "dark-night-pro",
"uiTheme": "vs-dark",
"path": "./themes/dark-night-pro-color-theme.json"
}
]
}
}