Improve contrast by changing the table `cursorFgColor` to match the `bgColor` (#1250)
parent
1152133de1
commit
debe2746ec
|
|
@ -70,7 +70,7 @@ k9s:
|
||||||
table:
|
table:
|
||||||
fgColor: *foreground
|
fgColor: *foreground
|
||||||
bgColor: *background
|
bgColor: *background
|
||||||
cursorFgColor: *foreground
|
cursorFgColor: *background
|
||||||
cursorBgColor: *current_line
|
cursorBgColor: *current_line
|
||||||
header:
|
header:
|
||||||
fgColor: *foreground
|
fgColor: *foreground
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue