-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "mathab-theme",
"publisher": "EIGFA",
"license": "SEE LICENSE IN LICENSE.txt",
"author": {
"name": "SIHAB",
"url": "https://mrsihab.github.io/portfolio",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/mrsihab/vscode-mathab"
},
"displayName": "Mathab Theme",
"icon": "images/icon.png",
"galleryBanner": {
"color": "#111122",
"theme": "dark"
},
"description": "A lite weight neon theme extension for vs code. I specially desinged it for me as I use a low quality laptop and my favorite color combinations. You can use it.",
"version": "0.1.9",
"pricing": "Free",
"engines": {
"vscode": "^1.91.0"
},
"categories": [
"Themes"
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/mrsihab/vscode-mathab/issues"
},
"homepage": "https://github.com/MrSIHAB/vscode-mathab/blob/main/README.md",
"contributes": {
"themes": [
{
"label": "Mathab Theme",
"uiTheme": "vs-dark",
"path": "themes/mathab-color-theme.json"
}
]
}
}