-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 913 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
{
"name": "fluorite-theme",
"displayName": "💎Fluorite Theme",
"description": "💜 The theme for purple color lovers! 👾",
"icon": "assets/fluorite-icon.png",
"version": "1.2.6",
"publisher": "rnbsov",
"repository": {
"type": "git",
"url": "https://github.com/Rnbsov/fluorite-theme"
},
"homepage": "https://github.com/Rnbsov/fluorite-theme",
"engines": {
"vscode": "^1.58.0"
},
"scripts": {
"publish": "vsce package && vsce publish"
},
"categories": [
"Themes"
],
"keywords": [
"theme",
"fluorite",
"rnbsov",
"purple",
"green",
"gem",
"italic",
"dark",
"bold"
],
"galleryBanner": {
"color": "#0d1117",
"theme": "dark"
},
"contributes": {
"themes": [
{
"label": "💎Fluorite Theme",
"uiTheme": "vs-dark",
"path": "./themes/fluorite-color-theme.json"
}
]
}
}