Skip to content

Commit c1e238a

Browse files
committed
Fixed gallery banner color in the marketplace page
1 parent 178a9f9 commit c1e238a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
22

3+
## [1.0.1] - 2017-07-23
4+
### Fixed
5+
- Gallery banner color in the marketplace page
6+
37
## [1.0.0] - 2017-07-23
48
- Initial release

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "calamity-vscode",
33
"displayName": "Calamity",
44
"description": "A purple dark theme with medium to high contrast",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"icon": "images/logo.png",
7-
"galleryBanner.color": "#2F2833",
7+
"galleryBanner": {
8+
"color": "#2F2833",
9+
"theme": "dark"
10+
},
811
"publisher": "Pustur",
912
"author": {
1013
"name": "Loris Bettazza",

0 commit comments

Comments
 (0)