-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 874 Bytes
/
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
{
"publisher": "NicolaiVerbaarschot",
"name": "alabaster-variant-theme",
"repository": {
"type": "git",
"url": "https://github.com/TheFoolishPupil/alabaster-variant-theme.git"
},
"displayName": "Alabaster Variant Theme",
"description": "A theme set inspired by Tonsky's Alabaster",
"version": "0.0.6",
"engines": {
"vscode": "^1.62.0"
},
"categories": [
"Themes"
],
"icon": "icon.png",
"contributes": {
"themes": [
{
"label": "Alabaster Dark",
"uiTheme": "vs-dark",
"path": "./themes/Alabaster Dark-color-theme.json"
},
{
"label": "Alabaster Light",
"uiTheme": "vs",
"path": "./themes/Alabaster Light-color-theme.json"
}
]
}
}