branch: externals/modus-operandi-theme
commit d614a327c11b19346915d405b83521799c88c1f4
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    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