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

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

[elpa] externals/ef-themes 20c92371f5 116/281: Change magit-tag foregrou


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 20c92371f5 116/281: Change magit-tag foreground for consistency
Date: Tue, 16 Aug 2022 16:58:24 -0400 (EDT)

branch: externals/ef-themes
commit 20c92371f5f69d4106aa4691d66eaffb2689e053
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Change magit-tag foreground for consistency
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 6538c77eea..985e14df36 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -431,7 +431,7 @@ When called from Lisp, THEME is a symbol."
     `(magit-signature-good ((,c :inherit success)))
     `(magit-signature-revoked ((,c :inherit bold :foreground ,warning)))
     `(magit-signature-untrusted ((,c :inherit (bold shadow))))
-    `(magit-tag ((,c :foreground ,constant)))
+    `(magit-tag ((,c :foreground ,accent-3))) ; compare with branches
 ;;;; man
     `(Man-overstrike ((,c :inherit bold :foreground ,accent-0)))
     `(Man-underline ((,c :foreground ,accent-1 :underline t)))



reply via email to

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