1
0
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:
Jesse Duffield
2018-08-10 21:40:21 +10:00
parent c470c1f575
commit 1fded005c4

2
gui.go
View File

@ -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)