micro/runtime/colorschemes/default.micro

17 lines
477 B
Text
Raw Normal View History

2016-03-23 03:43:48 +03:00
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"
2016-08-15 23:35:40 +03:00
color-link current-line-number "red"
color-link gutter-error ",red"
color-link gutter-warning "red"
2016-06-01 17:05:17 +03:00
color-link cursor-line "white"