1
0
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:
Jesse Duffield 2018-08-06 16:31:24 +10:00
parent b1e6735d8d
commit e5f0a89bf1

4
gui.go
View File

@ -296,8 +296,8 @@ func layout(g *gocui.Gui) error {
if err != gocui.ErrUnknownView { if err != gocui.ErrUnknownView {
return err return err
} }
v.BgColor = gocui.ColorBlue v.BgColor = gocui.ColorDefault
v.FgColor = gocui.ColorWhite v.FgColor = gocui.ColorBlue
v.Frame = false v.Frame = false
v.Title = "Options" v.Title = "Options"