From 8e32bc86184f56edb05c55dc02e7020f3db1ed56 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 10 Aug 2020 19:24:34 +0100 Subject: [PATCH] alacritty: retain foreground colour during selection This mirrors the old behaviour of Termite, which I think I prefer the look of. Signed-off-by: Joe Groocock --- .config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 1f41147..41c1830 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -210,7 +210,7 @@ colors: # background is unset, selection color will be the inverse of the cell colors. # If only text is unset the cell text color will remain the same. selection: - # text: '#eaeaea' + text: CellForeground background: '#5294e2' # Normal colors