Skip to content

Commit

Permalink
Add custom Gallery Banner for VS Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Jun 20, 2024
1 parent d1d79d7 commit f54b474
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -20,6 +20,10 @@
"categories": [
"Themes"
],
"galleryBanner": {
"color": "#1b1b33",
"theme": "dark"
},
"keywords": [
"dark",
"dark theme",
Expand Down

0 comments on commit f54b474

Please sign in to comment.