branch: externals/aircon-theme
commit eb91bfe7348d3b97417a1a2d5cffd4bbd526f812
Author: Gregory Chamberlain <g...@cosine.blue>
Commit: Gregory Chamberlain <g...@cosine.blue>

    Style magit-process faces
---
 aircon-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aircon-theme.el b/aircon-theme.el
index 91e1869170..ac780a2220 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -251,6 +251,9 @@
  '(magit-diff-file-heading-highlight     ((t (:inherit (aircon-header)))))
  '(magit-diff-revision-summary-highlight ((t (:inherit (aircon-header)))))
 
+ '(magit-process-ok              ((t (:inherit (success)))))
+ '(magit-process-ng              ((t (:inherit (error)))))
+
  '(dired-directory      ((t (:inherit (aircon-cello bold)))))
  '(dired-header         ((t (:inherit (dired-directory)))))
  '(dired-symlink        ((t (:inherit (italic link)))))

Reply via email to