-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 941 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bluenight",
"displayName": "Blue Night",
"description": "A minimalist blue theme for Visual Studio Code",
"publisher": "thiagobessimo",
"author": {
"name": "Thiago P B Bessimo"
},
"icon": "logo.png",
"galleryBanner": {
"color": "#2080ff",
"theme": "dark"
},
"keywords": [
"Blue Night",
"Blue Day",
"Dark Theme",
"Light Theme",
"Cool Theme",
"Blue Theme",
"Minimalist",
"Minimalism"
],
"version": "1.0.1",
"engines": {
"vscode": "^1.71.0"
},
"categories": [
"Themes"
],
"repository": {
"type": "git",
"url": "https://github.com/thiagobessimo/bluenight"
},
"contributes": {
"themes": [
{
"label": "Blue Night",
"uiTheme": "vs-dark",
"path": "./themes/blue-night.json"
},
{
"label": "Blue Day",
"uiTheme": "vs",
"path": "./themes/blue-day.json"
}
]
}
}