branch: externals/ef-themes commit 97d34978c146c8662931f3f9c96e541b206f1578 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make sure elfeed uses good colour combination --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index bcc78b3417..a047e06ed1 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -265,7 +265,7 @@ When called from Lisp, THEME is a symbol." `(elfeed-log-info-level-face ((,c :inherit success))) `(elfeed-log-warn-level-face ((,c :inherit warning))) `(elfeed-search-date-face ((,c :foreground ,date))) - `(elfeed-search-feed-face ((,c :foreground ,name))) + `(elfeed-search-feed-face ((,c :foreground ,accent-1))) `(elfeed-search-filter-face ((,c :inherit success))) `(elfeed-search-last-update-face ((,c :inherit bold :foreground ,date))) `(elfeed-search-tag-face ((,c :foreground ,accent-0)))