Explorar el Código

add minimal coloring for gitcommit highlighting

Daniel hace 11 años
padre
commit
bf7928aa7a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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: {{{