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

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

[elpa] externals/ef-themes 7d31d65e56 203/281: Tweak foreground mapping


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 7d31d65e56 203/281: Tweak foreground mapping of git summary line
Date: Tue, 16 Aug 2022 16:58:34 -0400 (EDT)

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

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