-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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
33
34
35
36
37
38
{
"name": "layers-theme",
"displayName": "Layers Theme",
"description": "A theme made by shapers",
"version": "0.2.5",
"publisher": "Layers",
"icon": "icone-verde.png",
"repository": {
"type": "git",
"url": "https://github.com/layers-digital/layers-theme"
},
"keywords": [
"theme",
"layers",
"shapers",
"layers theme"
],
"engines": {
"vscode": "^1.65.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Layers Theme Dark",
"uiTheme": "vs",
"path": "./themes/Layers Dark-color-theme.json"
},
{
"label": "Layers Theme Light",
"uiTheme": "vs",
"path": "./themes/Layers Light-color-theme.json"
}
]
}
}