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

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

[elpa] externals/modus-operandi-theme d614a32 105/112: Use right colours


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme d614a32 105/112: Use right colours for `gnus-summary-cancelled'
Date: Mon, 30 Mar 2020 15:59:49 -0400 (EDT)

branch: externals/modus-operandi-theme
commit d614a327c11b19346915d405b83521799c88c1f4
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Use right colours for `gnus-summary-cancelled'
    
    Implements some new colours that are more appropriate for marking
    purposes.
    
    See commit 1744afe for the new colour values and then c6aaf97 for what
    informed this changed.
---
 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 c5ea268..d107fe9 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1510,7 +1510,7 @@ between foreground and background is >= 7:1)."
    `(gnus-server-opened ((,class (:foreground ,green :weight bold))))
    `(gnus-signature ((,class (:foreground ,fg-special-cold :slant italic))))
    `(gnus-splash ((,class (:foreground ,fg-alt))))
-   `(gnus-summary-cancelled ((,class (:inherit modus-theme-intense-yellow))))
+   `(gnus-summary-cancelled ((,class (:background ,bg-mark-other :foreground 
,fg-mark-other :weight bold))))
    `(gnus-summary-high-ancient ((,class (:foreground ,fg-alt :weight bold))))
    `(gnus-summary-high-read ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(gnus-summary-high-ticked ((,class (:foreground ,red-alt :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ebf9131..0290552 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1510,7 +1510,7 @@ between foreground and background is >= 7:1)."
    `(gnus-server-opened ((,class (:foreground ,green :weight bold))))
    `(gnus-signature ((,class (:foreground ,fg-special-cold :slant italic))))
    `(gnus-splash ((,class (:foreground ,fg-alt))))
-   `(gnus-summary-cancelled ((,class (:inherit modus-theme-intense-yellow))))
+   `(gnus-summary-cancelled ((,class (:background ,bg-mark-other :foreground 
,fg-mark-other :weight bold))))
    `(gnus-summary-high-ancient ((,class (:foreground ,fg-alt :weight bold))))
    `(gnus-summary-high-read ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(gnus-summary-high-ticked ((,class (:foreground ,red-alt :weight bold))))



reply via email to

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