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

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

[elpa] externals/ef-themes 89102a031d 4/8: Make warnings/errors in Git c


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 89102a031d 4/8: Make warnings/errors in Git commits more prominent
Date: Sun, 21 Aug 2022 00:57:42 -0400 (EDT)

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

    Make warnings/errors in Git commits more prominent
    
    This is for Magit's COMMIT_EDITMSG buffers.  Warnings pertain to the
    overlong summary while the error is about the non-empty second line.
    
    These are just stylistic for clean Git commits.  They are not real
    errors.
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index e98bb42e26..f0d5fc11a4 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -791,8 +791,8 @@ Helper function for `ef-themes-preview-colors'."
     `(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 :background ,bg-dim :foreground 
,err)))
-    `(git-commit-overlong-summary ((,c :background ,bg-dim :foreground 
,warning)))
+    `(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-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]