-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 900 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
36
37
38
39
40
{
"name": "Paper-tmTheme",
"displayName": "Paper-tmTheme",
"version": "0.4.0",
"publisher": "DiryoX",
"author": {
"name": "Bension Xie",
"email": "diryox@outlook.com"
},
"engines": {
"vscode": "^0.10.0"
},
"categories": [
"Themes",
"Other"
],
"keywords": [
"theme",
"color-theme"
],
"icon": "assets/p.png",
"contributes": {
"themes": [
{
"label": "Paper Dark",
"uiTheme": "vs-dark",
"path": "./themes/Paper_dark.tmTheme"
},
{
"label": "Paper White",
"uiTheme": "vs",
"path": "./themes/Paper_white.tmTheme"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/diryox/Paper-tmTheme.git"
}
}