-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 921 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
{
"name": "theme-specialsboard",
"displayName": "Specials Board",
"description": "Specials Board - Inspired by the original Coda text editor theme",
"version": "2.0.0",
"publisher": "filipmares",
"engines": {
"vscode": "*"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Specials Board ",
"uiTheme": "vs-dark",
"path": "./themes/specialsboard.json"
}
]
},
"galleryBanner": {
"color": "#393939",
"theme": "dark"
},
"__metadata": {
"id": "88b24cea-b5eb-4e61-a394-f5ecba0d1fdd",
"publisherId": "b0d381d1-f48f-436d-9eaa-137319f5da4f",
"publisherDisplayName": "Filip Mares"
},
"bugs": {
"url": "https://github.com/filipmares/vscode-specialsboard-theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/filipmares/vscode-specialsboard-theme.git"
},
"homepage": "https://github.com/filipmares/vscode-specialsboard-theme"
}