branch: elpa/spacemacs-theme
commit 6defff4397438dbfcd0bf1aac77cf2b1efbeb26e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix issue (#100) better contrast for elfeed titles
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 666b7045f7..43731edbfc 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -320,7 +320,7 @@ to 'auto, tags may not be properly aligned. "
`(elfeed-search-date-face ((,class (:foreground ,head2))))
`(elfeed-search-feed-face ((,class (:foreground ,blue))))
`(elfeed-search-tag-face ((,class (:foreground ,func))))
- `(elfeed-search-title-face ((,class (:foreground ,base-dim))))
+ `(elfeed-search-title-face ((,class (:foreground ,var))))
`(elfeed-search-unread-title-face ((,class (:foreground ,base))))
;;;;; enh-ruby