-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
66 lines (66 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "firefly",
"displayName": "FireFly Pro",
"description": "A Pure Colorful Dark Theme that Glows in the Night, inspired by Fireflies. Includes 3 dark variants - Firefly (Pro, Dark+ & Midnight)",
"publisher": "ankitcode",
"license": "MIT",
"author": {
"name": "Ankit Mishra",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/ankitmlive/firefly-theme"
},
"bugs": {
"url": "https://github.com/ankitmlive/firefly-theme/issues",
"email": "[email protected]"
},
"version": "5.0.0",
"engines": {
"vscode": "^1.37.0"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"dark",
"firefly",
"awesome",
"pro",
"colorful",
"minimal",
"vscode",
"dark-theme",
"dark+",
"black",
"midnight",
"bright"
],
"homepage": "https://github.com/ankitmlive/firefly-theme",
"icon": "assets/firefly-pro-icon.png",
"galleryBanner": {
"color": "#212733",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "FireFly Pro",
"uiTheme": "vs-dark",
"path": "./themes/firefly-pro.json"
},
{
"label": "FireFly Pro Dark+",
"uiTheme": "vs-dark",
"path": "./themes/firefly-pro-dark.json"
},
{
"label": "FireFly Pro Midnight",
"uiTheme": "vs-dark",
"path": "./themes/firefly-pro-midnight.json"
}
]
}
}