branch: externals/ef-themes
commit 20c92371f5f69d4106aa4691d66eaffb2689e053
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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