-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) ยท 1.26 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
{
"name" : "vscode-galizur-theme",
"displayName": "Galizur Theme",
"description": "A spellbound, vibrant dark editor color scheme with matching UI theme for ๐ฉ๐ฆ๐๐ข๐๐",
"pricing" : "Free",
"version" : "1.3.11",
"publisher" : "razielanarki",
"author": {
"name": "Raziel Anarki"
},
"license" : "SEE LICENSE IN LICENSE.md",
"icon" : "images/icon.png",
"galleryBanner": {
"color": "#333444",
"theme": "dark"
},
"homepage": "https://github.com/razielanarki/vscode-galizur-theme",
"repository": {
"type": "git",
"url": "https://github.com/razielanarki/vscode-galizur-theme"
},
"bugs": {
"url": "https://github.com/razielanarki/vscode-galizur-theme/issues",
"email": "[email protected]"
},
"engines": {
"vscode": "^1.82.0"
},
"categories": [
"Themes"
],
"keywords": [
"color-theme",
"galizur",
"theme",
"dark",
"colors"
],
"contributes": {
"themes": [
{
"label" : "Galizur",
"uiTheme": "vs-dark",
"path" : "./themes/galizur-color-theme.json"
}
]
}
}