X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fcolors%2Fiain.vim;h=fb32b0774af9900008a7b08c7749b705caaa85a6;hb=b82d709dee82b7e05ae8b9fa87e0eea488da6a3d;hp=f3111cf616168990e5d89d64e3d95c0340cc41b9;hpb=a444a2977d10626b30b822d5b4812d305c9bad22;p=profile.git diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index f3111cf..fb32b07 100644 --- a/.vim/colors/iain.vim +++ b/.vim/colors/iain.vim @@ -1,4 +1,3 @@ -" $Id$ " Mangling for terminal code ripped from desert256. if version > 580 @@ -244,7 +243,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 "call X("WildMenu", "#ffff00", "#000000", "") call X("ModeMsg", "#22cce2", "", "") call X("Question", "#00ff00", "", "none") - call X("NonText", "#0030ff", "", "") + "call X("NonText", "#0030ff", "", "") call X("VertSplit", "#000000", "#a9a9a9", "none") call X("Folded", "#808080", "#000040", "") call X("FoldColumn", "#808080", "#000040", "") @@ -265,6 +264,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Ignore", "#ffffff", "", "") " My stuff. + call X("StatusLineNC", "black", "#808080", "none") call X("WildMenu", "blue", "white", "bold") call X("Todo", "black", "green", "bold") call X("MoreMsg", "#00ff00", "", "none") @@ -286,8 +286,10 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Number", "magenta", "", "bold") call X("Boolean", "darkred", "", "bold") call X("Constant", "darkmagenta", "", "bold") + hi NonText ctermfg=blue cterm=none guifg=blue gui=none call X("SpecialChar", "#ff0000", "", "none") + hi SpecialKey ctermfg=blue cterm=none guifg=blue gui=none call X("Special", "#ff0000", "", "none") call X("Include", "red", "", "none")