-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.16 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
{
"name": "never-be-lost",
"displayName": "Never be lost (night and day theme)",
"description": "Never be lost in the interface of VS Code. Always know where is the focus and distinguish each element thanks to elegants themes.",
"version": "0.4.0",
"publisher": "Fred-Vatin",
"license": "CC-BY-SA-4.0",
"engines": {
"vscode": "^1.92.0"
},
"categories": [
"Themes"
],
"keywords": [
"interface",
"focus",
"elegant"
],
"galleryBanner": {
"color": "#262b31",
"theme": "dark"
},
"icon": "ressources/icon.png",
"bugs": {
"url": "https://github.com/Fred-Vatin/never-be-lost/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Fred-Vatin/never-be-lost.git"
},
"contributes": {
"themes": [
{
"label": "Never be lost (Day)",
"uiTheme": "vs-dark",
"path": "themes/never-be-lost-day-color-theme.json"
},
{
"label": "Never be lost (Night)",
"uiTheme": "vs-dark",
"path": "themes/never-be-lost-night-color-theme.json"
}
]
},
"sponsor": {
"url": "https://github.com/sponsors/Fred-Vatin"
},
"devDependencies": {
"@vscode/vsce": "^2.16.0"
},
"scripts": {
"deploy": "vsce publish --no-yarn"
}
}