From 24e4b4b9e47a382cba6dfb3dc41d68a8ba7912d2 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Mon, 31 Aug 2026 19:13:17 +0300 Subject: [PATCH] Make log-edit-headers-separator same as separator-line (Emacs bug#81753) This is the same topic as with commit 2bae09f. Thanks again to Dmitry Gutov for the suggestion: . --- modus-themes.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index 71c90a5..584ad3d 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -4852,7 +4852,12 @@ If COLOR is unspecified, then return :box unspecified." `(change-log-list ((,c :inherit modus-themes-bold))) `(change-log-name ((,c :foreground ,name))) `(log-edit-header ((,c :inherit modus-themes-bold))) - `(log-edit-headers-separator ((,c :height 1 :background ,border :extend t))) + `(log-edit-headers-separator + ((default :extend t) + (((type tty)) + :foreground ,border :strike-through t) + (t + :height 1 :background ,border :foreground ,border))) `(log-edit-summary ((,c :inherit modus-themes-bold :foreground ,info))) `(log-edit-unknown-header ((,c :foreground ,fg-dim))) `(log-view-commit-body (( )))