-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 931 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
{
"name": "solarizedplus",
"displayName": "Solarized+",
"description": "Solarized+ is a dark theme with a well balanced blend of colors see https://ethanschoonover.com/solarized/.",
"version": "1.0.2",
"publisher": "SzilardLeventeFarkas",
"icon": "images/logo.png",
"engines": {
"vscode": "^1.36.0"
},
"galleryBanner": {
"color": "#002B36",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/CrHasher/SolarizedPlus"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"solarized+",
"semantic",
"bold"
],
"contributes": {
"themes": [
{
"label": "Solarized+",
"uiTheme": "vs-dark",
"path": "./themes/solarized.json"
}
]
},
"dependencies": {},
"devDependencies": {},
"__metadata": {
"id": "62a84b19-8a44-4c8f-99b9-01b017cb15e7",
"publisherId": "6e6ffee5-ae4c-4058-8b1e-27f4c79bc2d3",
"publisherDisplayName": "Szilard Levente Farkas"
}
}