forked from azemoh/vscode-one-monokai
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.18 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
{
"license": "MIT",
"version": "2.6.6",
"galleryBanner.color": "#22263a",
"name": "one-monokai-80s",
"author": "Marcelo Delgado",
"publisher": "axiomaticstudios",
"icon": "./media/icon.png",
"displayName": "One Monokai 80s Theme",
"homepage": "https://github.com/marcelo-mason/one-monokai-80s/blob/master/README.md",
"description": "Pleasing, subtle yet colorful theme with a flat interface made with eye comfort in mind.",
"categories": [
"Themes"
],
"keywords": [
"eye",
"eye comfort",
"eye strain",
"low contrast",
"monokai",
"pastel",
"theme"
],
"engines": {
"vscode": "^0.10.1"
},
"contributes": {
"themes": [
{
"uiTheme": "vs-dark",
"label": "One Monokai 80s",
"path": "./themes/OneMonokai80s.json"
},
{
"uiTheme": "vs",
"label": "One Monokai 80s Original",
"path": "./themes/OneMonokai80sOG.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/marcelo-mason/one-monokai-80s.git"
},
"bugs": {
"url": "https://github.com/marcelo-mason/one-monokai-80s/issues"
}
}