mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-08 23:56:15 +02:00
better contrast for bottom options banner
This commit is contained in:
parent
b1e6735d8d
commit
e5f0a89bf1
4
gui.go
4
gui.go
@ -296,8 +296,8 @@ func layout(g *gocui.Gui) error {
|
||||
if err != gocui.ErrUnknownView {
|
||||
return err
|
||||
}
|
||||
v.BgColor = gocui.ColorBlue
|
||||
v.FgColor = gocui.ColorWhite
|
||||
v.BgColor = gocui.ColorDefault
|
||||
v.FgColor = gocui.ColorBlue
|
||||
v.Frame = false
|
||||
v.Title = "Options"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user