]> 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 a330f57eaeefd97d9b9548133be8019df9c63798..a072f5ef1619fb1fb7d2e8329f73d4c7177b31e6 100644 (file)
@@ -12,7 +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"