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

    Add new Magit faces
---
 alect-themes.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 22c93aa..063c410 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1161,7 +1161,11 @@ For INVERT, see `alect-get-color'."
          (magit-signature-good              ((,c :foreground ,(gc 'green-1))))
          (magit-signature-bad               ((,c :foreground ,(gc 'red-1))))
          (magit-signature-untrusted         ((,c :foreground ,(gc 'cyan-1))))
+         (magit-signature-expired           ((,c :foreground ,(gc 'yellow))))
+         (magit-signature-revoked           ((,c :foreground ,(gc 'magenta))))
+         (magit-signature-error             ((,c :inherit error)))
          (git-rebase-hash                   ((,c :inherit magit-hash)))
+         (git-rebase-comment-heading        ((,c :inherit alect-title)))
          (git-commit-summary                ((,c :weight bold)))
          (git-commit-comment-branch         ((,c :foreground ,(gc 'blue))))
          (git-commit-comment-file           ((,c :inherit default)))

Reply via email to