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

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

[elpa] externals/ef-themes 3a50d3c8bb 1/7: Use more appropriate style fo


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 3a50d3c8bb 1/7: Use more appropriate style for Git commit summary
Date: Fri, 30 Jun 2023 03:58:07 -0400 (EDT)

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

    Use more appropriate style for Git commit summary
    
    The 'success' face is designed to contrast with the "warning" style
    that is used to show overlong summaries.
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index bd517cf8d4..5d9dd8b0dc 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1065,7 +1065,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(change-log-name ((,c :foreground ,name)))
     `(log-edit-header ((,c :inherit bold)))
     `(log-edit-headers-separator ((,c :height 1 :background ,border :extend 
t)))
-    `(log-edit-summary ((,c :inherit bold :foreground ,accent-0)))
+    `(log-edit-summary ((,c :inherit success)))
     `(log-edit-unknown-header ((,c :inherit shadow)))
     `(log-view-commit-body (( )))
     `(log-view-file ((,c :inherit bold)))
@@ -1381,7 +1381,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(git-commit-keyword ((,c :foreground ,keyword)))
     `(git-commit-nonempty-second-line ((,c :background ,bg-err :foreground 
,err)))
     `(git-commit-overlong-summary ((,c :background ,bg-warning :foreground 
,warning)))
-    `(git-commit-summary ((,c :inherit bold :foreground ,accent-0)))
+    `(git-commit-summary ((,c :inherit success)))
 ;;;; git-gutter
     `(git-gutter:added ((,c :background ,bg-added :foreground ,fg-added)))
     `(git-gutter:deleted ((,c :background ,bg-removed :foreground 
,fg-removed)))



reply via email to

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