forked from Binaryify/OneDark-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 981 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
45
46
{
"name": "Material-theme",
"displayName": "One Dark Pro",
"description": "Atom's iconic One Dark theme for Visual Studio Code",
"version": "2.10.3",
"publisher": "zhuangtongfa",
"bugs": {
"url": "https://github.com/Binaryify/OneDark-Pro/issues"
},
"homepage": "https://binaryify.github.io/OneDark-Pro/",
"repository": {
"type": "git",
"url": "https://github.com/Binaryify/OneDark-Pro"
},
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "One Dark Pro",
"uiTheme": "vs-dark",
"path": "./themes/OneDark-Pro.json"
},
{
"label": "One Dark Pro Vivid",
"uiTheme": "vs-dark",
"path": "./themes/OneDark-Pro-vivid.json"
}
]
},
"icon": "icon.png",
"keywords": [
"one dark",
"onedark",
"one dark pro",
"theme",
"atom"
],
"devDependencies": {
"docsify-cli": "^3.3.2"
}
}