branch: externals/standard-themes commit cf1f258502d581a0d3fc343f3ec13c4784e1471c Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))