branch: elpa/ujelly-theme
commit bf724ce7806a738d2043544061e5f9bbfc56e674
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add customizations for magit-mode-line-process*
---
ujelly-theme.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 8f96914..5e565bf 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -166,6 +166,8 @@
`(magit-diffstat-removed ((,class (:foreground ,ujelly-red-0))))
`(magit-hash ((,class (:foreground ,ujelly-red-0))))
`(magit-log-author ((,class (:foreground ,ujelly-yellow-0))))
+ `(magit-mode-line-process ((,class (:foreground ,ujelly-yellow-0))))
+ `(magit-mode-line-process-error ((,class (:foreground ,ujelly-red-0))))
`(magit-popup-argument ((,class (:foreground ,ujelly-red-0))))
`(magit-popup-disabled-argument ((,class (:foreground ,ujelly-grey-0))))
`(magit-section-highlight ((,class (:background ,ujelly-grey-2))))