diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-26 04:58:48 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-08-26 04:58:48 +0300 |
| commit | e7a1ad68e9333985b5631eafdc34281309f69c21 (patch) | |
| tree | 3f170498115e035ef8579846eb295af09fc3e696 /ef-themes.el | |
| parent | c68c71957619c140b8115a1a814f4d764b9246ee (diff) | |
Add colour to notmuch-tag-{added,deleted}
Diffstat (limited to 'ef-themes.el')
| -rw-r--r-- | ef-themes.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-themes.el b/ef-themes.el index c112d29..c640c80 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))) |
