-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 991 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": "base16-tomorrow-dark-vscode",
"displayName": "Base16 Tomorrow Dark+",
"description": "A base16 color theme styled to look like Atom's base16-tomorrow-dark-theme",
"version": "0.0.19",
"publisher": "emily-curry",
"license": "MIT",
"author": {
"name": "Emily Curry",
"email": "[email protected]"
},
"engines": {
"vscode": "^1.16.0"
},
"keywords": [
"base16",
"tomorrow",
"theme",
"dark"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#1d1f21",
"theme": "dark"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/emily-curry/base16-tomorrow-dark-vscode.git"
},
"contributes": {
"themes": [
{
"label": "Base16 Tomorrow Dark",
"uiTheme": "vs-dark",
"path": "./themes/Base16 Tomorrow Dark-color-theme.json"
}
]
},
"__metadata": {
"id": "e6e1d027-f8db-46e1-bb42-dc447b0c3b85",
"publisherDisplayName": "Emily Curry",
"publisherId": "f1123abd-cc34-4948-9e5e-282eda53b551"
}
}