emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/anti-zenburn-theme eed857d 025/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme eed857d 025/151: From zenburn-emacs: add support for git-gutter.
Date: Thu, 21 Oct 2021 18:01:14 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit eed857d30c1e2f4808dc87d27e9046fd29dc0853
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    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 <m00naticus@gmail.com>
-;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]