Removed cusor colors that are too light to read (#1271)

mine
Zach Peters 2021-10-20 23:39:23 -05:00 committed by GitHub
parent 3b28b94bc7
commit 8d47b3dcea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 8 deletions

View File

@ -83,8 +83,6 @@ k9s:
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *current_line
# Header row styles.
header:
fgColor: *foreground

View File

@ -104,8 +104,6 @@ k9s:
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *backgroundOpaque
markColor: *magenta
# Header row styles.
header:

View File

@ -81,8 +81,6 @@ k9s:
table:
fgColor: *foreground
bgColor: default
cursorFgColor: *foreground
cursorBgColor: *current_line
# Header row styles.
header:
fgColor: *foreground

View File

@ -58,8 +58,6 @@ k9s:
table:
fgColor: "#57c7ff"
bgColor: "#282a36"
cursorFgColor: "#57c7ff"
cursorBgColor: "#5af78e"
markColor: darkgoldenrod
header:
fgColor: white