branch: elpa/gruvbox-theme commit c89417261fa97e046838cb02b903955cca504b19 Author: Aaron Jacobs <ather...@users.noreply.github.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Add support for elfeed-mode. (#41) --- gruvbox-theme.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gruvbox-theme.el b/gruvbox-theme.el index 7f1f8998f1..70666d4aff 100644 --- a/gruvbox-theme.el +++ b/gruvbox-theme.el @@ -343,6 +343,16 @@ `(org-habit-overdue-face ((t (:background ,gruvbox-faded_red)))) `(org-habit-overdue-future-face ((t (:background ,gruvbox-neutral_red)))) + ;; elfeed + `(elfeed-search-title-face ((t (:foreground ,gruvbox-medium)))) + `(elfeed-search-unread-title-face ((t (:foreground ,gruvbox-light0)))) + `(elfeed-search-date-face ((t (:inherit font-lock-builtin-face :underline t)))) + `(elfeed-search-feed-face ((t (:inherit font-lock-variable-name-face)))) + `(elfeed-search-tag-face ((t (:inherit font-lock-keyword-face)))) + `(elfeed-search-last-update-face ((t (:inherit font-lock-comment-face)))) + `(elfeed-search-unread-count-face ((t (:inherit font-lock-comment-face)))) + `(elfeed-search-filter-face ((t (:inherit font-lock-string-face)))) + ;; Smart-mode-line `(sml/global ((t (:foreground ,gruvbox-burlywood4 :inverse-video nil)))) `(sml/modes ((t (:foreground ,gruvbox-bright_green))))