emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 2d0c1b9164 011/281: Add support for Elfeed


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 2d0c1b9164 011/281: Add support for Elfeed
Date: Tue, 16 Aug 2022 16:58:14 -0400 (EDT)

branch: externals/ef-themes
commit 2d0c1b91648a53452d1455340d53366680797010
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for Elfeed
---
 ef-themes.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 4edd979119..899042ca71 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -226,6 +226,20 @@
 ;;;; eldoc
     ;; NOTE: see https://github.com/purcell/package-lint/issues/187
     (list 'eldoc-highlight-function-argument `((,c :inherit bold :background 
,bg-dim :foreground ,accent-0)))
+;;;; elfeed
+    `(elfeed-log-date-face ((,c :inherit elfeed-search-date-face)))
+    `(elfeed-log-debug-level-face ((,c :inherit elfeed-search-filter-face)))
+    `(elfeed-log-error-level-face ((,c :inherit error)))
+    `(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-filter-face ((,c :inherit success)))
+    `(elfeed-search-last-update-face ((,c :inherit bold :foreground ,date)))
+    `(elfeed-search-tag-face ((,c :foreground ,accent-0)))
+    `(elfeed-search-title-face ((,c :foreground ,fg-dim)))
+    `(elfeed-search-unread-count-face ((,c :inherit bold)))
+    `(elfeed-search-unread-title-face ((,c :inherit bold :foreground 
,fg-main)))
 ;;;; font-lock
     `(font-lock-builtin-face ((,c :foreground ,builtin)))
     `(font-lock-comment-delimiter-face ((,c :inherit font-lock-comment-face)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]