mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-23 00:39:13 +02:00
revert to using default border color
This commit is contained in:
2
gui.go
2
gui.go
@ -261,7 +261,7 @@ func run() (err error) {
|
|||||||
}
|
}
|
||||||
defer g.Close()
|
defer g.Close()
|
||||||
|
|
||||||
g.FgColor = gocui.ColorMagenta
|
g.FgColor = gocui.ColorDefault
|
||||||
|
|
||||||
goEvery(g, time.Second*60, fetch)
|
goEvery(g, time.Second*60, fetch)
|
||||||
goEvery(g, time.Second*10, refreshFiles)
|
goEvery(g, time.Second*10, refreshFiles)
|
||||||
|
Reference in New Issue
Block a user