diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-24 19:27:38 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2020-09-24 19:27:38 +0300 |
| commit | e2a443ae0af431eebd506921ee00e6a4d3ab0ee5 (patch) | |
| tree | a2d6ca2ab021aac184a5a7af85bbd8742f9473f2 | |
| parent | 8268cccb982242cf5a168c840e9e85041cdab254 (diff) | |
Refine elfeed-search-tag-face
| -rw-r--r-- | modus-operandi-theme.el | 2 | ||||
| -rw-r--r-- | 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 af4ab4a..87ed618 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -2171,7 +2171,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(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-tag-face ((,class :foreground ,blue-nuanced))) `(elfeed-search-title-face ((,class :foreground ,fg-dim))) `(elfeed-search-unread-count-face ((,class :foreground ,green-active))) `(elfeed-search-unread-title-face ((,class :inherit bold :foreground ,fg-main))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 076edfe..73e1374 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -2171,7 +2171,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(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-tag-face ((,class :foreground ,blue-nuanced))) `(elfeed-search-title-face ((,class :foreground ,fg-dim))) `(elfeed-search-unread-count-face ((,class :foreground ,green-active))) `(elfeed-search-unread-title-face ((,class :inherit bold :foreground ,fg-main))) |
