-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 931 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
41
42
43
44
{
"name": "ktrz-monokai",
"displayName": "KTRZ Monokai",
"version": "0.1.7",
"publisher": "ixkaito",
"author": "Kite",
"description": "A minimal dark theme with the Monokai color scheme.",
"icon": "icon.png",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"keywords": [
"monokai",
"minimal",
"flat"
],
"contributes": {
"themes": [
{
"id": "ktrz-monokai",
"label": "KTRZ Monokai",
"uiTheme": "vs-dark",
"path": "./themes/ktrz-monokai-color-theme.json"
}
]
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ixkaito/ktrz-monokai.git"
},
"bugs": {
"url": "https://github.com/ixkaito/ktrz-monokai/issues"
},
"homepage": "https://ixkaito.github.io/ktrz-monokai/",
"__metadata": {
"id": "79896550-ad0f-4c95-be3b-acda8d489279",
"publisherDisplayName": "Kite",
"publisherId": "ff6e7f41-041c-4fd1-8eb3-20f4eafaea91"
}
}