-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
{
"name": "valary",
"displayName": "Valary",
"description": "An immersive Dark Theme for VSCode.",
"version": "1.0.0",
"author": "Fahad Ashraf Chaudhry",
"publisher": "fahadachaudhry",
"engines": {
"vscode": "^1.52.0"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#14161c",
"theme": "dark"
},
"icon": "images/icon.png",
"keywords": [
"Valary",
"Cobalt",
"Dark Theme",
"Night Mode",
"Dark Flat Theme",
"terminal",
"color-theme",
"VSCode Power User"
],
"contributes": {
"themes": [
{
"label": "Valary",
"uiTheme": "vs-dark",
"path": "./themes/Valary-color-theme.json"
},
{
"label": "Valary Midnight",
"uiTheme": "vs-dark",
"path": "./themes/Valary-color-theme-dark.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/fahadachaudhry/valary-vscode.git"
}
}