-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.22 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
49
50
51
52
53
54
55
56
{
"name": "ancient-one-dark",
"description": "Violet color theme for the ancient ones",
"version": "2.2.1",
"scripts": {
"build": "vsce package",
"release": "vsce publish"
},
"homepage": "https://github.com/holodata/ancient-one-dark",
"repository": {
"type": "git",
"url": "https://github.com/holodata/ancient-one-dark"
},
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"hololive",
"inanis",
"ninomae",
"purple",
"violet",
"vtuber"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Ancient One Dark",
"uiTheme": "vs-dark",
"path": "./themes/AO-Dark-color-theme.json"
},
{
"label": "Ancient One Dark - Violet",
"uiTheme": "vs-dark",
"path": "./themes/AO-Dark-Violet-color-theme.json"
},
{
"label": "Ancient One Dark - Slate",
"uiTheme": "vs-dark",
"path": "./themes/AO-Dark-Slate-color-theme.json"
}
]
},
"displayName": "Ancient One Dark",
"engines": {
"vscode": "^1.59.0"
},
"galleryBanner": {
"color": "#30253D",
"theme": "dark"
},
"icon": "assets/icon.png",
"preview": true,
"publisher": "uetchy"
}