-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"publisher": "Geobomatic",
"name": "dark-plus-one-monokai",
"displayName": "Dark+ One Monokai",
"description": "A mashup between VSCode's Dark+ theme and Joshua Azemoh's One Monokai syntax colours",
"version": "0.3.1",
"icon": "icon.png",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Dark+ One Monokai",
"uiTheme": "vs-dark",
"path": "./themes/dark_plus_one_monokai.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Geobert/dark-plus-one-monokai.git"
},
"bugs": {
"url": "https://github.com/Geobert/dark-plus-one-monokai/issues"
},
"homepage": "https://github.com/Geobert/dark-plus-one-monokai/blob/master/README.md",
"keywords": [
"Vscode",
"Theme",
"Onedark",
"Monokai",
"Dark+",
"semantic"
],
"author": "Geobert Quach <[email protected]>",
"license": "MIT"
}