branch: externals/ef-themes commit e7a1ad68e9333985b5631eafdc34281309f69c21 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add colour to notmuch-tag-{added,deleted} --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index c112d292dc..c640c80d79 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1121,8 +1121,8 @@ Helper function for `ef-themes-preview-colors'." `(notmuch-search-non-matching-authors ((,c :inherit shadow))) `(notmuch-search-subject ((,c :foreground ,fg-main))) `(notmuch-search-unread-face ((,c :inherit bold))) - `(notmuch-tag-added ((,c :underline t))) - `(notmuch-tag-deleted ((,c :strike-through t))) + `(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-unread ((,c :foreground ,accent-1)))