This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
{
"name": "ayu-one-dark-pro",
"displayName": "Ayu One Dark Pro (deprecated)",
"description": "Ayu Dark/Mirage with One Dark Pro",
"version": "1.7.2",
"icon": "images/icon.png",
"publisher": "smeagolem",
"repository": {
"type": "git",
"url": "https://github.com/smeagolem/ayu-one-dark-pro"
},
"engines": {
"vscode": "^1.30.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Ayu One Dark Pro | Mirage",
"uiTheme": "vs-dark",
"path": "./themes/ayu-one-dark-pro-mirage-color-theme.json"
},
{
"label": "Ayu One Dark Pro | Mirage Bordered",
"uiTheme": "vs-dark",
"path": "./themes/ayu-one-dark-pro-mirage-bordered-color-theme.json"
},
{
"label": "Ayu One Dark Pro | Dark",
"uiTheme": "vs-dark",
"path": "./themes/ayu-one-dark-pro-dark-color-theme.json"
},
{
"label": "Ayu One Dark Pro | Dark Bordered",
"uiTheme": "vs-dark",
"path": "./themes/ayu-one-dark-pro-dark-bordered-color-theme.json"
}
]
},
"scripts": {
"build": "node ./build.js",
"package": "vsce package"
},
"devDependencies": {
"Material-theme": "Binaryify/OneDark-Pro",
"ayu": "ayu-theme/vscode-ayu",
"vsce": "^1.55.0"
}
}