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

@@ -15,7 +15,7 @@ type Colorscheme map[string]tcell.Style
// The current colorscheme
var colorscheme Colorscheme
var preInstalledColors = []string{"default", "solarized", "solarized-tc", "atom-dark-tc", "monokai"}
var preInstalledColors = []string{"default", "solarized", "solarized-tc", "atom-dark-tc", "monokai", "gruvbox"}
// InitColorscheme picks and initializes the colorscheme when micro starts
func InitColorscheme() {