mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix submodule tab colour
This commit is contained in:
parent
63f6d0c036
commit
ef77d7c608
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue