mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-25 10:20:31 +00:00
25 lines
823 B
Text
25 lines
823 B
Text
|
|
#A colorscheme based on Code::Blocks IDE
|
||
|
|
#but with a white background.
|
||
|
|
color-link default "black,white"
|
||
|
|
color-link comment "bold black"
|
||
|
|
color-link constant "blue"
|
||
|
|
color-link constant.number "bold magenta"
|
||
|
|
color-link constant.string "bold blue"
|
||
|
|
color-link identifier "black"
|
||
|
|
color-link preproc "green"
|
||
|
|
color-link statement "blue"
|
||
|
|
color-link symbol "red"
|
||
|
|
color-link symbol.brackets "blue"
|
||
|
|
color-link type "blue"
|
||
|
|
color-link special "magenta"
|
||
|
|
color-link ignore "default"
|
||
|
|
color-link error "bold white,brightred"
|
||
|
|
color-link todo "bold black,brightyellow"
|
||
|
|
color-link indent-char "bold black"
|
||
|
|
color-link line-number "black,white"
|
||
|
|
color-link statusline "white,red"
|
||
|
|
color-link tabbar "white,red"
|
||
|
|
color-link current-line-number "red,black"
|
||
|
|
color-link gutter-error ",red"
|
||
|
|
color-link gutter-warning "red"
|
||
|
|
color-link color-column "black"
|