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

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

[nongnu] elpa/anti-zenburn-theme d087eb4 101/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme d087eb4 101/151: From zenburn-emacs: adjust magit faces.
Date: Thu, 21 Oct 2021 18:01:32 -0400 (EDT)

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

    From zenburn-emacs: adjust magit faces.
---
 anti-zenburn-theme.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 7b59397..1ea94ba 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -593,9 +593,11 @@
    '(macrostep-macro-face ((t (:underline t))))
 
    ;; magit
-   `(magit-section-title ((t (:foreground ,azenburn-dark-blue :weight bold))))
-   `(magit-branch ((t (:foreground ,azenburn-light-blue :weight bold))))
    `(magit-item-highlight ((t (:background ,azenburn-bg+1))))
+   `(magit-section-title ((t (:foreground ,azenburn-dark-blue :weight bold))))
+   `(magit-process-ok ((t (:foreground ,azenburn-violet :weight bold))))
+   `(magit-process-ng ((t (:foreground ,azenburn-blue :weight bold))))
+   `(magit-branch ((t (:foreground ,azenburn-beige :weight bold))))
    `(magit-log-author ((t (:foreground ,azenburn-light-blue))))
    `(magit-log-sha1 ((t (:foreground ,azenburn-light-blue))))
 



reply via email to

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