-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 804 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 804 Bytes
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
{
"name": "monfika-pro",
"displayName": "Monfika Pro Theme",
"description": "Incredible theme color perfect for your case",
"publisher": "markosmk",
"version": "0.0.2",
"engines": {
"vscode": "^1.43.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Monfika",
"uiTheme": "vs-dark",
"path": "./themes/Monfika-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/markosmk/monfika-pro.git"
},
"bugs": {
"url": "https://github.com/markosmk/monfika-pro/issues"
},
"keywords": [
"vscode",
"Theme",
"dark",
"Monokai",
"Monfika"
],
"author": "Markos Mk <markosmk@me.com> (http://markosmk.com)",
"license": "MIT"
}