-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
36 lines (36 loc) · 877 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
{
"name": "fairyfloss",
"displayName": "fairyfloss",
"description": "fairy floss text editor theme by sailorhg - http://sailorhg.github.io/fairyfloss",
"version": "0.2.2",
"publisher": "nopjmp",
"engines": {
"vscode": "^1.17.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "fairyfloss",
"uiTheme": "vs-dark",
"path": "./themes/fairyfloss-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/nopjmp/vscode-fairyfloss.git"
},
"keywords": [
"vs-code",
"theme",
"fairyfloss"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nopjmp/vscode-fairyfloss/issues"
},
"icon": "assets/icon.png"
}