mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Use cGray4 instead of cBlue for non-characters so tabs don't stand out quite so much
This commit is contained in:
parent
e64b390560
commit
5ad59fcb54
1 changed files with 1 additions and 1 deletions
|
@ -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,"","")
|
||||
|
|
Loading…
Reference in a new issue