emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes e7a1ad68e9: Add colour to notmuch-tag-{added,


From: ELPA Syncer
Subject: [elpa] externals/ef-themes e7a1ad68e9: Add colour to notmuch-tag-{added, deleted}
Date: Thu, 25 Aug 2022 22:57:35 -0400 (EDT)

branch: externals/ef-themes
commit e7a1ad68e9333985b5631eafdc34281309f69c21
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]