-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1005 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
{
"name": "kimbie-dark-plus",
"displayName": "Kimbie Dark+",
"description": "Kimbie Dark improved",
"version": "1.3.0",
"author": "Dāvis Namsons",
"publisher": "dnamsons",
"license": "Creative Commons Attribution-ShareAlike 4.0 Unported",
"icon": "images/icon.png",
"engines": {
"vscode": "^1.29.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Kimbie Dark+",
"uiTheme": "vs-dark",
"path": "./themes/Kimbie Dark+-color-theme.json"
}
]
},
"keywords": [
"theme",
"dark",
"kimbie",
"warm",
"improved"
],
"repository": {
"type": "git",
"url": "https://github.com/dnamsons/Kimbie-Dark-Plus/"
},
"homepage": "https://github.com/dnamsons/Kimbie-Dark-Plus/",
"bugs": {
"url": "https://github.com/dnamsons/Kimbie-Dark-Plus/issues"
}
}