-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.4 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
{
"name": "gray-plus-theme",
"displayName": "Gray+ Theme",
"description": "A theme extension for Visual Studio Code based on Drak+ (default dark) Syntax but with Gray UI",
"publisher": "Anan",
"version": "1.0.1",
"license": "MIT",
"icon": "theme-icon.png",
"galleryBanner": {
"color": "#3c3f41",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"gray",
"dark theme",
"gray theme",
"pycharm theme",
"webstorm",
"webstorm theme",
"jetbrains",
"jetbrains theme"
],
"homepage": "https://github.com/mohamed3nan/Gray-Plus-Theme",
"repository": {
"type": "git",
"url": "https://github.com/mohamed3nan/Gray-Plus-Theme"
},
"bugs": {
"url": "https://github.com/mohamed3nan/Gray-Plus-Theme/issues"
},
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/version/Anan.Gray-Plus-Theme.svg",
"href": "https://marketplace.visualstudio.com/items/Anan.Gray-Plus-Theme",
"description": "Version"
},
{
"url": "https://vsmarketplacebadge.apphb.com/installs-short/Anan.Gray-Plus-Theme.svg",
"href": "https://marketplace.visualstudio.com/items/Anan.Gray-Plus-Theme",
"description": "Installs"
},
{
"url": "https://vsmarketplacebadge.apphb.com/downloads-short/Anan.Gray-Plus-Theme.svg",
"href": "https://marketplace.visualstudio.com/items/Anan.Gray-Plus-Theme",
"description": "Downloads"
},
{
"url": "https://vsmarketplacebadge.apphb.com/rating-star/Anan.Gray-Plus-Theme.svg",
"href": "https://marketplace.visualstudio.com/items/Anan.Gray-Plus-Theme",
"description": "Rating"
},
{
"url": "https://isitmaintained.com/badge/resolution/mohamed3nan/Gray-Plus-Theme.svg",
"href": "https://marketplace.visualstudio.com/items/Anan.Gray-Plus-Theme",
"description": "Average time to resolve an issue"
},
{
"url": "https://isitmaintained.com/badge/open/mohamed3nan/Gray-Plus-Theme.svg",
"href": "https://marketplace.visualstudio.com/items/Anan.Gray-Plus-Theme",
"description": "Percentage of issues still open"
}
],
"engines": {
"vscode": "^1.56.0"
},
"contributes": {
"themes": [
{
"label": "Gray+",
"uiTheme": "vs-dark",
"path": "./themes/gray_plus.json"
}
]
}
}