Browse Source

Merge pull request #52 from daniely/master

add minimal coloring for gitcommit highlighting
Pavel Pertsev 11 years ago
parent
commit
ffe202e4e2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      colors/gruvbox.vim

+ 6 - 0
colors/gruvbox.vim

@@ -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: {{{