-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.54 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
{
"name": "blackai-visual-studio-code",
"displayName": "blackai-theme",
"description": "A blacked monokai based theme for Visual Studio Code.",
"version": "0.1.9",
"publisher": "asilverio",
"author": {
"name": "Abrahan Silverio",
"email": "[email protected]"
},
"homepage": "https://github.com/slipnox/blackai-theme.git",
"repository": {
"type": "git",
"url": "https://github.com/slipnox/blackai-theme.git"
},
"bugs": {
"url": "https://github.com/slipnox/blackai-theme/issues"
},
"license": "Apache 2.0",
"engines": {
"vscode": "^1.12.0"
},
"galleryBanner": {
"color": "#2E3440",
"theme": "dark"
},
"icon": "assets/blackai-icon.png",
"markdown": "github",
"categories": [
"Themes"
],
"keywords": [
"black",
"monokai",
"dark",
"theme",
"blackai"
],
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/installs/asilverio.blackai-visual-studio-code.svg",
"href": "https://marketplace.visualstudio.com/items/asilverio.blackai-visual-studio-code",
"description": "Extension installs"
},
{
"url": "https://vsmarketplacebadge.apphb.com/rating/asilverio.blackai-visual-studio-code.svg",
"href": "https://marketplace.visualstudio.com/items/asilverio.blackai-visual-studio-code",
"description": "Extension Rating"
}
],
"contributes": {
"themes": [
{
"label": "Blakai Theme",
"uiTheme": "vs-dark",
"path": "./themes/blackai-theme.json"
}
]
},
"devDependencies": {
}
}