summaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/colors/jellybeans.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/colors/jellybeans.vim b/.vim/colors/jellybeans.vim
index c8f19e4..bc4ce99 100644
--- a/.vim/colors/jellybeans.vim
+++ b/.vim/colors/jellybeans.vim
@@ -392,6 +392,13 @@ call s:X("DiffDelete","40000A","700009","","DarkRed","DarkRed")
call s:X("DiffChange","","00005F","","White","DarkBlue")
call s:X("DiffText","","0000D7","","Yellow","")
+if has("gui_running")
+ call s:X("DiffAdd","","005000","","White","DarkGreen")
+ call s:X("DiffDelete","200000","700009","","DarkRed","DarkRed")
+ call s:X("DiffChange","","000040","","White","DarkBlue")
+ call s:X("DiffText","","0000A0","","Yellow","")
+endif
+
" PHP
hi! link phpFunctions Function