1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

fix submodule tab colour

This commit is contained in:
Jesse Duffield
2020-10-10 00:13:04 +11:00
parent 63f6d0c036
commit ef77d7c608

View File

@ -138,6 +138,7 @@ func (gui *Gui) layout(g *gocui.Gui) error {
}
filesView.Highlight = true
filesView.Title = gui.Tr.FilesTitle
filesView.FgColor = textColor
filesView.ContainsList = true
}