branch: externals/standard-themes
commit fba33e81789e33c81e8434aeb4ddddd813a940d7
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Avoid conflation between "flagged" and "trashed" emails
---
standard-themes.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/standard-themes.el b/standard-themes.el
index c0f63efc08..739ecff431 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1684,7 +1684,7 @@ Optional prefix argument MAPPINGS has the same meaning as
for
`(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 ,err)))
+ `(mu4e-flagged-face ((,c :foreground ,keyword)))
`(mu4e-footer-face ((,c :inherit italic :foreground ,fg-alt)))
`(mu4e-forwarded-face ((,c :inherit italic :foreground ,info)))
`(mu4e-header-face ((,c :inherit shadow)))
@@ -1782,7 +1782,7 @@ Optional prefix argument MAPPINGS has the same meaning as
for
`(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 ,err)))
+ `(notmuch-search-flagged-face ((,c :foreground ,keyword)))
`(notmuch-search-matching-authors ((,c :foreground ,name)))
`(notmuch-search-non-matching-authors ((,c :inherit shadow)))
`(notmuch-search-subject ((,c :foreground ,fg-main)))
@@ -1790,7 +1790,7 @@ Optional prefix argument MAPPINGS has the same meaning as
for
`(notmuch-tag-added ((,c :underline ,underline-info)))
`(notmuch-tag-deleted ((,c :strike-through ,underline-err)))
`(notmuch-tag-face ((,c :foreground ,accent-0)))
- `(notmuch-tag-flagged ((,c :foreground ,err)))
+ `(notmuch-tag-flagged ((,c :foreground ,keyword)))
`(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)))