-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 811 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": "monokard",
"displayName": "Monokard Theme",
"description": "Inspired by the famous Monokai color scheme with a flat dark UI",
"version": "2.0.0",
"repository": "https://github.com/gfrcsd/vscode-monokard.git",
"license": "MIT",
"author": "gfrcsd",
"publisher": "gfrcsd",
"engines": {
"vscode": "^1.12.0"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#272727",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"monokard",
"theme",
"dark",
"flat",
"monokai"
],
"bugs": {
"url": "https://github.com/gfrcsd/vscode-monokard/issues"
},
"contributes": {
"themes": [
{
"label": "Monokard",
"uiTheme": "vs-dark",
"path": "./themes/Monokard-color-theme.json"
}
]
}
}