mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Rename 'default' colorscheme to 'simple'
This commit also adds an additional name for zenburn as 'default' so you can refer to zenburn as 'default' or as 'zenburn'
This commit is contained in:
16
runtime/colorschemes/simple.micro
Normal file
16
runtime/colorschemes/simple.micro
Normal file
@@ -0,0 +1,16 @@
|
||||
color-link comment "blue"
|
||||
color-link constant "red"
|
||||
color-link identifier "cyan"
|
||||
color-link statement "yellow"
|
||||
color-link preproc "magenta"
|
||||
color-link type "green"
|
||||
color-link special "magenta"
|
||||
color-link ignore "default"
|
||||
color-link error ",brightred"
|
||||
color-link todo ",brightyellow"
|
||||
color-link indent-char "black"
|
||||
color-link line-number "yellow"
|
||||
color-link current-line-number "red"
|
||||
color-link gutter-error ",red"
|
||||
color-link gutter-warning "red"
|
||||
color-link cursor-line "white"
|
||||
Reference in New Issue
Block a user