-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 970 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": "nightfall-dimmed",
"displayName": "Nightfall Dimmed",
"description": "A dimmed, dark & beautiful theme made by developers, for developers",
"icon": "images/icon.png",
"version": "0.6.0",
"engines": {
"vscode": "^1.87.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Nightfall Dimmed",
"uiTheme": "vs-dark",
"path": "./themes/Nightfall.json"
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/kjellherzke/nightfall-theme.git"
},
"author": "kjellherzke",
"publisher": "einknuffy",
"license": "MIT",
"bugs": {
"url": "https://github.com/kjellherzke/nightfall-theme/issues"
},
"homepage": "https://github.com/kjellherzke/nightfall-theme#readme",
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724"
}