diff --git a/vim/colors/base-grey.vim b/vim/colors/base-grey.vim index 9a49574..9f6bfa2 100644 --- a/vim/colors/base-grey.vim +++ b/vim/colors/base-grey.vim @@ -151,7 +151,7 @@ hi! Underlined cterm=underline term=underline gui=underline hi! Ignore guifg=NONE -hi! Error guifg=#ee0000 cterm=bold gui=bold +hi! Error guifg=#ee0000 cterm=bold gui=bold hi! Noise guifg=#333333 @@ -391,6 +391,11 @@ hi! def link yamlFlowIndicator Noise hi! def link confComment Comment ""}}} +"" extra whitespace +""{{{ +hi! def link ExtraWhitespace SpellCap +""}}} + """"""""""""""""""""""""""""""""""""""""" " following are to be done """"""""""""""""""""""""""""""""""""""""" @@ -427,11 +432,6 @@ hi! def link confComment Comment "hi! def link jsonQuote mNoise ""}}} -"" extra whitespace -""{{{ -"hi! def link ExtraWhitespace CRWarning -""}}} - "" quickfix ""{{{ "hi! def link qfFilename mNoiseBright