1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +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 {
return err
}
v.BgColor = gocui.ColorBlue
v.FgColor = gocui.ColorWhite
v.BgColor = gocui.ColorDefault
v.FgColor = gocui.ColorBlue
v.Frame = false
v.Title = "Options"