-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.08 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
48
49
50
51
{
"name": "duskwood-theme",
"description": "A spooky dark theme for coding from dusk till dawn",
"version": "1.2.2",
"author": "Gabriel Toll Stålbom <gabtost@gmail.com>",
"bugs": "https://github.com/gabts/duskwood/issues",
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"id": "Duskwood",
"label": "Duskwood",
"path": "./theme.json",
"uiTheme": "vs-dark"
}
]
},
"devDependencies": {
"prettier": "^2.2.1"
},
"displayName": "Duskwood",
"engines": {
"vscode": "^1.52.1"
},
"galleryBanner": {
"color": "#1c1c1e",
"theme": "dark"
},
"icon": "icon.png",
"keywords": [
"dark",
"dark theme",
"duskwood",
"night",
"spooky",
"theme"
],
"license": "MIT",
"publisher": "gabrieltollstalbom",
"repository": {
"type": "git",
"url": "https://github.com/gabts/duskwood.git"
},
"__metadata": {
"id": "dfe1ef26-793b-4867-8f1c-9b928dbba8e9",
"publisherDisplayName": "Gabriel Toll Stålbom",
"publisherId": "b7c114c8-01c1-4a43-bd7d-983281a49559"
}
}