branch: externals/doric-themes commit 72ae7ddffe6a8e4069a4807e0ac95fb0226e805e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the notmuch-message-summary-face --- doric-themes.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doric-themes.el b/doric-themes.el index 9b145c8207..39d3972d00 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1249,6 +1249,10 @@ the list becomes the last. Do not modify THEMES in the process." `(magit-section-highlight (( ))) `(markdown-code-face ((t :background ,bg-shadow-subtle :extend t))) + `(notmuch-message-summary-face + ((((supports :overline t)) + :overline ,fg-shadow-subtle) + (t :background ,bg-shadow-subtle))) `(org-block ((t :background ,bg-shadow-subtle :extend t))) `(org-block-begin-line ((t :background ,bg-shadow-subtle :foreground ,fg-shadow-intense :extend t)))