-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
48
{
"name": "birds-of-paradise",
"author": {
"name": "Jeroen de Vries"
},
"displayName": "Birds of Paradise",
"publisher": "Programming-Engineer",
"description": "🦚 Birds of paradise with semantic highlighting",
"version": "0.1.2",
"icon": "icon.png",
"engines": {
"vscode": "^1.62.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Jeroendevr/birds-of-paradise-vscode"
},
"galleryBanner": {
"color": "#281C1C",
"theme": "dark"
},
"categories": [
"Themes"
],
"keywords": [
"Birds of Paradise",
"Bird of Paradise",
"Dark Theme",
"terminal"
],
"contributes": {
"themes": [
{
"label": "Birds of Paradise",
"uiTheme": "vs-dark",
"path": "./themes/Birds of Paradise-color-theme.json"
}
]
},
"files": [
"themes/Birds of Paradise-color-theme.json",
"themes",
"themes/*",
"package.json",
"README.md"
],
"license": "MIT"
}