-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "vscode-theme-onelight",
"displayName": "Atom One Light Theme",
"description": "One Light Theme based on Atom",
"version": "2.3.0",
"publisher": "akamud",
"license": "MIT",
"galleryBanner": {
"color": "#E8E8E8",
"theme": "light"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"keywords": [
"atom",
"theme",
"light",
"one light"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Atom One Light",
"uiTheme": "vs",
"path": "./themes/OneLight.json"
}
]
},
"bugs": {
"url": "https://github.com/akamud/vscode-theme-onelight/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/akamud/vscode-theme-onelight",
"repository": {
"type": "git",
"url": "https://github.com/akamud/vscode-theme-onelight"
},
"sponsor": {
"url": "https://github.com/sponsors/akamud"
},
"badges": [
{
"url": "https://vsmarketplacebadge.apphb.com/version/akamud.vscode-theme-onelight.svg",
"href": "https://marketplace.visualstudio.com/items/akamud.vscode-theme-onelight",
"description": "Extension version"
},
{
"url": "https://vsmarketplacebadge.apphb.com/installs/akamud.vscode-theme-onelight.svg",
"href": "https://marketplace.visualstudio.com/items/akamud.vscode-theme-onelight",
"description": "Extension installs"
},
{
"url": "https://vsmarketplacebadge.apphb.com/rating/akamud.vscode-theme-onelight.svg",
"href": "https://marketplace.visualstudio.com/items/akamud.vscode-theme-onelight",
"description": "Extension Rating"
}
]
}