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

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

[elpa] externals/standard-themes cf1f258502 57/74: Remove background fro


From: ELPA Syncer
Subject: [elpa] externals/standard-themes cf1f258502 57/74: Remove background from git commit warning, error
Date: Wed, 30 Nov 2022 08:58:26 -0500 (EST)

branch: externals/standard-themes
commit cf1f258502d581a0d3fc343f3ec13c4784e1471c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove background from git commit warning, error
---
 standard-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/standard-themes.el b/standard-themes.el
index 0c9d7c56ab..1e8dca9bfa 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1221,8 +1221,8 @@ Helper function for `standard-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-err :foreground 
,err)))
-    `(git-commit-overlong-summary ((,c :background ,bg-warning :foreground 
,warning)))
+    `(git-commit-nonempty-second-line ((,c :inherit error)))
+    `(git-commit-overlong-summary ((,c :inherit 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]