X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fcolorschemes%2Fsimple.micro;h=a072f5ef1619fb1fb7d2e8329f73d4c7177b31e6;hb=90304fb472fab5a9809feb0d9b23b0930619cf0d;hp=a330f57eaeefd97d9b9548133be8019df9c63798;hpb=fb2bf7a37737a2c9b526144548527735dbef6cdd;p=micro.git diff --git a/runtime/colorschemes/simple.micro b/runtime/colorschemes/simple.micro index a330f57e..a072f5ef 100644 --- a/runtime/colorschemes/simple.micro +++ b/runtime/colorschemes/simple.micro @@ -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"