Fix cursor foreground in WezTerm (#177)
This commit is contained in:
parent
b2f73724d1
commit
71c2eb2214
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue