-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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": "shape-theme",
"displayName": "Shape Theme",
"description": "A minimalistic theme designed with the goal of increased readability and reduced visual clutter. The code structure is outlined with a simple set of vibrant colors.",
"version": "1.2.0",
"publisher": "apk",
"license": "MIT",
"icon": "images/icon.png",
"preview": false,
"qna": "https://github.com/apkd/vscode-shape-theme/issues",
"author": {
"name": "apk"
},
"repository": {
"type": "git",
"url": "https://github.com/apkd/vscode-shape-theme"
},
"bugs": {
"url": "https://github.com/apkd/vscode-shape-theme/issues"
},
"engines": {
"vscode": "^1.16.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Shape",
"uiTheme": "vs-dark",
"path": "./themes/shape.json"
},
{
"label": "Shape (non-italic)",
"uiTheme": "vs-dark",
"path": "./themes/shape-nonitalic.json"
}
]
}
}