Skip to content

Commit

Permalink
#6 - Fixing editor hover widget’s footer low contrasting background (#7)
Browse files Browse the repository at this point in the history
Resolves #6.
  • Loading branch information
rtud authored Feb 18, 2024
2 parents c3e247a + 5f274b5 commit a7e3c72
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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 this project will be documented in this file.
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).

## [0.2.1] - 2024-02-18

### Fixed
- Fixing low contrast making for illegible text/links in the editor hover widget footer (#6)

## [0.2.0] - 2024-02-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"maintainers": [
"rtud (https://github.com/rtud"
],
"version": "0.2.0",
"version": "0.2.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down
4 changes: 2 additions & 2 deletions themes/melange-redux-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"editorHoverWidget.background": "#34302c",
"editorHoverWidget.border": "#867462",
"editorHoverWidget.foreground": "#ece1d7",
"editorHoverWidget.highlightForeground": "#34302c",
"editorHoverWidget.statusBarBackground": "#ece1d7",
"editorHoverWidget.highlightForeground": "#c1a78e",
"editorHoverWidget.statusBarBackground": "#292522",
"editorCommentsWidget.rangeBackground": "#e49b5d25",
"editorCommentsWidget.resolvedBorder": "#867462",
"editorCommentsWidget.unresolvedBorder": "#e49b5d",
Expand Down
2 changes: 1 addition & 1 deletion themes/melange-redux-light-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"editorHoverWidget.border": "#a98a78",
"editorHoverWidget.foreground": "#54433a",
"editorHoverWidget.highlightForeground": "#e9e1db",
"editorHoverWidget.statusBarBackground": "#54433a",
"editorHoverWidget.statusBarBackground": "#f4f0ed",
"editorCommentsWidget.rangeBackground": "#bc5c0025",
"editorCommentsWidget.resolvedBorder": "#a98a78",
"editorCommentsWidget.unresolvedBorder": "#bc5c00",
Expand Down

0 comments on commit a7e3c72

Please sign in to comment.