X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.vim%2Fcolors%2Fiain.vim;h=1693e2e499c840d287966115d682fe9477212b8a;hb=3355282d8c651fa4e8cf4c819095e47b9fb4bfeb;hp=29a6c91004851d96a0606fab1456730faafadf72;hpb=336bb5576a3e00cfcd1fba0c51a8c9ed8198299f;p=profile.git diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 29a6c91..1693e2e 100644 --- a/.vim/colors/iain.vim +++ b/.vim/colors/iain.vim @@ -248,10 +248,10 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Folded", "#808080", "#303030", "") call X("FoldColumn", "#808080", "#303030", "") 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("DiffAdd", "", "#008bff", "") + call X("DiffChange", "", "#8b008b", "") + call X("DiffDelete", "#008b8b", "#303030", "") + call X("DiffText", "#ffffff", "#ff0000", "none") call X("Cursor", "#000000", "#00ff00", "") call X("CursorLine", "", "#2e2e2e", "none") call X("lCursor", "#000000", "#ffffff", "") @@ -268,7 +268,8 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 hi def Normal guifg=#c0c0c0 guibg=#000020 call X("StatusLineNC", "black", "#808080", "none") - call X("StatusLine", "white", "#000080", "bold") + call X("StatusLine", "white", "#000080", "none") + call X("User1", "white", "#000080", "bold") call X("WildMenu", "blue", "white", "bold") call X("Todo", "black", "green", "bold") call X("MoreMsg", "#00ff00", "", "none") @@ -330,6 +331,17 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 hi link treeClosable treeDirSlash hi link treePart treeDirSlash hi link treePartFile treeDirSlash + + " Fix up BufExplorer stuff. + hi link bufExplorerHelp String + hi link bufExplorerSortBy Statement + hi link bufExplorerMapping Identifier + hi link bufExplorerTitle Statement + hi link bufExplorerActBuf Directory + hi link bufExplorerAltBuf String + hi link bufExplorerCurBuf Type + hi link bufExplorerUnlBuf Comment + hi link bufExplorerBufNbr Normal endif " vim: set fdl=0 fdm=marker: