From eff2eb68ef7df98476e670fa70bdaebab85d8cd4 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Wed, 23 Sep 2020 15:34:47 +0300 Subject: Minor review of some Elfeed faces --- modus-operandi-theme.el | 10 +++++----- modus-vivendi-theme.el | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index daea3dc..56c969a 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2166,13 +2166,13 @@ Also bind `class' to ((class color) (min-colors 89))." `(elfeed-log-error-level-face ((,class :foreground ,red))) `(elfeed-log-info-level-face ((,class :foreground ,green))) `(elfeed-log-warn-level-face ((,class :foreground ,yellow))) - `(elfeed-search-date-face ((,class :foreground ,cyan))) - `(elfeed-search-feed-face ((,class :foreground ,blue))) - `(elfeed-search-filter-face ((,class :foreground ,magenta-active))) - `(elfeed-search-last-update-face ((,class :foreground ,green-active))) + `(elfeed-search-date-face ((,class :foreground ,blue-nuanced))) + `(elfeed-search-feed-face ((,class :foreground ,cyan))) + `(elfeed-search-filter-face ((,class :inherit bold :foreground ,magenta-active))) + `(elfeed-search-last-update-face ((,class :foreground ,cyan-active))) `(elfeed-search-tag-face ((,class :foreground ,cyan-alt-other))) `(elfeed-search-title-face ((,class :foreground ,fg-dim))) - `(elfeed-search-unread-count-face ((,class :foreground ,blue-active))) + `(elfeed-search-unread-count-face ((,class :foreground ,green-active))) `(elfeed-search-unread-title-face ((,class :inherit bold :foreground ,fg-main))) ;;;;; elfeed-score `(elfeed-score-date-face ((,class :foreground ,blue))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 6e517f8..a9b907f 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2166,13 +2166,13 @@ Also bind `class' to ((class color) (min-colors 89))." `(elfeed-log-error-level-face ((,class :foreground ,red))) `(elfeed-log-info-level-face ((,class :foreground ,green))) `(elfeed-log-warn-level-face ((,class :foreground ,yellow))) - `(elfeed-search-date-face ((,class :foreground ,cyan))) - `(elfeed-search-feed-face ((,class :foreground ,blue))) - `(elfeed-search-filter-face ((,class :foreground ,magenta-active))) - `(elfeed-search-last-update-face ((,class :foreground ,green-active))) + `(elfeed-search-date-face ((,class :foreground ,blue-nuanced))) + `(elfeed-search-feed-face ((,class :foreground ,cyan))) + `(elfeed-search-filter-face ((,class :inherit bold :foreground ,magenta-active))) + `(elfeed-search-last-update-face ((,class :foreground ,cyan-active))) `(elfeed-search-tag-face ((,class :foreground ,cyan-alt-other))) `(elfeed-search-title-face ((,class :foreground ,fg-dim))) - `(elfeed-search-unread-count-face ((,class :foreground ,blue-active))) + `(elfeed-search-unread-count-face ((,class :foreground ,green-active))) `(elfeed-search-unread-title-face ((,class :inherit bold :foreground ,fg-main))) ;;;;; elfeed-score `(elfeed-score-date-face ((,class :foreground ,blue))) -- cgit v1.0