We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178a9f9 commit c1e238aCopy full SHA for c1e238a
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Change Log
2
3
+## [1.0.1] - 2017-07-23
4
+### Fixed
5
+- Gallery banner color in the marketplace page
6
+
7
## [1.0.0] - 2017-07-23
8
- Initial release
package.json
@@ -2,9 +2,12 @@
"name": "calamity-vscode",
"displayName": "Calamity",
"description": "A purple dark theme with medium to high contrast",
- "version": "1.0.0",
+ "version": "1.0.1",
"icon": "images/logo.png",
- "galleryBanner.color": "#2F2833",
+ "galleryBanner": {
+ "color": "#2F2833",
9
+ "theme": "dark"
10
+ },
11
"publisher": "Pustur",
12
"author": {
13
"name": "Loris Bettazza",
0 commit comments