mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 09:20:23 +00:00
parent
ff31da0d6d
commit
1a5e90c8a2
3 changed files with 43 additions and 1 deletions
|
|
@ -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
19
runtime/colorschemes/zenburn.micro
Normal file
19
runtime/colorschemes/zenburn.micro
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
color-link default "188,237"
|
||||
color-link comment "108,237"
|
||||
color-link constant.string "174,237"
|
||||
color-link constant.number "116,237"
|
||||
color-link constant "181,237"
|
||||
color-link identifier "223,237"
|
||||
color-link statement "187,237"
|
||||
color-link preproc "223,237"
|
||||
color-link type "187,237"
|
||||
color-link special "181,237"
|
||||
color-link underlined "188,237"
|
||||
color-link error "115,236"
|
||||
color-link todo "bold 254,237"
|
||||
color-link statusline "186,236"
|
||||
color-link indent-char "238,237"
|
||||
color-link line-number "188,238"
|
||||
color-link gutter-error "115,236"
|
||||
color-link cursor-line "238"
|
||||
color-link current-line-number "188,237"
|
||||
Loading…
Reference in a new issue