branch: externals/doric-themes commit 62fb8e9109a8b9fc1253c0da770c181b57c0f04b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak the foreground of notmuch-message-summary-face --- doric-themes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 9bab60b8b1..ede79fe721 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1431,7 +1431,8 @@ is either the `dark' or `light' symbol." (t :background ,bg-shadow-subtle :foreground ,fg-shadow-subtle))) `(notmuch-message-summary-face - ((((supports :overline t)) + ((default :foreground ,fg-shadow-intense) + (((supports :overline t)) :overline ,fg-shadow-subtle) (t :background ,bg-shadow-subtle)))