emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-vivendi-theme 1bd6fd6 12/73: Use accented backgro


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 1bd6fd6 12/73: Use accented background for notmuch message folds
Date: Wed, 26 Aug 2020 09:20:52 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 1bd6fd60fe1ed6ade71ab9629859ebb125594719
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use accented background for notmuch message folds
    
    It also extends the background to the edge of the window for Emacs 27 or
    higher.
    
    Combined with commit 3c60a60ed, this should address issue 72:
    https://gitlab.com/protesilaos/modus-themes/-/issues/72
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d4c3e10..9e3be45 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2868,7 +2868,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(notmuch-crypto-signature-good-key ((,class :inherit 
modus-theme-refine-yellow)))
    `(notmuch-crypto-signature-unknown ((,class :inherit 
modus-theme-refine-red)))
    `(notmuch-hello-logo-background ((,class :background ,bg-main)))
-   `(notmuch-message-summary-face ((,class :background ,bg-dim)))
+   `(notmuch-message-summary-face ((,class :inherit modus-theme-nuanced-cyan)))
    `(notmuch-search-flagged-face ((,class :foreground ,red-alt)))
    `(notmuch-search-matching-authors ((,class :foreground ,fg-main)))
    `(notmuch-search-non-matching-authors ((,class :foreground ,fg-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 75a915a..49aa17e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2868,7 +2868,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(notmuch-crypto-signature-good-key ((,class :inherit 
modus-theme-refine-yellow)))
    `(notmuch-crypto-signature-unknown ((,class :inherit 
modus-theme-refine-red)))
    `(notmuch-hello-logo-background ((,class :background ,bg-main)))
-   `(notmuch-message-summary-face ((,class :background ,bg-dim)))
+   `(notmuch-message-summary-face ((,class :inherit modus-theme-nuanced-cyan)))
    `(notmuch-search-flagged-face ((,class :foreground ,red-alt)))
    `(notmuch-search-matching-authors ((,class :foreground ,fg-main)))
    `(notmuch-search-non-matching-authors ((,class :foreground ,fg-alt)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]