forked from gerane/VSCodeThemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.04 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
{
"name": "Theme-Capo-Dark",
"displayName": "Capo-Dark Theme",
"description": "Capo-Dark Theme ported from the Capo-Dark TextMate Theme",
"version": "0.0.5",
"publisher": "gerane",
"engines": {
"vscode": "^0.10.1"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"homepage": "https://github.com/gerane/VSCodeThemes/blob/master/gerane.Theme-Capo-Dark/README.md",
"repository": {
"type": "git",
"url": "https://github.com/gerane/VSCodeThemes.git"
},
"contributes": {
"themes": [
{
"label": "Capo-Dark",
"path": "./themes/Capo-Dark.tmTheme",
"uiTheme": "vs-dark"
}
]
}
}