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.
This commit is contained in:
Fernando Schauenburg 2021-08-01 12:56:31 +02:00
parent 083ac8d90e
commit d5be6cd996

View file

@ -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