forked from mubaidr/vscode-minimal-mist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"author": {
"email": "[email protected]",
"name": "Muhammad Ubaid Raza",
"url": "http://mubaidr.js.org"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Minimal Mist",
"path": "./themes/light.json",
"uiTheme": "vs"
},
{
"label": "Minimal Mist Alternative",
"path": "./themes/light-alternate.json",
"uiTheme": "vs"
},
{
"label": "Minimal Mist Amber",
"path": "./themes/amber.json",
"uiTheme": "vs"
},
{
"label": "Minimal Mist White",
"path": "./themes/white.json",
"uiTheme": "vs"
},
{
"label": "Minimal Mist Dark",
"path": "./themes/dark.json",
"uiTheme": "vs-dark"
}
]
},
"description": "Experience a breath of fresh air with Minimal Mist, a VSCode theme designed for those who appreciate simplicity and elegance.",
"displayName": "Minimal Mist",
"engines": {
"vscode": "^1.54.0"
},
"galleryBanner": {
"color": "#f6f5f0",
"theme": "light"
},
"homepage": "https://github.com/mubaidr/vscode-minimal-mist",
"icon": "media/icon.png",
"keywords": [
"minimal",
"mist",
"clean",
"theme",
"vscode",
"visual-studio-code",
"color",
"syntax",
"highlighting"
],
"license": "Apache-2.0",
"name": "minimal-mist",
"publisher": "mubaidr",
"repository": {
"type": "git",
"url": "git+https://github.com/mubaidr/vscode-minimal-mist.git"
},
"version": "1.4.5"
}