-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 888 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
49
{
"name": "bbash-shell",
"displayName": "BBash Shell",
"description": "The VSCode color theme of Mayuzumi Kai.",
"publisher": "P-man2976",
"repository": {
"type": "git",
"url": "https://github.com/P-man2976/bbash-shell"
},
"version": "0.0.3",
"engines": {
"vscode": "^1.68.0"
},
"scripts": {
"build": "vsce package",
"publish": "vsce publish"
},
"keywords": [
"nijisanji",
"mayuzumi",
"vtuber",
"green",
"marine",
"blue"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "BBash Shell",
"uiTheme": "vs-dark",
"path": "./themes/BBash Shell-color-theme.json"
},
{
"label": "BBash Shell - Slate",
"uiTheme": "vs-dark",
"path": "./themes/BBash Shell Slate-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#076776",
"theme": "dark"
},
"icon": "assets/icon.png",
"preview": true
}