branch: externals/nano-theme
commit 673553792fb143dc262e98918847f531137cc20c
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Bug fix
---
 nano-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index dc71447..98adf6f 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -678,7 +678,7 @@ background color that is barely perceptible."
    '(mu4e-footer-face                        ((t (:inherit nano-faded))))
    '(mu4e-forwarded-face                   ((t (:inherit nano-default))))
    '(mu4e-header-face                      ((t (:inherit nano-default))))
-   '(mu4e-header-highlight-face                ((t (:inherit  hl-line))))
+   '(mu4e-header-highlight-face                ((t (:inherit highlight))))
    '(mu4e-header-key-face                   ((t (:inherit nano-strong))))
    '(mu4e-header-marks-face                  ((t (:inherit nano-faded))))
    '(mu4e-header-title-face                 ((t (:inherit nano-strong))))

Reply via email to