-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 975 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
48
{
"name": "tokyo-panda-theme",
"displayName": "Tokyo Panda",
"publisher": "effordDev",
"version": "1.11.0",
"description": "A VS Code Theme (mix of Tokyo Night + Panda Theme)",
"author": "effordDev",
"license": "MIT",
"maintainers": [
"Reid <dev@tokyotech.us>"
],
"engines": {
"vscode": "^1.81.1"
},
"categories": [
"Themes"
],
"icon": "tokyo-panda-theme-icon.png",
"keywords": [
"theme",
"tokyo",
"night",
"panda",
"dark",
"developer"
],
"galleryBanner": {
"color": "#B084EB",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "Tokyo Panda",
"uiTheme": "vs-dark",
"path": "./themes/tokyo-panda-theme.json"
}
]
},
"bugs": {
"url": "https://github.com/effordDev/tokyo-panda-theme/issues",
"email": "dev@tokyotech.us"
},
"repository": {
"type": "git",
"url": "https://github.com/effordDev/tokyo-panda-theme.git"
}
}