-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 834 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
{
"name": "celestial",
"displayName": "Celestial",
"description": "VS Code theme for all the people who love to code in deep dark spaces.",
"version": "0.2.0",
"publisher": "apvarun",
"repository": {
"type": "git",
"url": "https://github.com/apvarun/celestial-theme"
},
"bugs": {
"url": "https://github.com/apvarun/celestial-theme/issues"
},
"icon": "Celestial.png",
"galleryBanner": {
"color": "#0b0c0f",
"theme": "dark"
},
"engines": {
"vscode": "^1.37.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Celestial",
"uiTheme": "vs-dark",
"path": "./themes/Celestial-color-theme.json"
}
]
}
}