Increase the color contrast for selected items (#1340)
I have tested this with both Gruvbox Light & Dark, see the relevant PR for screenshots. Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>mine
parent
f0b540a350
commit
5add5b9ec1
|
|
@ -70,7 +70,7 @@ k9s:
|
||||||
table:
|
table:
|
||||||
fgColor: *foreground
|
fgColor: *foreground
|
||||||
bgColor: *background
|
bgColor: *background
|
||||||
cursorFgColor: *background
|
cursorFgColor: "#fff"
|
||||||
cursorBgColor: *current_line
|
cursorBgColor: *current_line
|
||||||
header:
|
header:
|
||||||
fgColor: *foreground
|
fgColor: *foreground
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue