]> git.lizzy.rs Git - micro.git/blobdiff - runtime/colorschemes/simple.micro
Merge branch 'patch-3' of https://github.com/pyfisch/micro into pyfisch-patch-3
[micro.git] / runtime / colorschemes / simple.micro
index 22d199502bfde1f7d29e5f0f6b34938ce48667da..a072f5ef1619fb1fb7d2e8329f73d4c7177b31e6 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"
@@ -11,6 +12,17 @@ color-link todo ",brightyellow"
 color-link indent-char "black"
 color-link line-number "yellow"
 color-link current-line-number "red"
+color-link diff-added "green"
+color-link diff-modified "yellow"
+color-link diff-deleted "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"