Skip to content

Commit

Permalink
Removed cusor colors that are too light to read (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpeters authored Oct 21, 2021
1 parent 3b28b94 commit 8d47b3d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions skins/dracula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ k9s:
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *current_line
# Header row styles.
header:
fgColor: *foreground
Expand Down
2 changes: 0 additions & 2 deletions skins/monokai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ k9s:
table:
fgColor: *foreground
bgColor: *background
cursorFgColor: *foreground
cursorBgColor: *backgroundOpaque
markColor: *magenta
# Header row styles.
header:
Expand Down
2 changes: 0 additions & 2 deletions skins/nord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ k9s:
table:
fgColor: *foreground
bgColor: default
cursorFgColor: *foreground
cursorBgColor: *current_line
# Header row styles.
header:
fgColor: *foreground
Expand Down
2 changes: 0 additions & 2 deletions skins/snazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ k9s:
table:
fgColor: "#57c7ff"
bgColor: "#282a36"
cursorFgColor: "#57c7ff"
cursorBgColor: "#5af78e"
markColor: darkgoldenrod
header:
fgColor: white
Expand Down

0 comments on commit 8d47b3d

Please sign in to comment.