Use cGray4 instead of cBlue for non-characters so tabs don't stand out quite so much

This commit is contained in:
Kevin MacMartin 2024-03-28 16:35:46 -04:00
parent e64b390560
commit 5ad59fcb54

View file

@ -125,7 +125,7 @@ endfun
call s:C("Identifier",g:cBlue,"","bold")
call s:C("Keyword",g:cBlue,"","bold")
call s:C("Label",g:cRed,"","")
call s:C("NonText",g:cBlue,"","")
call s:C("NonText",g:cGray4,"","")
call s:C("Number",g:cRed,"","bold")
call s:C("Operator",g:cRed,"","")
call s:C("PreProc",g:cYellow,"","")