-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 945 Bytes
/
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": "summercamp",
"displayName": "Summercamp",
"description": "A VS Code dark theme inspired by the Zed Editor \"Summercamp\" colour scheme.",
"version": "0.0.0",
"publisher": "csalmeida",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "https://github.com/csalmeida/summercamp-vscode-theme"
},
"scripts": {
"package": "vsce package",
"publish": "vsce publish"
},
"galleryBanner": {
"color": "#030304",
"theme": "dark"
},
"engines": {
"vscode": "^1.84.0"
},
"keywords": [
"Theme",
"Dark Theme",
"Zed Editor",
"Summercamp",
"Minimal"
],
"icon": "icon.png",
"pricing": "Free",
"sponsor": {
"url": "https://github.com/sponsors/csalmeida"
},
"contributes": {
"themes": [
{
"label": "Summercamp",
"uiTheme": "vs-dark",
"path": "./themes/summercamp-color-theme.json"
}
]
}
}