mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
switch border color back to black for osx
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user