-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1006 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
45
46
47
48
{
"name": "loki-theme",
"displayName": "Loki Theme",
"description": "A Loki theme based in Dracula Refined",
"version": "0.1.3",
"publisher": "Outbound",
"repository": {
"type": "git",
"url": "https://github.com/melquisedecfelipe/loki-theme"
},
"bugs": {
"type": "git",
"url": "https://github.com/melquisedecfelipe/loki-theme"
},
"homepage": "https://github.com/melquisedecfelipe/loki-theme",
"galleryBanner": {
"color": "#121212",
"theme": "dark"
},
"icon": "logo/theme-icon.png",
"engines": {
"vscode": "^1.89.0"
},
"categories": [
"Themes"
],
"keywords": [
"loki",
"dark",
"dark theme",
"dracula",
"dracula refined"
],
"contributes": {
"themes": [
{
"label": "Loki",
"uiTheme": "vs-dark",
"path": "./themes/loki-theme.json"
},
{
"label": "Loki Contrast",
"uiTheme": "vs-dark",
"path": "./themes/loki-theme-contrast.json"
}
]
}
}