branch: elpa/alect-themes
commit 4c471926e4b6643cf89b94a607331296a792ed2c
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    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