Skip to content

Commit

Permalink
Fix invisible code by changing match highlight background from orange…
Browse files Browse the repository at this point in the history
… to purple
  • Loading branch information
mattmaniak committed Jun 30, 2024
1 parent ab07ad6 commit d83407a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Find Match Highlight Background and Border colors that made some found code invisible.
- Find Match Highlight Background that made some found code invisible when matched.

## [1.4.1] - 2024-06-26

Expand Down
4 changes: 2 additions & 2 deletions themes/inkpot-gc-vsc-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@

// Editor
"editor.findMatchBackground": "#3e3e75",
"editor.findMatchBorder": "#f0ad6d", // to fix
"editor.findMatchHighlightBackground": "#f0ad6d", // to fix
"editor.findMatchBorder": "#f0ad6d",
"editor.findMatchHighlightBackground": "#3e3e75",
"editor.foldBackground": "#3e3e75",
"editor.inactiveSelectionBackground": "#3e3e75",
"editor.lineHighlightBorder": "#8b8bcd",
Expand Down

0 comments on commit d83407a

Please sign in to comment.