-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 932 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": "theme-monokai-hc",
"displayName": "Monokai - High Contrast",
"description": "A high contrast theme based on the TextMate Monokai theme.",
"icon": "images/Monokai-HC.png",
"version": "1.0.3",
"publisher": "DataByne",
"galleryBanner": {
"color": "#000000",
"theme": "dark"
},
"license": "LICENSE.txt",
"bugs": {
"url": "https://github.com/DataByne/Monokai-HighContrast/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://GitHub.com/DataByne/Monokai-HighContrast.git"
},
"categories": [
"Themes"
],
"engines": {
"vscode": "*"
},
"contributes": {
"themes": [
{
"label": "Monokai High Contrast",
"uiTheme": "hc-black",
"path": "./themes/hc_Monokai.json"
}
]
}
}