forked from taelid/summer-theme-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 857 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
{
"name": "summer-theme",
"author": "Tayyab Khalid <[email protected]>",
"displayName": "Summer Theme",
"description": "A summer inspired dark theme with a beautiful tangerine accent.",
"publisher": "taelid",
"license": "MIT",
"icon": "logo.png",
"version": "0.3.1",
"engines": {
"vscode": "^1.55.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"summer",
"warm",
"vscode",
"minimal",
"material",
"orange"
],
"contributes": {
"themes": [
{
"label": "Summer",
"uiTheme": "vs-dark",
"path": "./themes/summer-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/taelid/summer-theme-vscode"
},
"bugs": {
"url": "https://github.com/taelid/summer-theme-vscode/issues"
}
}