-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 961 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": "shibuya",
"displayName": "Shibuya",
"description": "A modern, vibrant color theme inspired by Tokyo Night.",
"version": "1.0.2",
"publisher": "jeroen-meijer",
"author": {
"name": "Jeroen Meijer",
"url": "https://jfk.dev/",
"email": "jeroenfkmeijer@gmail.com"
},
"license": "MIT",
"repository": {
"url": "https://github.com/jeroen-meijer/shibuya"
},
"keywords": [
"shibuya",
"theme",
"dark",
"tokyo",
"cyber"
],
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#0c0d12",
"theme": "dark"
},
"engines": {
"vscode": "^1.59.0"
},
"bugs": {
"url": "https://github.com/jeroen-meijer/pubspec-assist/shibuya",
"email": "jeroenfkmeijer@gmail.com"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Shibuya",
"uiTheme": "vs-dark",
"path": "./themes/Shibuya-color-theme.json"
}
]
}
}