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()
g.FgColor = gocui.ColorMagenta
g.FgColor = gocui.ColorDefault
goEvery(g, time.Second*60, fetch)
goEvery(g, time.Second*10, refreshFiles)