-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "srcery-colors",
"displayName": "Srcery (official port)",
"description": "Srcery theme based on the srcery-colors themes",
"version": "0.3.8",
"publisher": "srcery-colors",
"license": "MIT",
"engines": {
"vscode": "^1.19.0"
},
"categories": [
"Themes"
],
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#1c1b19",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Srcery",
"uiTheme": "vs-dark",
"path": "./themes/Srcery-color-theme.json"
}
]
},
"bugs": {
"url": "https://github.com/srcery-colors/srcery-vscode/issues"
},
"homepage": "https://github.com/srcery-colors/srcery-vscode/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/srcery-colors/srcery-vscode"
},
"keywords": [
"Vscode",
"Theme",
"Srcery"
],
"dependencies": {
"vsce": "^2.15.0"
}
}