-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 800 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 800 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
36
37
{
"name": "sunset-theme",
"displayName": "Sunset Theme",
"description": "Colorful theme with dark background",
"version": "0.9.5",
"publisher": "swiip",
"homepage": "https://github.com/Swiiip/sunset-theme-vscode.git",
"repository": {
"type": "git",
"url": "https://github.com/Swiiip/sunset-theme-vscode.git"
},
"engines": {
"vscode": "^1.12.0"
},
"icon": "images/logo.png",
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#0c090d",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Sunset Theme",
"uiTheme": "vs-dark",
"path": "./themes/sunset-theme.json"
}
]
},
"__metadata": {
"id": "516c9b5b-a4bb-45f8-bcd3-96fea0bec771",
"publisherId": "8c1113bd-207e-4ffe-b858-6d7303aa8161",
"publisherDisplayName": "Hugo Duthil"
}
}