File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to the Inkpot GC VSC extension will be documented in this fi
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.4.0] - 2024-06-20
9
+
10
+ ### Added
11
+ - Custom Gallery Banner color for Visual Studio Marketplace.
12
+
8
13
## [ 1.3.0] - 2024-06-20
9
14
10
15
### Added
Original file line number Diff line number Diff line change 2
2
"name" : " inkpot-gc-vsc" ,
3
3
"displayName" : " Inkpot GC VSC" ,
4
4
"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" ,
6
6
"engines" : {
7
7
"vscode" : " ^1.86.0"
8
8
},
20
20
"categories" : [
21
21
" Themes"
22
22
],
23
+ "galleryBanner" : {
24
+ "color" : " #1b1b33" ,
25
+ "theme" : " dark"
26
+ },
23
27
"keywords" : [
24
28
" dark" ,
25
29
" dark theme" ,
You can’t perform that action at this time.
0 commit comments