-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
42
43
44
45
46
47
{
"name": "github-dark-palenight",
"displayName": "GitHub Dark Palenight",
"description": "GitHub dark application theme with Palenight syntax highlighting.",
"version": "1.7.1",
"publisher": "ConnorAbbas",
"author": {
"name": "Connor Abbas"
},
"repository": {
"type": "git",
"url": "https://github.com/connorabbas/github-dark-palenight"
},
"bugs": {
"url": "https://github.com/connorabbas/github-dark-palenight/issues"
},
"galleryBanner": {
"color": "#09131b",
"theme": "dark"
},
"engines": {
"vscode": "^1.75.0"
},
"categories": [
"Themes"
],
"keywords": [
"GitHub Theme",
"Palenight Theme",
"Dark Theme",
"GitHub Dark Palenight"
],
"contributes": {
"themes": [
{
"label": "GitHub Dark Palenight",
"uiTheme": "vs-dark",
"path": "./themes/dark-palenight.json"
},
{
"label": "GitHub Dark Dimmed Palenight",
"uiTheme": "vs-dark",
"path": "./themes/dark-dimmed-palenight.json"
}
]
}
}