From d5be6cd99668bfaf0f1e986f928f1ee5d2cd0a4e Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 1 Aug 2021 12:56:31 +0200 Subject: [PATCH] alacritty: make character under cursor visible Using the block cursor was hiding the character under the cursor because I had set the cursor text color to the same as the cursor itself. This commit fixes that. --- files/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index 0569310..169ac5b 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -287,7 +287,7 @@ colors: foreground: '0x93a1a1' # Base1 background: '0x002b36' # Base03 cursor: - text: '0xdc322f' # Red + text: '0x93a1a1' # Base1 cursor: '0xdc322f' # Red normal: black: '0x073642' # Base02