branch: externals/ef-themes
commit 7d31d65e56870a6e4219fe1ba189498b83559a7e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Tweak foreground mapping of git summary line
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index fcc6d80272..278e1859d7 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -146,7 +146,7 @@ When called from Lisp, THEME is a symbol."
     `(change-log-list ((,c :inherit bold)))
     `(change-log-name ((,c :foreground ,name)))
     `(log-edit-header ((,c :inherit bold)))
-    `(log-edit-summary ((,c :inherit bold :foreground ,string)))
+    `(log-edit-summary ((,c :inherit bold :foreground ,accent-0)))
     `(log-edit-unknown-header ((,c :inherit shadow)))
     `(log-view-commit-body (( )))
     `(log-view-file ((,c :inherit bold)))
@@ -340,7 +340,7 @@ When called from Lisp, THEME is a symbol."
     `(git-commit-keyword ((,c :foreground ,keyword)))
     `(git-commit-nonempty-second-line ((,c :background ,bg-dim :foreground 
,err)))
     `(git-commit-overlong-summary ((,c :background ,bg-dim :foreground 
,warning)))
-    `(git-commit-summary ((,c :inherit bold :foreground ,string)))
+    `(git-commit-summary ((,c :inherit bold :foreground ,accent-0)))
 ;;;; git-rebase
     `(git-rebase-comment-hash ((,c :inherit font-lock-comment-face :foreground 
,constant)))
     `(git-rebase-comment-heading  ((,c :inherit (bold 
font-lock-comment-face))))

Reply via email to