-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 932 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": "solarized-light-no-bold",
"displayName": "Solarized Light (no bold)",
"description": "Solarized Light without bold fonts.",
"version": "0.0.1",
"publisher": "yogipatel",
"icon": "icon.png",
"galleryBanner": {
"color": "#fdf6e3",
"theme": "light"
},
"repository": {
"type": "git",
"url": "https://github.com/yogipatel/vscode-solarized-light-no-bold.git"
},
"bugs": {
"url": "https://github.com/yogipatel/vscode-solarized-light-no-bold/issues",
"email": "[email protected]"
},
"engines": {
"vscode": "^1.14.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Solarized Light (no bold)",
"uiTheme": "vs",
"path": "./themes/Solarized Light (no bold)-color-theme.json"
}
]
}
}