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 /alacritty.yml | |
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 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index a870442e..00e56898 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -221,8 +221,8 @@ # foreground: '#000000' # background: '#ffffff' #focused_match: - # foreground: CellBackground - # background: CellForeground + # foreground: '#ffffff' + # background: '#000000' #bar: # background: '#c5c8c6' |