X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fcolors%2Fdarkblue256.vim;h=497f25658f6ed7f199902a9eacd4e633c14647ae;hb=91f4c218cbcf1e754011dc4b2ed89569407d63c4;hp=9c07fb3c3086e0e62547e5a45bb8477e28abe657;hpb=f98ddcd0af02bf514648880a335fbf0761a337d8;p=profile.git diff --git a/.vim/colors/darkblue256.vim b/.vim/colors/darkblue256.vim index 9c07fb3..497f256 100644 --- a/.vim/colors/darkblue256.vim +++ b/.vim/colors/darkblue256.vim @@ -251,7 +251,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Statement", "ffff60", "", "none") call X("PreProc", "ff80ff", "", "none") call X("Type", "60ff60", "", "none") - call X("Ignore", "", "", "reverse") + call X("Ignore", "ffffff", "", "") endif " vim: set fdl=0 fdm=marker: