forked from drywolf/dark-plus-plus-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 805 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
{
"name": "dark-plus-durotar-theme",
"displayName": "Dark+ Durotar Theme",
"description": "The VS Code Dark+ theme with a few modifications",
"icon": "icon.png",
"version": "1.0.1",
"publisher": "hoisel",
"keywords": [
"dark+",
"theme"
],
"license": "MIT",
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark+ Durotar",
"uiTheme": "vs-dark",
"path": "./themes/dark-plus-durotar.tmTheme"
}
]
},
"bugs": {
"url": "https://github.com/hoisel/dark-plus-durotar-theme/issues"
},
"homepage": "https://github.com/hoisel/dark-plus-durotar-theme",
"repository": {
"type": "git",
"url": "https://github.com/hoisel/dark-plus-durotar-theme.git"
}
}