-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 844 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 844 Bytes
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
{
"name": "asroma",
"displayName": "AS Roma Theme",
"description": "Dark theme based on AS Roma Black Second Kit",
"version": "1.1.0",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#23262E",
"theme": "dark"
},
"publisher": "itssilver",
"author": {
"name": "Silver Turku",
"url": "https://github.com/itsSilver",
"email": "silverturku@gmail.com"
},
"repository": {
"url": "https://github.com/itsSilver/AS-Roma-Theme"
},
"engines": {
"vscode": "^1.14.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "AS Roma Dark",
"uiTheme": "vs-dark",
"path": "./themes/ASRoma-color-theme.json"
}
]
}
}