Add gruvbox colorscheme

This commit is contained in:
Zachary Yedidia
2016-08-21 14:40:39 -07:00
parent ca4be706ac
commit c340e6d48d
4 changed files with 41 additions and 4 deletions

View File

@@ -289,6 +289,8 @@ func main() {
}()
for {
// Display everything
RedrawAll()
var event tcell.Event
@@ -341,8 +343,5 @@ func main() {
// Send it to the view
CurView().HandleEvent(event)
}
// Display everything
RedrawAll()
}
}