X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fcolors%2Fiain.vim;h=0fb251ce599356d87a5441e614d001832d22c717;hb=91f4c218cbcf1e754011dc4b2ed89569407d63c4;hp=02a3b8f4d0f969dc4f43b013c1ad4e9c72798504;hpb=6a4d7771ef379836593080fd303b647ed5a853cb;p=profile.git diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 02a3b8f..0fb251c 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 @@ -245,15 +244,15 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("ModeMsg", "#22cce2", "", "") call X("Question", "#00ff00", "", "none") "call X("NonText", "#0030ff", "", "") - call X("VertSplit", "#000000", "#a9a9a9", "none") + call X("VertSplit", "#000000", "#808080", "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") call X("DiffText", "", "#ff0000", "bold") - call X("Cursor", "#000000", "#ffff00", "") + call X("Cursor", "#000000", "#00ff00", "") call X("lCursor", "#000000", "#ffffff", "") "call X("Comment", "#80a0ff", "", "") "call X("Constant", "#ffa0a0", "", "") @@ -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") @@ -275,6 +275,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Operator", "#e0e000", "", "none") call X("Statement", "#ffff00", "", "none") + call X("Pmenu", "#ffffff", "#287eff", "") + hi Comment ctermfg=lightblue cterm=none guifg=#80a0ff gui=none call X("Function", "darkgreen", "", "none") @@ -305,6 +307,12 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 hi link shShellVariables Identifier " Fix up Perl stuff. + + " Signs to highlight marks. + call X("MarkLine", "", "#2e2e2e", "") + call X("MarkDot", "red", "#2e2e2e", "") + call X("MarkSign", "lightblue", "#2e2e2e", "") + hi! link SignColumn LineNr endif " vim: set fdl=0 fdm=marker: