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

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

[nongnu] elpa/alect-themes 4c47192 080/269: Add new (process) faces for


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 4c47192 080/269: Add new (process) faces for magit
Date: Thu, 21 Oct 2021 17:58:54 -0400 (EDT)

branch: elpa/alect-themes
commit 4c471926e4b6643cf89b94a607331296a792ed2c
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add new (process) faces for magit
---
 alect-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 50cd893..6cedec9 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -757,6 +757,8 @@ For INVERT, see `alect-get-color'."
        (magit-log-reflog-label-merge       ((t :foreground ,(gc 'blue-2) 
:weight bold)))
        (magit-cherry-unmatched             ((t :foreground ,(gc 'red+2))))
        (magit-cherry-equivalent            ((t :foreground ,(gc 'cyan+2))))
+       (magit-process-ok                   ((t :foreground ,(gc 'green))))
+       (magit-process-ng                   ((t :foreground ,(gc 'red))))
 
        ;; markdown mode
        (markdown-header-face           ((t :inherit alect-title-1)))



reply via email to

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