branch: externals/ef-themes commit ee903cee1d291e7ea9900fbe82bb08ec6d9986da Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Refine foreground of flagged email --- ef-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 394c7bcff6..da97e68e39 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -500,7 +500,7 @@ When called from Lisp, THEME is a symbol." `(mu4e-contact-face ((,c :inherit message-header-to))) `(mu4e-context-face ((,c :inherit bold))) `(mu4e-draft-face ((,c :foreground ,info))) - `(mu4e-flagged-face ((,c :foreground ,warning))) + `(mu4e-flagged-face ((,c :foreground ,err))) `(mu4e-footer-face ((,c :inherit modus-themes-slant :foreground ,fg-alt))) `(mu4e-forwarded-face ((,c :inherit italic :foreground ,info))) `(mu4e-header-face ((,c :inherit shadow))) @@ -535,7 +535,7 @@ When called from Lisp, THEME is a symbol." `(notmuch-message-summary-face ((,c :inherit bold :background ,bg-dim))) `(notmuch-search-count ((,c :foreground ,fg-dim))) `(notmuch-search-date ((,c :foreground ,date))) - `(notmuch-search-flagged-face ((,c :foreground ,warning))) + `(notmuch-search-flagged-face ((,c :foreground ,err))) `(notmuch-search-matching-authors ((,c :foreground ,name))) `(notmuch-search-non-matching-authors ((,c :inherit shadow))) `(notmuch-search-subject ((,c :foreground ,fg-main))) @@ -543,7 +543,7 @@ When called from Lisp, THEME is a symbol." `(notmuch-tag-added ((,c :underline t))) `(notmuch-tag-deleted ((,c :strike-through t))) `(notmuch-tag-face ((,c :foreground ,accent-0))) - `(notmuch-tag-flagged ((,c :foreground ,warning))) + `(notmuch-tag-flagged ((,c :foreground ,err))) `(notmuch-tag-unread ((,c :foreground ,accent-1))) `(notmuch-tree-match-author-face ((,c :inherit notmuch-search-matching-authors))) `(notmuch-tree-match-date-face ((,c :inherit notmuch-search-date)))