-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 852 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 852 Bytes
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
{
"name": "tranquility-base",
"displayName": "Tranquility Base",
"description": "Dark & Light themes, easy on the eyes",
"version": "2.0.7",
"publisher": "mike-flanigan",
"repository": {
"type": "git",
"url": "https://github.com/76784/tranquility-base.git"
},
"license": "GNU General Public License v3.0",
"icon": "icon.png",
"keywords": [
"dark",
"light",
"medium contrast",
"mid contrast",
"low contrast",
"easy on eyes",
"eye strain"
],
"engines": {
"vscode": "^1.21.1"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Tranquility Base Dark",
"uiTheme": "vs-dark",
"path": "./themes/tranquility-base-dark-color-theme.json"
},
{
"label": "Tranquility Base Light",
"uiTheme": "vs",
"path": "./themes/tranquility-base-light-color-theme.json"
}
]
}
}