-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 927 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 927 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
40
41
42
{
"name": "themee",
"displayName": "Themee",
"description": "Light theme base on Intellij light theme. Dark theme base on gruvbox",
"version": "1.5.6",
"publisher": "Koha13",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/koha13/vscode-theme"
},
"engines": {
"vscode": "^1.0.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "koha13: Intellij light theme",
"uiTheme": "vs",
"path": "./themes/Intellij light theme.json"
},
{
"label": "koha13: Gruv dark theme",
"uiTheme": "vs-dark",
"path": "./themes/Gruv dark theme.json"
},
{
"label": "koha13: Minimal Gruvbox",
"uiTheme": "vs-dark",
"path": "./themes/Minimal Gruvbox.json"
}
]
},
"__metadata": {
"id": "3c79d161-7d02-455f-af1f-95748f215b91",
"publisherDisplayName": "Koha13",
"publisherId": "2b5218ac-d8bb-48aa-9b3b-51e0b4c68bda"
}
}