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

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

[elpa] externals/modus-operandi-theme dbe1c96 34/54: Minor tweaks for GN


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme dbe1c96 34/54: Minor tweaks for GNUS summary selected, ticked
Date: Thu, 4 Jun 2020 08:20:16 -0400 (EDT)

branch: externals/modus-operandi-theme
commit dbe1c9678de27d18e3999aee59fe7b504e85999b
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Minor tweaks for GNUS summary selected, ticked
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e89aad3..018be99 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1840,7 +1840,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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))))
+   `(gnus-summary-high-ticked ((,class (:foreground ,red-alt-other :weight 
bold))))
    `(gnus-summary-high-undownloaded ((,class (:foreground ,yellow :weight 
bold))))
    `(gnus-summary-high-unread ((,class (:foreground ,fg-main :weight bold))))
    `(gnus-summary-low-ancient ((,class (:foreground ,fg-alt :slant italic))))
@@ -1850,10 +1850,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-summary-low-unread ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(gnus-summary-normal-ancient ((,class (:foreground ,fg-special-calm))))
    `(gnus-summary-normal-read ((,class (:foreground ,fg-special-cold))))
-   `(gnus-summary-normal-ticked ((,class (:foreground ,red-alt))))
+   `(gnus-summary-normal-ticked ((,class (:foreground ,red-alt-other))))
    `(gnus-summary-normal-undownloaded ((,class (:foreground ,yellow))))
    `(gnus-summary-normal-unread ((,class (:foreground ,fg-main))))
-   `(gnus-summary-selected ((,class (:inherit modus-theme-subtle-cyan))))
+   `(gnus-summary-selected ((,class (:inherit modus-theme-subtle-blue))))
    ;;;; helm
    `(helm-M-x-key ((,class (:foreground ,magenta-alt-other :weight bold))))
    `(helm-action ((,class (:underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7b8f9fb..accfe4c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1840,7 +1840,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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))))
+   `(gnus-summary-high-ticked ((,class (:foreground ,red-alt-other :weight 
bold))))
    `(gnus-summary-high-undownloaded ((,class (:foreground ,yellow :weight 
bold))))
    `(gnus-summary-high-unread ((,class (:foreground ,fg-main :weight bold))))
    `(gnus-summary-low-ancient ((,class (:foreground ,fg-alt :slant italic))))
@@ -1850,10 +1850,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(gnus-summary-low-unread ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(gnus-summary-normal-ancient ((,class (:foreground ,fg-special-calm))))
    `(gnus-summary-normal-read ((,class (:foreground ,fg-special-cold))))
-   `(gnus-summary-normal-ticked ((,class (:foreground ,red-alt))))
+   `(gnus-summary-normal-ticked ((,class (:foreground ,red-alt-other))))
    `(gnus-summary-normal-undownloaded ((,class (:foreground ,yellow))))
    `(gnus-summary-normal-unread ((,class (:foreground ,fg-main))))
-   `(gnus-summary-selected ((,class (:inherit modus-theme-subtle-cyan))))
+   `(gnus-summary-selected ((,class (:inherit modus-theme-subtle-blue))))
    ;;;; helm
    `(helm-M-x-key ((,class (:foreground ,magenta-alt-other :weight bold))))
    `(helm-action ((,class (:underline t))))



reply via email to

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