branch: externals/modus-themes commit e9c612c6c06b6a180edf82fe71f23a8faa7b0460 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the notmuch-message-summary-face use an overline if possible --- modus-themes.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index d6eb32d645..e3d0809ea9 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3329,7 +3329,10 @@ FG and BG are the main colors." `(notmuch-crypto-signature-good-key ((,c :inherit success))) `(notmuch-crypto-signature-unknown ((,c :inherit warning))) `(notmuch-jump-key ((,c :inherit modus-themes-key-binding))) - `(notmuch-message-summary-face ((,c :inherit bold :background ,bg-inactive))) + `(notmuch-message-summary-face + ((default :inherit bold :background ,bg-inactive) + (((supports :overline t)) + :overline ,border))) `(notmuch-search-count ((,c :foreground ,fg-dim))) `(notmuch-search-date ((,c :foreground ,date-common))) `(notmuch-search-flagged-face ((,c :foreground ,keyword)))