Skip to content

Commit

Permalink
Add icon, fix focus border
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Jun 5, 2024
1 parent 18da150 commit f21a51b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2.0] - 2024-06-05

### Added
- A Marketplace icon.

### Fixed
- Non-contrasting focus border to much brighter one.

## [1.1.3] - 2024-06-05

### Added
Expand Down
3 changes: 3 additions & 0 deletions icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"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.1.3",
"version": "1.2.0",
"engines": {
"vscode": "^1.86.0"
},
"icon": "./icon.png",
"homepage": "https://github.com/mattmaniak/inkpot-gc-vsc",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion themes/inkpot-gc-vsc-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// General
"editor.background": "#1b1b33",
"editor.foreground": "#5ed378",
"focusBorder": "#1b1b33",
"focusBorder": "#8b8bcd",
"foreground": "#8b8bcd",
"progressBar.background": "#eeeeee",
"scrollbar.shadow": "#3e3e75",
Expand Down

0 comments on commit f21a51b

Please sign in to comment.