forked from eser/vscode-one-dark-pro-monokai-darker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.27 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
{
"name": "one-dark-pro-monokai-darker-derkinzi",
"displayName": "One Dark Pro Monokai Darker Theme - derkinzi",
"description": "A Darker One Dark Pro variation with Monokai scheme and more contrast based on https://github.com/eserozvataf/vscode-one-dark-pro-monokai-darker.git",
"version": "1.1.0",
"publisher": "derkinzi",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "One Dark Pro Monokai Darker",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkProMonokaiDarker-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/eserozvataf/vscode-one-dark-pro-monokai-darker.git"
},
"bugs": {
"url": "https://github.com/eserozvataf/vscode-one-dark-pro-monokai-darker/issues"
},
"homepage": "https://github.com/eserozvataf/vscode-one-dark-pro-monokai-darker/blob/master/README.md",
"keywords": [
"vscode",
"theme",
"onedark",
"monokai",
"darker",
"high contrast"
],
"author": "Sebastian Kinzlinger (http://derkinzi.de)",
"license": "MIT"
}