-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 935 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
{
"name": "ballerini-theme",
"displayName": "Ballerini Theme",
"description": "Ballerini Theme Official. A dark theme for Visual Studio Code.",
"version": "1.2.5",
"publisher": "BalleriniServer",
"bugs": {
"url": "https://github.com/Ballerini-Theme/visual-studio-code/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Ballerini-Theme/visual-studio-code"
},
"keywords": [
"theme",
"dark",
"ballerini",
"balleriniserver",
"balleriniTheme",
"ballerini Theme",
"ballerini server",
"Code",
"autumn"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#261c1e",
"theme": "dark"
},
"engines": {
"vscode": "^1.59.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Ballerini Theme",
"uiTheme": "vs-dark",
"path": "./themes/ballerini-theme.json"
}
]
}
}