1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00

switch border color back to black for osx

This commit is contained in:
Jesse Duffield 2018-08-08 21:53:28 +10:00
parent 9858bfe4c3
commit d9ec6f9890

2
gui.go
View File

@ -74,7 +74,7 @@ func layout(g *gocui.Gui) error {
g.Highlight = true
g.SelFgColor = gocui.ColorWhite | gocui.AttrBold
if runtime.GOOS != "windows" && runtime.GOOS != "linux" {
g.FgColor = gocui.ColorDefault
g.FgColor = gocui.ColorBlack
}
width, height := g.Size()
leftSideWidth := width / 3