diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2021-04-30 18:16:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 22:16:48 +0000 |
commit | e3818a226c79f263d6e19fe83f411b199f7e55ef (patch) | |
tree | 7c526bee928fe084a65961df7dcdef36389e117b /CHANGELOG.md | |
parent | e2a853b1a787e63b401bcb518cc0edebcec4e958 (diff) | |
download | alacritty-e3818a226c79f263d6e19fe83f411b199f7e55ef.tar.gz alacritty-e3818a226c79f263d6e19fe83f411b199f7e55ef.zip |
Use cell colors for focused match CellRgb
Fixes #5022.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ed914a19..82526473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - The vi mode cursor is now created in the top-left if the terminal cursor is invisible +- Focused search match will use cell instead of match colors for CellForeground/CellBackground ### Fixed |