Skip to content

Commit

Permalink
Make menu foreground brighter.
Browse files Browse the repository at this point in the history
Gives better control through color settings in skins and helps make the text readable.
  • Loading branch information
albertgustavsson committed Nov 13, 2024
1 parent 9984e3f commit aa80b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
menuIndexFmt = " [key:-:b]<%d> [fg:-:d]%s "
menuIndexFmt = " [key:-:b]<%d> [fg:-:-]%s "
maxRows = 6
)

Expand Down

0 comments on commit aa80b8c

Please sign in to comment.