Improve contrast by changing the table `cursorFgColor` to match the `bgColor` (#1250)

mine
Jacob Dreesen 2021-10-02 19:13:12 +02:00 committed by GitHub
parent 1152133de1
commit debe2746ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ k9s:
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorFgColor: *background
cursorBgColor: *current_line
header:
fgColor: *foreground