-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "plasticine",
"displayName": "Plasticine",
"description": "Theme with support liquid",
"version": "0.5.6",
"engines": {
"vscode": "^1.74.0"
},
"categories": [
"Themes"
],
"keywords": [
"themes",
"dark themes",
"Theme",
"plastic",
"Plasticine",
"liquid"
],
"author": "Oleg Krechkovskiy",
"publisher": "myxlxal",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/OlegKrechkovskiy/plasticine.git",
"repository": {
"type": "git",
"url": "https://github.com/OlegKrechkovskiy/plasticine.git"
},
"bugs": {
"url": "https://github.com/OlegKrechkovskiy/plasticine/issues",
"email": "[email protected]"
},
"icon": "images/icon.png",
"contributes": {
"themes": [
{
"label": "Plasticine",
"uiTheme": "vs-dark",
"path": "./themes/plasticine-color-theme.json"
},
{
"label": "Plasticine Mirage",
"uiTheme": "vs-dark",
"path": "./themes/plasticine-mirage-color-theme.json"
}
]
}
}