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

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

[nongnu] elpa/alect-themes f399f00 238/269: Add new Magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes f399f00 238/269: Add new Magit faces
Date: Thu, 21 Oct 2021 17:59:26 -0400 (EDT)

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

    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

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