Add zenburn colorscheme

Closes #214
This commit is contained in:
Zachary Yedidia
2016-08-27 16:09:30 -04:00
parent ff31da0d6d
commit 1a5e90c8a2
3 changed files with 43 additions and 1 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", "gruvbox"}
var preInstalledColors = []string{"default", "solarized", "solarized-tc", "atom-dark-tc", "monokai", "gruvbox", "zenburn"}
// InitColorscheme picks and initializes the colorscheme when micro starts
func InitColorscheme() {

File diff suppressed because one or more lines are too long