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:
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 New Issue
Block a user