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

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

[elpa] externals/modus-operandi-theme d6a6826 078/153: Tweak difference


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme d6a6826 078/153: Tweak difference between Elfeed read/unread titles
Date: Thu, 18 Mar 2021 13:47:44 -0400 (EDT)

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

    Tweak difference between Elfeed read/unread titles
    
    Read titles should now be toned down a bit.  Unread items are more
    prominent as a result.
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2c0dbec..ce3d41a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2081,9 +2081,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(elfeed-search-filter-face ((,class :foreground ,magenta-active)))
    `(elfeed-search-last-update-face ((,class :foreground ,green-active)))
    `(elfeed-search-tag-face ((,class :foreground ,cyan-alt-other)))
-   `(elfeed-search-title-face ((,class :foreground ,fg-main)))
+   `(elfeed-search-title-face ((,class :foreground ,fg-dim)))
    `(elfeed-search-unread-count-face ((,class :foreground ,blue-active)))
-   `(elfeed-search-unread-title-face ((,class :inherit bold)))
+   `(elfeed-search-unread-title-face ((,class :inherit bold :foreground 
,fg-main)))
 ;;;;; elfeed-score
    `(elfeed-score-date-face ((,class :foreground ,blue)))
    `(elfeed-score-debug-level-face ((,class :foreground ,magenta-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 721805e..b5ee27b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2081,9 +2081,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(elfeed-search-filter-face ((,class :foreground ,magenta-active)))
    `(elfeed-search-last-update-face ((,class :foreground ,green-active)))
    `(elfeed-search-tag-face ((,class :foreground ,cyan-alt-other)))
-   `(elfeed-search-title-face ((,class :foreground ,fg-main)))
+   `(elfeed-search-title-face ((,class :foreground ,fg-dim)))
    `(elfeed-search-unread-count-face ((,class :foreground ,blue-active)))
-   `(elfeed-search-unread-title-face ((,class :inherit bold)))
+   `(elfeed-search-unread-title-face ((,class :inherit bold :foreground 
,fg-main)))
 ;;;;; elfeed-score
    `(elfeed-score-date-face ((,class :foreground ,blue)))
    `(elfeed-score-debug-level-face ((,class :foreground ,magenta-alt-other)))



reply via email to

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