mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Avoid conflation between "flagged" and "trashed" emails
This commit is contained in:
parent
284433625e
commit
ff70fd4136
|
|
@ -3129,7 +3129,7 @@ FG and BG are the main colors."
|
|||
`(mu4e-contact-face ((,c :inherit message-header-to)))
|
||||
`(mu4e-context-face ((,c :inherit bold)))
|
||||
`(mu4e-draft-face ((,c :foreground ,warning)))
|
||||
`(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)))
|
||||
|
|
@ -3233,7 +3233,7 @@ FG and BG are the main colors."
|
|||
`(notmuch-message-summary-face ((,c :inherit bold :background ,bg-inactive)))
|
||||
`(notmuch-search-count ((,c :foreground ,fg-dim)))
|
||||
`(notmuch-search-date ((,c :foreground ,date-common)))
|
||||
`(notmuch-search-flagged-face ((,c :foreground ,err)))
|
||||
`(notmuch-search-flagged-face ((,c :foreground ,keyword)))
|
||||
`(notmuch-search-matching-authors ((,c :foreground ,mail-recipient)))
|
||||
`(notmuch-search-non-matching-authors ((,c :inherit shadow)))
|
||||
`(notmuch-search-subject ((,c :foreground ,fg-main)))
|
||||
|
|
@ -3241,7 +3241,7 @@ FG and BG are the main colors."
|
|||
`(notmuch-tag-added ((,c :underline ,info)))
|
||||
`(notmuch-tag-deleted ((,c :strike-through ,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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue