]> git.lizzy.rs Git - micro.git/blob - runtime/colorschemes/simple.micro
Fix resize when prompt is active
[micro.git] / runtime / colorschemes / simple.micro
1 color-link comment "blue"
2 color-link constant "red"
3 color-link identifier "cyan"
4 color-link statement "yellow"
5 color-link symbol "yellow"
6 color-link preproc "magenta"
7 color-link type "green"
8 color-link special "magenta"
9 color-link ignore "default"
10 color-link error ",brightred"
11 color-link todo ",brightyellow"
12 color-link indent-char "black"
13 color-link line-number "yellow"
14 color-link current-line-number "red"
15 color-link gutter-error ",red"
16 color-link gutter-warning "red"
17 #Cursor line causes readability issues. Disabled for now.
18 #color-link cursor-line "white,black"
19 color-link color-column "white"
20 #No extended types. (bool in C)
21 color-link type.extended "default"
22 #No bracket highlighting.
23 color-link symbol.brackets "default"
24 #Color shebangs the comment color
25 color-link preproc.shebang "comment"