General refinements to ELFEED

This commit is contained in:
Protesilaos Stavrou 2019-12-14 21:21:33 +02:00
parent 7b10a8fefd
commit 4461431978
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 20 additions and 12 deletions

View File

@ -540,15 +540,19 @@ between foreground and background is >= 7:1)."
`(eldoc-box-body ((,class (:background ,bg-alt :foreground ,fg-main))))
`(eldoc-box-border ((,class (:background ,fg-alt))))
;;;; elfeed
`(elfeed-search-date-face ((,class (:inherit default))))
`(elfeed-search-title-face ((,class (:inherit default))))
`(elfeed-search-unread-title-face ((,class (:inherit default :weight bold))))
`(elfeed-search-feed-face ((,class (:foreground ,blue))))
`(elfeed-search-tag-face ((,class (:foreground ,cyan))))
`(elfeed-log-date-face ((,class (:foreground ,blue))))
`(elfeed-log-debug-level-face ((,class (:inherit modus-theme-intense-magenta))))
`(elfeed-log-error-level-face ((,class (:inherit modus-theme-intense-red))))
`(elfeed-log-warn-level-face ((,class (:inherit modus-theme-subtle-yellow))))
`(elfeed-log-info-level-face ((,class (:inherit modus-theme-subtle-cyan))))
`(elfeed-log-warn-level-face ((,class (:inherit modus-theme-subtle-yellow))))
`(elfeed-search-date-face ((,class (:foreground ,fg-special-cold))))
`(elfeed-search-feed-face ((,class (:foreground ,cyan))))
`(elfeed-search-filter-face ((,class (:foreground ,fg-special-cold))))
`(elfeed-search-last-update-face ((,class (:foreground ,fg-special-mild))))
`(elfeed-search-tag-face ((,class (:foreground ,fg-special-mild))))
`(elfeed-search-title-face ((,class (:foreground ,fg-main))))
`(elfeed-search-unread-count-face ((,class (:foreground ,fg-special-warm))))
`(elfeed-search-unread-title-face ((,class (:weight bold))))
;;;; emms
`(emms-playlist-track-face ((,class (:foreground ,blue))))
`(emms-playlist-selected-face ((,class (:foreground ,magenta :weight bold))))

View File

@ -540,15 +540,19 @@ between foreground and background is >= 7:1)."
`(eldoc-box-body ((,class (:background ,bg-alt :foreground ,fg-main))))
`(eldoc-box-border ((,class (:background ,fg-alt))))
;;;; elfeed
`(elfeed-search-date-face ((,class (:inherit default))))
`(elfeed-search-title-face ((,class (:inherit default))))
`(elfeed-search-unread-title-face ((,class (:inherit default :weight bold))))
`(elfeed-search-feed-face ((,class (:foreground ,blue))))
`(elfeed-search-tag-face ((,class (:foreground ,cyan))))
`(elfeed-log-date-face ((,class (:foreground ,blue))))
`(elfeed-log-debug-level-face ((,class (:inherit modus-theme-intense-magenta))))
`(elfeed-log-error-level-face ((,class (:inherit modus-theme-intense-red))))
`(elfeed-log-warn-level-face ((,class (:inherit modus-theme-subtle-yellow))))
`(elfeed-log-info-level-face ((,class (:inherit modus-theme-subtle-cyan))))
`(elfeed-log-warn-level-face ((,class (:inherit modus-theme-subtle-yellow))))
`(elfeed-search-date-face ((,class (:foreground ,fg-special-cold))))
`(elfeed-search-feed-face ((,class (:foreground ,cyan))))
`(elfeed-search-filter-face ((,class (:foreground ,fg-special-cold))))
`(elfeed-search-last-update-face ((,class (:foreground ,fg-special-mild))))
`(elfeed-search-tag-face ((,class (:foreground ,fg-special-mild))))
`(elfeed-search-title-face ((,class (:foreground ,fg-main))))
`(elfeed-search-unread-count-face ((,class (:foreground ,fg-special-warm))))
`(elfeed-search-unread-title-face ((,class (:weight bold))))
;;;; emms
`(emms-playlist-track-face ((,class (:foreground ,blue))))
`(emms-playlist-selected-face ((,class (:foreground ,magenta :weight bold))))