-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "fairyfloss",
"displayName": "fairyfloss complete",
"description": "complete UI & editor theme for visual studio code based on the editor theme by sailorhg (http://sailorhg.github.io/fairyfloss)",
"version": "0.0.6",
"publisher": "mintchipleaf",
"engines": {
"vscode": "^1.12.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"fairyfloss",
"vscode",
"pastel",
"cute",
"monochrome"
],
"homepage": "https://github.com/mintchipleaf/fairyfloss-vscode/blob/master/README.md",
"repository": {
"type": "git",
"url": "https://github.com/mintchipleaf/fairyfloss-vscode.git"
},
"icon": "assets/icon.png",
"galleryBanner": {
"color": "#5a5475",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "fairyfloss complete",
"uiTheme": "vs-dark",
"path": "./themes/fairyfloss-color-theme.json"
}
]
}
}