mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Make numbers red again
This commit is contained in:
parent
abded7993c
commit
b1566d2113
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ endfun
|
||||||
call s:C("Keyword",g:cYellow,"","bold")
|
call s:C("Keyword",g:cYellow,"","bold")
|
||||||
call s:C("Label",g:cRed,"","")
|
call s:C("Label",g:cRed,"","")
|
||||||
call s:C("NonText",g:cBlue,"","")
|
call s:C("NonText",g:cBlue,"","")
|
||||||
call s:C("Number",g:cYellow,"","bold")
|
call s:C("Number",g:cRed,"","bold")
|
||||||
call s:C("Operator",g:cRed,"","")
|
call s:C("Operator",g:cRed,"","")
|
||||||
call s:C("PreProc",g:cYellow,"","")
|
call s:C("PreProc",g:cYellow,"","")
|
||||||
call s:C("Question",g:cBlue,"","")
|
call s:C("Question",g:cBlue,"","")
|
||||||
|
|
Loading…
Reference in a new issue