From 542ee4ab5c040a3b97e71411e7579f585d3dc7e8 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sat, 7 Jan 2023 16:39:36 +0200 Subject: [PATCH] Make mu4e-header-highlight-face to use intended style I made a mistake before: I did not want the 'highlight' to be used in this case as it is too intense. Sorry! --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index fc11ba7..7e90bc0 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -2864,7 +2864,7 @@ FG and BG are the main colors." `(mu4e-footer-face ((,c :inherit italic :foreground ,fg-alt))) `(mu4e-forwarded-face ((,c :inherit italic :foreground ,info))) `(mu4e-header-face ((,c :inherit shadow))) - `(mu4e-header-highlight-face ((,c :inherit highlight))) + `(mu4e-header-highlight-face (,c :background ,bg-hl-line :extend t)) `(mu4e-header-key-face ((,c :inherit message-header-name))) `(mu4e-header-marks-face ((,c :inherit mu4e-special-header-value-face))) `(mu4e-header-title-face ((,c :foreground ,fg-alt)))