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:
parent
083ac8d90e
commit
d5be6cd996
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue