diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index ee0ded3..8d6f5d6 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -115,7 +115,7 @@ endfun call s:C("Keyword",g:cYellow,"","bold") call s:C("Label",g:cRed,"","") 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("PreProc",g:cYellow,"","") call s:C("Question",g:cBlue,"","")