]> git.lizzy.rs Git - micro.git/blobdiff - runtime/colorschemes/simple.micro
Fix indent char styling
[micro.git] / runtime / colorschemes / simple.micro
index c4903579324ce530b87fcdfbd9c8ecac8a8ad27a..6bda2f44866c5bd6a4aab4c7db1e627c2bab536e 100644 (file)
@@ -2,6 +2,7 @@ color-link comment "blue"
 color-link constant "red"
 color-link identifier "cyan"
 color-link statement "yellow"
+color-link symbol "yellow"
 color-link preproc "magenta"
 color-link type "green"
 color-link special "magenta"
@@ -13,5 +14,12 @@ 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"
+#Cursor line causes readability issues. Disabled for now.
+#color-link cursor-line "white,black"
 color-link color-column "white"
+#No extended types. (bool in C)
+color-link type.extended "default"
+#No bracket highlighting.
+color-link symbol.brackets "default"
+#Color shebangs the comment color
+color-link preproc.shebang "comment"