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
}