diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-23 15:34:47 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-23 15:34:47 +0300 |
| commit | eff2eb68ef7df98476e670fa70bdaebab85d8cd4 (patch) | |
| tree | bfbfcd17d19e9517dcc31bd0c456688630cb9feb | |
| parent | f35f903c5fcadda9b448d7f0514490d8b900d78d (diff) | |
Minor review of some Elfeed faces
| -rw-r--r-- | modus-operandi-theme.el | 10 | ||||
| -rw-r--r-- | 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))) |
