branch: externals/doric-themes commit 9049f0249f2a88696764965c1873bccf2a7a8fa6 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Do not use a foreground in notmuch-message-summary-face It has the undesired effect of overriding the foreground of the tags. --- doric-themes.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index cc951938d2..17c3a11de1 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1433,10 +1433,9 @@ is either the `dark' or `light' symbol." (t :underline ,bg-shadow-intense))) `(notmuch-message-summary-face - ((default :foreground ,fg-shadow-intense) + ((default :background ,bg-shadow-subtle) (((supports :overline t)) - :overline ,fg-shadow-subtle) - (t :background ,bg-shadow-subtle))) + :overline ,fg-shadow-subtle))) `(org-block ((t :inherit fixed-pitch :background ,bg-shadow-subtle :extend t))) `(org-block-begin-line ((t :inherit fixed-pitch :background ,bg-shadow-subtle :foreground ,fg-shadow-intense :extend t)))