forked from thenikso/github-plus-theme
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 767 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
{
"name": "github-sharp-theme",
"displayName": "GitHub Sharp Theme",
"description": "A GitHub inspired color theme for VSCode code and interface",
"version": "1.10.0",
"publisher": "joaomoreno",
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/joaomoreno/github-sharp-theme"
},
"bugs": {
"url": "https://github.com/joaomoreno/github-sharp-theme/issues"
},
"engines": {
"vscode": "^1.16.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "GitHub Sharp",
"uiTheme": "vs",
"path": "./themes/github-sharp-theme.color-theme.json"
},
{
"label": "GitHub Sharp Dark",
"uiTheme": "vs-dark",
"path": "./themes/github-sharp-dark-theme.color-theme.json"
}
]
}
}