-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 967 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
35
36
37
38
39
40
41
42
43
44
{
"name": "badjoras-theme",
"displayName": "badjoras theme",
"description": "Yet another theme",
"version": "1.0.0",
"publisher": "afnpires",
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Alexandre Pires"
},
"repository": {
"type": "git",
"url": "https://github.com/afnpires/badjoras-theme"
},
"bugs": {
"url": "https://github.com/afnpires/badjoras-theme/issues"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"angular",
"react",
"dark",
"badjoras"
],
"icon": "icon.svg",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"contributes": {
"themes": [{
"label": "Badjoras",
"uiTheme": "vs-dark",
"path": "./themes/badjoras.json"
}]
}
}