highlight Type ctermfg=black guifg=black
highlight pythonExceptions ctermfg=darkred guifg=darkred
+ if &diff
+ highlight DiffAdd ctermfg=green ctermbg=grey guifg=green guibg=grey90
+ highlight DiffChange ctermfg=black ctermbg=grey guifg=black guibg=grey90
+ highlight DiffDelete ctermfg=red ctermbg=grey guifg=red guibg=grey90
+ highlight DiffText ctermfg=white ctermbg=magenta guifg=white guibg=magenta
+ endif
+
if &filetype == 'mail'
highlight Statement cterm=none ctermfg=black gui=none guifg=black
highlight Type ctermfg=blue guifg=blue
highlight Type ctermfg=white guifg=white
highlight pythonExceptions ctermfg=red guifg=red
+ if &diff
+ highlight DiffAdd ctermfg=green ctermbg=black guifg=green guibg=black
+ highlight DiffChange ctermfg=white ctermbg=black guifg=black guibg=black
+ highlight DiffDelete ctermfg=red ctermbg=black guifg=red guibg=black
+ highlight DiffText ctermfg=white ctermbg=magenta guifg=white guibg=magenta
+ endif
+
if &filetype == 'mail'
highlight Statement cterm=none ctermfg=white gui=none guifg=white
highlight Type cterm=bold gui=bold
# Adapted from http://shallowsky.com/blog/programming/gitcolors.html
# and http://www.ansdb.com/649-git-colors-for-light-background
[color "branch"]
- current = blue
+ current = green
local = normal
plain = normal
- remote = magenta
- upstream = normal
+ remote = red
+[color "decorate"]
+ HEAD = blue bold
+ tag = blue bold
[color "diff"]
- commit = normal bold
+ commit = yellow
frag = cyan
meta = bold
- new = blue
- old = magenta
+ new = green
+ old = red
plain = normal
whitespace = normal red
-[color "decorate"]
- HEAD = blue
- tag = blue
+#[color "grep"]
+# match = normal
+#[color "interactive"]
+# error = normal
+# header = normal
+# help = normal
+# prompt = normal
[color "status"]
added = blue
- changed = blue
+ changed = red
header = normal
nobranch = red
untracked = red