forked from azemoh/vscode-one-monokai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
{
"name": "two-monokai",
"displayName": "Two Monokai Theme",
"description": "Fork of the One Monokai theme",
"version": "0.1.3",
"publisher": "khan",
"engines": {
"vscode": "^1.13.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Two Monokai",
"uiTheme": "vs-dark",
"path": "./themes/Two-Monokai-color-theme.json"
},
{
"label": "Two Monokai Darker",
"uiTheme": "vs-dark",
"path": "./themes/Two-Monokai-darker-color-theme.json"
},
{
"label": "Two Monokai Flat",
"uiTheme": "vs-dark",
"path": "./themes/Two-Monokai-flat-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/kmnhan/vscode-two-monokai.git"
},
"bugs": {
"url": "https://github.com/kmnhan/vscode-two-monokai/issues"
},
"homepage": "https://github.com/kmnhan/vscode-two-monokai/blob/master/README.md",
"keywords": [
"Vscode",
"Theme",
"Onedark",
"Monokai",
"OneMonokai"
],
"author": "Kimoon Han",
"license": "MIT"
}