-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 KB
/
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
50
{
"name": "golden-blue",
"displayName": "Golden-Blue Color Theme",
"description": "Dark blue VScode color theme from Bruno-DaSilva.com based on Tomorrow night's blue",
"publisher": "BrunoDaSilvaThemes",
"author": {
"name": "Bruno DaSilva"
},
"version": "0.0.7",
"engines": {
"vscode": "^1.52.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Brunno-DaSilva/golden-blue-vscode-theme"
},
"bugs": {
"url": "https://github.com/Brunno-DaSilva/golden-blue-vscode-theme/issues"
},
"galleryBanner": {
"color": "#002451",
"theme": "dark"
},
"icon": "images/icon/DEV.png",
"categories": [
"Themes"
],
"keywords": [
"Dark Theme",
"Dark Blue Theme",
"Dracula Dark blue theme",
"VS Code dark theme",
"VSCode theme",
"theme",
"blue theme",
"blue",
"yellow",
"Bruno da silva",
"bruno-dasilva.com"
],
"contributes": {
"themes": [
{
"label": "Golden-Blue Color Theme",
"uiTheme": "vs-dark",
"path": "./themes/BrunoDaSilvaGolden-Blue-color-theme.json"
}
]
}
}