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