Add support for git-gutter

This commit is contained in:
Joshua Griffith 2013-03-05 13:12:25 -06:00
parent c4b1bc3ed3
commit 52608343b5
1 changed files with 4 additions and 0 deletions

View File

@ -378,6 +378,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(jabber-roster-user-offline ((t (,@fg-base01))))
(jabber-roster-user-online ((t (,@fmt-bold ,@fg-blue))))
(jabber-roster-user-xa ((t (,@fmt-ital ,@fg-magenta))))
;; git-gutter
(git-gutter:modified ((t (,@fg-violet))))
(git-gutter:added ((t (,@fg-green))))
(git-gutter:deleted ((t (,@fg-red))))
;; gnus - these are taken from mutt, not VIM
(gnus-cite-1 ((t (,@fmt-none ,@fg-blue)))) ; quoted
(gnus-cite-2 ((t (,@fmt-none ,@fg-cyan)))) ; quoted1