Skip to content

Instantly share code, notes, and snippets.

Created October 16, 2015 01:01
Show Gist options
  • Save anonymous/75de921f7f3a02e71b16 to your computer and use it in GitHub Desktop.
Save anonymous/75de921f7f3a02e71b16 to your computer and use it in GitHub Desktop.
Put this file in `~/.vim/after/syntax` and name it `gitcommit.vim`
hi diffAdded ctermfg=green cterm=bold
hi diffRemoved ctermfg=red cterm=bold
hi diffLine ctermfg=magenta cterm=bold
hi diffFile ctermfg=yellow cterm=bold
hi diffSubname ctermfg=white
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment