Skip to content

Commit f54b474

Browse files
committed
Add custom Gallery Banner for VS Marketplace
1 parent d1d79d7 commit f54b474

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.0] - 2024-06-20
9+
10+
### Added
11+
- Custom Gallery Banner color for Visual Studio Marketplace.
12+
813
## [1.3.0] - 2024-06-20
914

1015
### Added

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "inkpot-gc-vsc",
33
"displayName": "Inkpot GC VSC",
44
"description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.",
5-
"version": "1.3.0",
5+
"version": "1.4.0",
66
"engines": {
77
"vscode": "^1.86.0"
88
},
@@ -20,6 +20,10 @@
2020
"categories": [
2121
"Themes"
2222
],
23+
"galleryBanner": {
24+
"color": "#1b1b33",
25+
"theme": "dark"
26+
},
2327
"keywords": [
2428
"dark",
2529
"dark theme",

0 commit comments

Comments
 (0)