X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fcolors%2Fiain.vim;h=bb2d3f0805f7819c62e4c7b30de93b9e8b3743da;hb=684ac378caf020ef169eb36ed0be25afef087cb7;hp=f3111cf616168990e5d89d64e3d95c0340cc41b9;hpb=a444a2977d10626b30b822d5b4812d305c9bad22;p=profile.git diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index f3111cf..bb2d3f0 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,11 +243,11 @@ 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", "") - call X("LineNr", "#90f020", "", "") + call X("LineNr", "#90f020", "#303030", "") call X("DiffAdd", "#00008b", "", "") call X("DiffChange", "#8b008b", "", "") call X("DiffDelete", "#0000ff", "#008b8b", "bold") @@ -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")