From be1d80e3be29ce6aed7e6ca303617476b00ee38f Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 22 Mar 2021 13:12:02 -0400 Subject: [PATCH] =?UTF-8?q?Cleanup=20=CE=BC4e=20header=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.el b/custom.el index 82dabee..b0ab894 100644 --- a/custom.el +++ b/custom.el @@ -135,6 +135,7 @@ '(magit-signature-bad ((t (:foreground "red")))) '(menu ((t (:inverse-video t)))) '(mouse ((t (:background "orchid")))) + '(mu4e-header-highlight-face ((t (:inherit hl-line :extend t :slant normal :weight normal)))) '(org-block-background ((t (:background "#262626" :slant normal :weight normal)))) '(org-block-end-line ((t (:inherit org-meta-line :slant normal :weight normal)))) '(org-pomodoro-mode-line ((t (:foreground "tomato3"))))