Fix cursor foreground in WezTerm (#177)

This commit is contained in:
x0ba 2023-10-22 11:13:26 -07:00 committed by GitHub
parent b2f73724d1
commit 71c2eb2214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ in {
brights = [ base03 base08 base0B base0A base0D base0E base0C base07 ];
background = base00;
cursor_bg = base05;
cursor_fg = base05;
cursor_fg = base00;
compose_cursor = base06;
foreground = base05;
scrollbar_thumb = base01;