-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.3 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
{
"name": "minimalistic-theme",
"displayName": "Minimalistic Theme",
"description": "A minimalistic theme which is color blind friendlly.",
"version": "1.0.8",
"engines": {
"vscode": "^1.74.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "minimalistic light unbordered",
"uiTheme": "vs",
"path": "./themes/minimalistic-light-unbordered-color-theme.json"
},
{
"label": "minimalistic light",
"uiTheme": "vs",
"path": "./themes/minimalistic-light-color-theme.json"
},
{
"label": "minimalistic dark 1F1F1F unbordered",
"uiTheme": "vs-dark",
"path": "./themes/minimalistic-dark-1F1F1F-unbordered-color-theme.json"
},
{
"label": "minimalistic dark 0E1116 unbordered",
"uiTheme": "vs-dark",
"path": "./themes/minimalistic-dark-0E1116-unbordered-color-theme.json"
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/4meepo/vscode-minimalistic-theme.git"
},
"icon": "icon.png",
"publisher": "CaptainGopher"
}