-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (38 loc) · 935 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
{
"name": "theme-coda",
"displayName": "Coda",
"description": "A theme look like Coda",
"version": "0.0.6",
"publisher": "jasen",
"engines": {
"vscode": "^1.5.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Coda",
"uiTheme": "vs",
"path": "./themes/Coda.tmTheme"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/scsidisk/vscode-theme-coda.git"
},
"bugs": {
"url": "https://github.com/scsidisk/vscode-theme-coda/issues"
},
"homepage": "https://github.com/scsidisk/vscode-theme-coda/blob/master/README.md",
"keywords": [
"VSCode",
"Theme",
"Coda",
"Light"
],
"author": "Jasen <[email protected]> (https://github.com/scsidisk)",
"license": "MIT"
}