-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 895 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
44
45
{
"name": "cold-moon-theme",
"displayName": "Cold Moon Theme",
"description": "Cold moon theme made by v4ish",
"version": "0.7.0",
"license": "BSD-3-Clause",
"publisher": "v4ish",
"galleryBanner": {
"color": "#282C34",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/v4ish/vscode.git"
},
"sponsor": {
"url": "https://github.com/sponsors/v4ish"
},
"bugs": {
"url": "https://github.com/v4ish/vscode/issues",
"email": "thevk350@proton.me"
},
"keywords": [
"cold moon",
"cold-moon-theme",
"v4ish",
"aesthetic",
"dark"
],
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Cold Moon Theme",
"uiTheme": "vs-dark",
"path": "./themes/Cold Moon Theme-color-theme.json"
}
]
}
}