forked from perragnar/light-plus-tweaked
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "light-plus-tweaked",
"displayName": "Default+ Tweaked",
"description": "A UI tweak of the Light+ and Dark+ themes. Previously Light+ Tweaked.",
"repository": {
"type": "git",
"url": "https://github.com/perragnar/light-plus-tweaked"
},
"version": "1.1.16",
"publisher": "perragnaredin",
"galleryBanner": {
"color": "#2e3844",
"theme": "dark"
},
"icon": "images/logo.png",
"engines": {
"vscode": "^1.40.0"
},
"categories": [
"Themes"
],
"keywords": [
"Light+",
"Dark+",
"light",
"dark",
"Light+ Tweaked",
"Dark+ Tweaked"
],
"contributes": {
"themes": [
{
"label": "Light+ Tweaked",
"uiTheme": "vs",
"path": "./themes/Light+ Tweaked-color-theme.json"
},
{
"label": "Dark+ Tweaked",
"uiTheme": "vs-dark",
"path": "./themes/Dark+ Tweaked-color-theme.json"
}
]
}
}