mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-11 08:13:11 +00:00
27 lines
900 B
Text
27 lines
900 B
Text
|
|
#Midnight Commander inspired theme.
|
||
|
|
color-link default "white,blue"
|
||
|
|
color-link comment "bold black"
|
||
|
|
color-link constant "bold white"
|
||
|
|
color-link constant.string "bold yellow"
|
||
|
|
color-link identifier "bold red"
|
||
|
|
color-link statement "bold cyan"
|
||
|
|
color-link symbol "white"
|
||
|
|
color-link symbol.brackets "white"
|
||
|
|
color-link symbol.tag "bold green"
|
||
|
|
color-link preproc "black,cyan"
|
||
|
|
color-link type "green"
|
||
|
|
color-link special "magenta"
|
||
|
|
color-link ignore "default"
|
||
|
|
color-link error ",brightred"
|
||
|
|
color-link todo ",brightyellow"
|
||
|
|
color-link indent-char ",cyan"
|
||
|
|
color-link line-number "green"
|
||
|
|
color-link line-number.scrollbar "white"
|
||
|
|
color-link statusline "black,cyan"
|
||
|
|
color-link tabbar "black,cyan"
|
||
|
|
color-link current-line-number "black,cyan"
|
||
|
|
color-link current-line-number.scroller "cyan"
|
||
|
|
color-link cursor-line "black,cyan"
|
||
|
|
color-link gutter-error ",red"
|
||
|
|
color-link gutter-warning "red"
|
||
|
|
color-link color-column "cyan"
|