-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "darkchill",
"displayName": "darkchill",
"description": "A very chill dark theme",
"version": "0.0.4",
"icon": "icon.png",
"engines": {
"vscode": "^1.68.0"
},
"license": "MIT",
"publisher": "AbidemiOpe",
"categories": [
"Themes"
],
"bugs": {
"url": "https://github.com/OpeAbidemi/darkchill/issues"
},
"homepage": "https://github.com/OpeAbidemi/darkchill",
"repository": {
"type": "git",
"url": "https://github.com/OpeAbidemi/darkchill"
},
"extensionKind": [
"ui",
"workspace"
],
"contributes": {
"themes": [
{
"label": "Dark Chill",
"uiTheme": "vs-dark",
"path": "./themes/Dark Chill-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#0D0D0D",
"theme": "dark"
},
"capabilities": {
"untrustedWorkspaces": {
"supported": true
},
"virtualWorkspaces": true
},
"badges": [
{
"description": "Version",
"href": "https://marketplace.visualstudio.com/items?itemName=AbidemiOpe.darkchill",
"url": "https://vsmarketplacebadge.apphb.com/version/abidemiope.darkchill.svg"
},
{
"description": "Ratings",
"href": "https://marketplace.visualstudio.com/items?itemName=AbidemiOpe.darkchill",
"url": "https://vsmarketplacebadge.apphb.com/rating/abidemiope.darkchill.svg"
},
{
"description": "Installs",
"href": "https://marketplace.visualstudio.com/items?itemName=AbidemiOpe.darkchill",
"url": "https://vsmarketplacebadge.apphb.com/installs/abidemiope.darkchill.svg"
}
]
}