branch: elpa/anti-zenburn-theme
commit eed857d30c1e2f4808dc87d27e9046fd29dc0853
Author: Andrey Kotlarski <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
From zenburn-emacs: add support for git-gutter.
---
anti-zenburn-theme.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 2300b3f..3310441 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -1,7 +1,7 @@
;;; anti-zenburn-theme.el --- Low-contrast Zenburn-inverted theme
;; Author: Andrey Kotlarski <[email protected]>
-;; URL: https://github.com/m00natic/anti-zenburn
+;; URL: https://github.com/m00natic/anti-zenburn-theme
;; Version: 1.7
;; This program is free software; you can redistribute it and/or modify
@@ -246,6 +246,11 @@
`(erc-timestamp-face ((t (:foreground ,azenburn-violet+1))))
`(erc-underline-face ((t (:underline t))))
+ ;; git-gutter
+ `(git-gutter:added ((,class (:foreground ,azenburn-violet :weight bold
:inverse-video t))))
+ `(git-gutter:deleted ((,class (:foreground ,azenburn-blue :weight bold
:inverse-video t))))
+ `(git-gutter:modified ((,class (:foreground ,azenburn-green :weight bold
:inverse-video t))))
+
;; gnus
`(gnus-group-mail-1 ((t (:bold t :inherit gnus-group-mail-1-empty))))
`(gnus-group-mail-1-empty ((t (:inherit gnus-group-news-1-empty))))