[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 8b210e065e 2/2: Tweak the style of notmuch
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 8b210e065e 2/2: Tweak the style of notmuch tree indicators |
Date: |
Thu, 25 Jul 2024 06:58:38 -0400 (EDT) |
branch: externals/modus-themes
commit 8b210e065e04dd4495ae89a179636205cee7ce9d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Tweak the style of notmuch tree indicators
---
modus-themes.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 3e17f80880..c4fd5f8a74 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3179,7 +3179,8 @@ FG and BG are the main colors."
`(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)))
- `(notmuch-tree-match-face ((,c :foreground ,fg-main)))
+ `(notmuch-tree-match-face ((,c :foreground ,fg-dim)))
+ `(notmuch-tree-match-subject-face ((,c :foreground ,fg-main)))
`(notmuch-tree-match-tag-face ((,c :inherit notmuch-tag-face)))
`(notmuch-tree-no-match-face ((,c :inherit shadow)))
`(notmuch-tree-no-match-date-face ((,c :inherit shadow)))