-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 864 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 864 Bytes
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": "theme-kvothe",
"version": "1.8.0",
"displayName": "Kvothe Theme Official",
"description": "The Kvothe theme for VSCode is a dark, high-contrast theme that brings a terminal-like feel to the editor.",
"publisher": "MarcGarside",
"icon": "images/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/MarcIsCoding/kvothe-theme"
},
"galleryBanner": {
"color": "#030c17",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"VSCode",
"Themes"
],
"engines": {
"vscode": "^1.15.0"
},
"scripts": {
"bundle": "vsce package",
"publish": "vsce publish"
},
"contributes": {
"themes": [
{
"label": "Kvothe",
"uiTheme": "vs-dark",
"path": "./theme/kvothe.json"
}
]
},
"devDependencies": {
"vsce": "^1.81.1"
}
}