Skip to content

Instantly share code, notes, and snippets.

@qtip
Forked from anonymous/gitcommit.vim
Created October 16, 2015 01:03
Show Gist options
  • Save qtip/9c9689a633abe03e570a to your computer and use it in GitHub Desktop.
Save qtip/9c9689a633abe03e570a 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