Skip to content

Commit

Permalink
fix: Add missing help menu to gruvbox-dark skin (derailed#1969)
Browse files Browse the repository at this point in the history
The values of almost everything in the skins gruvbox-light and
gruvbox-dark are the same, but gruvbox-dark is missing the values of the
help menu, which looks a bit broken.

This patch copies the values from gruvbox-light to gruvbox-dark so that
it looks fine.
  • Loading branch information
AntonioND authored Feb 11, 2023
1 parent 57a9079 commit a9c6104
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions skins/gruvbox-dark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ k9s:
info:
fgColor: *magenta
sectionColor: *foreground
help:
fgColor: *foreground
bgColor: *background
keyColor: *magenta
numKeyColor: *blue
sectionColor: *green
dialog:
fgColor: *foreground
bgColor: *background
Expand Down

0 comments on commit a9c6104

Please sign in to comment.