Skip to content

Commit

Permalink
Merge pull request #52 from daniely/master
Browse files Browse the repository at this point in the history
add minimal coloring for gitcommit highlighting
  • Loading branch information
morhetz committed Mar 2, 2015
2 parents cbe381d + bf7928a commit ffe202e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,12 @@ else
call s:HL('GitGutterChangeDelete', 'aqua', g:gruvbox_sign_column, 'inverse')
endif

" }}}
" gitcommit highlighting "{{{

call s:HL('gitcommitSelectedFile', 'green')
call s:HL('gitcommitDiscardedFile', 'red')

" }}}
" Signify: {{{

Expand Down

0 comments on commit ffe202e

Please sign in to comment.