mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
switch border color back to black for osx
This commit is contained in:
parent
9858bfe4c3
commit
d9ec6f9890
2
gui.go
2
gui.go
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue