diff --git a/CHANGELOG.md b/CHANGELOG.md index eca7d5f..2515e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.0] - 2024-06-20 + +### Added +- Custom Gallery Banner color for Visual Studio Marketplace. + ## [1.3.0] - 2024-06-20 ### Added diff --git a/package.json b/package.json index 080f6a7..671ba73 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "inkpot-gc-vsc", "displayName": "Inkpot GC VSC", "description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.", - "version": "1.3.0", + "version": "1.4.0", "engines": { "vscode": "^1.86.0" }, @@ -20,6 +20,10 @@ "categories": [ "Themes" ], + "galleryBanner": { + "color": "#1b1b33", + "theme": "dark" + }, "keywords": [ "dark", "dark theme",