emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme f347114 062/118: mu4e: fix highlight backgr


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme f347114 062/118: mu4e: fix highlight background, especially light theme
Date: Thu, 21 Oct 2021 18:06:21 -0400 (EDT)

branch: elpa/material-theme
commit f34711476a9d875595150d535e4e49083d00bcd3
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    mu4e: fix highlight background, especially light theme
---
 material-light-theme.el | 2 +-
 material-theme.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 2178453..98714a9 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -641,7 +641,7 @@
    `(font-latex-warning-face              ((t (:inherit 
font-lock-warning-face))))
 
    ;; mu4e
-   `(mu4e-header-highlight-face ((,class (:underline nil :inherit region))))
+   `(mu4e-header-highlight-face ((,class (:underline nil :inherit region 
:background ,current-line))))
    `(mu4e-header-marks-face ((,class (:underline nil :foreground ,yellow))))
    `(mu4e-flagged-face ((,class (:foreground ,orange :inherit nil))))
    `(mu4e-replied-face ((,class (:foreground ,blue :inherit nil))))
diff --git a/material-theme.el b/material-theme.el
index 9b3dd0c..75c29d9 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -639,7 +639,7 @@
    `(font-latex-warning-face              ((t (:inherit 
font-lock-warning-face))))
 
    ;; mu4e
-   `(mu4e-header-highlight-face ((,class (:underline nil :inherit region))))
+   `(mu4e-header-highlight-face ((,class (:underline nil :inherit region 
:background ,current-line))))
    `(mu4e-header-marks-face ((,class (:underline nil :foreground ,yellow))))
    `(mu4e-flagged-face ((,class (:foreground ,orange :inherit nil))))
    `(mu4e-replied-face ((,class (:foreground ,blue :inherit nil))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]