forked from Binaryify/OneDark-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.58 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
{
"name": "Material-theme",
"displayName": "One Dark Pro",
"description": "Atom's iconic One Dark theme for Visual Studio Code",
"version": "2.20.5",
"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"
],
"scripts": {
"build": "node build.js",
"docs": "docsify serve docs"
},
"pre-commit": [
"build"
],
"prettier": {
"singleQuote": true,
"semi": false
},
"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"
},
{
"label": "One Dark Pro Bold",
"uiTheme": "vs-dark",
"path": "./themes/OneDark-Pro-bold.json"
}
]
},
"icon": "icon.png",
"keywords": [
"one dark",
"onedark",
"one dark pro",
"theme",
"atom"
],
"devDependencies": {
"lodash": "^4.17.11",
"docsify-cli": "^4.3.0",
"pre-commit": "^1.2.2"
},
"__metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "8ae75bda-ec22-4a17-9340-abf1a20beca9",
"publisherDisplayName": "binaryify",
"name": "OneDarkPro"
},
"galleryBanner": {
"color": "#2d323b",
"theme": "dark"
}
}