forked from theacodes/witchhazel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "witch-hazel",
"repository": {
"type": "git",
"url": "https://github.com/theacodes/witchhazel"
},
"displayName": "Witch Hazel",
"description": "A dark and feminine color scheme",
"version": "2023.2.9",
"publisher": "TheaFlowers",
"icon": "images/witch-hazel-circle-icon.png",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/theacodes/witchhazel/blob/main/README.md",
"bugs": {
"url": "https://github.com/theacodes/witchhazel/issues"
},
"badges": [
{
"url": "https://flat.badgen.net/badge/sponsor/%E2%9D%A4/purple?icon=github",
"href": "https://github.com/sponsors/theacodes",
"description": "Sponsor me on GitHub!"
}
],
"qna": false,
"engines": {
"vscode": "^1.26.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Witch Hazel",
"uiTheme": "vs-dark",
"path": "./Witch Hazel-color-theme.json"
},
{
"label": "Witch Hazel Hypercolor",
"uiTheme": "vs-dark",
"path": "./Witch Hazel-hypercolor-theme.json"
}
]
}
}