-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (95 loc) · 2.35 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "blackplusplus",
"displayName": "Black++ Theme",
"description": "Simple Black Theme",
"publisher": "Amerey",
"author": {
"name": "Amerey"
},
"version": "1.0.11",
"engines": {
"vscode": "^1.77.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/Amereyeu/Black-plus-plus-vscodium.git"
},
"galleryBanner": {
"color": "#000",
"theme": "dark"
},
"icon": "images/icon/logo.png",
"contributes": {
"themes": [
{
"label": "Black++ Big Orange",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-big-orange.json"
},
{
"label": "Black++ Blue Moon",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-blue-moon.json"
},
{
"label": "Black++ Dark Ula",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-dark-ula.json"
},
{
"label": "Black++ Golden Goose",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-golden-goose.json"
},
{
"label": "Black++ Green Barret",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-green-barret.json"
},
{
"label": "Black++ Grey Matter",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-grey-matter.json"
},
{
"label": "Black++ Lavender Pink",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-lavender-pink.json"
},
{
"label": "Black++ Nord Stream",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-nord-stream.json"
},
{
"label": "Black++ Red Forest",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-red-forest.json"
},
{
"label": "Black++ Shale Green",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-shale-green.json"
},
{
"label": "Black++ Vice",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-vice.json"
},
{
"label": "Black++ Vivid Sky",
"uiTheme": "vs-dark",
"path": "/themes/blackplusplus-vivid-sky.json"
},
{
"label": "Black++ Yellow Fever",
"uiTheme": "vs-dark",
"path": "./themes/blackplusplus-yellow-fever.json"
}
]
},
"license": "MIT"
}