-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "yonce-vsix-theme",
"displayName": "Yonce",
"description": "Vibrant syntax theme on a dark, flat UI. Queen Bey-inspired. For Visual Studio.",
"version": "0.1.0",
"publisher": "minamarkham",
"author": {
"name": "Mina Markham",
"url": "https://github.com/minamarkham"
},
"icon": "images/logo.png",
"preview": true,
"galleryBanner": {
"color": "#1c1c1c",
"theme": "dark"
},
"repository": {
"type": "git",
"url": "https://github.com/minamarkham/yonce-visual-studio"
},
"bugs": {
"url": "https://github.com/minamarkham/yonce-visual-studio/issues"
},
"homepage": "https://github.com/minamarkham/yonce-visual-studio",
"engines": {},
"license": "MIT",
"categories": [
"Themes"
],
"keywords": [
"theme",
"color-theme",
"dark",
"flat",
"vibrant"
],
"contributes": {
"themes": [
{
"label": "Yoncé",
"uiTheme": "vs-dark",
"path": "./themes/Yoncé-color-theme.json"
}
]
}
}