-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "vscode-github-soft-theme",
"displayName": "GitHub Soft Theme",
"description": "Modern, light and easy on the eyes",
"version": "1.2.7",
"publisher": "IgorKrupenja",
"engines": {
"vscode": "^1.70.0"
},
"scripts": {
"publish-patch": "vsce publish patch && git push --no-verify && git push origin --tags --no-verify",
"publish-minor": "vsce publish minor && git push --no-verify && git push origin --tags --no-verify",
"publish-major": "vsce publish major && git push --no-verify && git push origin --tags --no-verify"
},
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#FFFFFF",
"theme": "light"
},
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/IgorKrupenja/vscode-github-soft-theme",
"bugs": {
"url": "https://github.com/IgorKrupenja/vscode-github-soft-theme/issues"
},
"icon": "images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/IgorKrupenja/vscode-github-soft-theme"
},
"contributes": {
"themes": [
{
"label": "GitHub Soft",
"uiTheme": "vs",
"path": "./themes/GitHub Soft-color-theme.json"
}
]
}
}