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

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

[elpa] externals/ef-themes 25632c1346 117/281: Refine git commit warning


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 25632c1346 117/281: Refine git commit warning faces
Date: Tue, 16 Aug 2022 16:58:24 -0400 (EDT)

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

    Refine git commit warning faces
    
    These are for stylistic problems with:
    
    1. The summary line exceeds the desired length.
    2. The seccond line is not empty.
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 985e14df36..0f843dbce7 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -312,8 +312,8 @@ When called from Lisp, THEME is a symbol."
     `(git-commit-comment-heading ((,c :inherit (bold font-lock-comment-face))))
     `(git-commit-comment-file ((,c :inherit font-lock-comment-face :foreground 
,name)))
     `(git-commit-keyword ((,c :foreground ,keyword)))
-    `(git-commit-nonempty-second-line ((,c :inherit error)))
-    `(git-commit-overlong-summary ((,c :inherit warning)))
+    `(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-rebase
     `(git-rebase-comment-hash ((,c :inherit font-lock-comment-face :foreground 
,constant)))



reply via email to

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