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

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

[elpa] externals/ef-themes 00956ee94a 186/281: Make magit blame faces mo


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 00956ee94a 186/281: Make magit blame faces more usable
Date: Tue, 16 Aug 2022 16:58:32 -0400 (EDT)

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

    Make magit blame faces more usable
---
 ef-themes.el | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 8451b67523..50b21a1560 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -373,14 +373,13 @@ When called from Lisp, THEME is a symbol."
     `(magit-bisect-bad ((,c :inherit error)))
     `(magit-bisect-good ((,c :inherit success)))
     `(magit-bisect-skip ((,c :inherit warning)))
-    `(magit-blame-date ((,c :foreground ,blue)))
+    `(magit-blame-date (( )))
     `(magit-blame-dimmed ((,c :inherit shadow)))
-    `(magit-blame-hash ((,c :foreground ,fg-alt)))
-    `(magit-blame-heading ((,c :background ,bg-alt :extend t)))
-    ;; `(magit-blame-highlight ((,c :inherit modus-themes-nuanced-cyan)))
-    ;; `(magit-blame-margin ((,c :inherit (magit-blame-highlight 
modus-themes-reset-hard))))
-    `(magit-blame-name ((,c :foreground ,name)))
-    `(magit-blame-summary ((,c :foreground ,string)))
+    `(magit-blame-hash ((,c :inherit shadow)))
+    `(magit-blame-heading ((,c :background ,bg-dim :extend t)))
+    `(magit-blame-highlight ((,c :background ,bg-active :foreground 
,fg-intense)))
+    `(magit-blame-name (( )))
+    `(magit-blame-summary (( )))
     `(magit-branch-local ((,c :foreground ,accent-0)))
     `(magit-branch-remote ((,c :foreground ,accent-1)))
     `(magit-branch-upstream ((,c :inherit italic)))



reply via email to

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