-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 951 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
41
42
43
44
45
46
47
{
"name": "woody-theme",
"displayName": "Woody Theme",
"description": "Brown, warm, and undoubtedly woody. With a tinge of amber and teal. Just like real wood. But it's not real wood so go out and see some real wood. Morning wood not included.",
"publisher": "seahyx",
"version": "1.5.8",
"engines": {
"vscode": "^1.38.0"
},
"galleryBanner": {
"color": "#1f1614",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"color",
"dark",
"warm",
"brown",
"bear",
"natural",
"wood",
"forest"
],
"icon": "icon.png",
"repository": {
"type": "git",
"url": "https://github.com/seahyx/Woody-Theme.git"
},
"contributes": {
"themes": [
{
"label": "Woody",
"uiTheme": "vs-dark",
"path": "./themes/Woody-color-theme.json"
}
]
},
"homepage": "https://github.com/seahyx/Woody-Theme",
"bugs": {
"url": "https://github.com/seahyx/Woody-Theme",
"email": "[email protected]"
}
}