forked from emily-curry/base16-tomorrow-dark-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "base16-leaf-tomorrow-vscode",
"displayName": "Base16 Leaf Tomorrow",
"description": "☘️ Dark Tomorrow Theme, but less red and more green! 👽🥑🔋",
"version": "1.1.2",
"publisher": "swjh",
"author": {
"name": "Simon Hermann",
"email": "[email protected]"
},
"engines": {
"vscode": "^1.16.0"
},
"keywords": [
"base16",
"markdown",
"theme",
"dark",
"green"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#1d1f21",
"theme": "dark"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/simonhermann/base16-leaf-tomorrow-vscode-theme"
},
"contributes": {
"themes": [
{
"label": "Base16 Leaf Tomorrow",
"uiTheme": "vs-dark",
"path": "./themes/Base16_Leaf_Tomorrow-color-theme.json"
}
]
},
"__metadata": {
"id": "679d917d-7c1c-407e-8cfb-345ea3dc4004",
"publisherId": "3109a33e-1153-43c8-8863-b3a279bcc648",
"publisherDisplayName": "swjh"
}
}