-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 897 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": "dev-themes-francky-iside",
"displayName": "DevThemes pack",
"description": "Color themes inspired by popular devtools and docs",
"version": "0.0.6",
"engines": {
"vscode": "^1.79.0"
},
"license": "MIT",
"icon": "img/logo.png",
"author": {
"name": "Francky Iside",
"email": "hello@franckyiside.eu",
"url": "https://www.linkedin.com/in/franckyiside/"
},
"publisher": "FranckyIside",
"repository": {
"url": "https://gitlab.com/franckyiside/vsc-devthemes",
"type": "git"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Angular Material Doc (Francky Iside)",
"uiTheme": "vs",
"path": "./themes/material-doc.json"
},
{
"label": "Firefox devtools (Francky Iside)",
"uiTheme": "vs-dark",
"path": "./themes/firefox.json"
}
]
}
}