-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.63 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
{
"name": "azalais-dark-theme",
"displayName": "Azalais Dark",
"description": "Dark theme made to reduce eye fatigue for Visual Studio Code",
"version": "0.0.14",
"publisher": "ChristopherAlphonse",
"license": "MIT",
"homepage": "https://github.com/ChristopherAlphonse/azalais-dark-",
"repository": {
"type": "git",
"url": "https://github.com/ChristopherAlphonse/azalais-dark-"
},
"bugs": {
"url": "https://github.com/ChristopherAlphonse/azalais-dark-/issues"
},
"icon": "icon.png",
"keywords": [
"theme",
"azalais",
"azalais theme",
"azalais dark",
"christopher alphonse",
"dark theme",
"eye fatigue",
"color blind",
"tritanopia",
"deuteranopia",
"protanopia",
"focus",
"minimal"
],
"galleryBanner": {
"color": "#000058",
"theme": "dark"
},
"engines": {
"vscode": "^1.72.0"
},
"extensionKind": [
"ui",
"workspace"
],
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Azalais",
"uiTheme": "vs-dark",
"path": "./themes/Azalais-Classic.json"
},
{
"label": "Azalais Glow",
"uiTheme": "vs-dark",
"path": "./themes/Azalais-Glow.json"
}
]
},
"scripts": {
"packaged": "vsce package && vsce publish"
},
"dependencies": {
"generator-code": "^1.8.0"
},
"badges": [
{
"url": "https://vsmarketplacebadges.dev/version/christopheralphonse.azalais-dark-theme.png",
"href": "https://marketplace.visualstudio.com/items/christopheralphonse.azalais-dark-theme",
"description": "Extension version"
}
]
}