From: Iain Patterson Date: Wed, 22 Jul 2009 09:31:02 +0000 (+0100) Subject: Fixed diff colours. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=b2c3929581298264f08f7a8409349fd653d489bd;p=profile.git Fixed diff colours. Diffs could clash with the underlying syntax. --- diff --git a/.vim/colors/iain.vim b/.vim/colors/iain.vim index 29a6c91..6d0d776 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", "")