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