-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 861 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": "theme-bluloco-light",
"displayName": "Bluloco Light Theme",
"description": "A fancy but yet sophisticated light designer color scheme / theme.",
"version": "3.7.3",
"publisher": "uloco",
"repository": {
"type": "git",
"url": "https://github.com/uloco/theme-bluloco-light.git"
},
"sponsor": {
"url": "https://github.com/sponsors/uloco"
},
"icon": "icon.png",
"engines": {
"vscode": "^1.10.0"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Bluloco Light",
"uiTheme": "vs",
"path": "./themes/bluloco-light-color-theme.json"
},
{
"label": "Bluloco Light Italic",
"uiTheme": "vs",
"path": "./themes/bluloco-light-italic-color-theme.json"
}
]
},
"devDependencies": {
"shelljs": "^0.8.5"
}
}