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

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

[nongnu] elpa/spacemacs-theme f6aef03df6 187/336: Add additional support


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme f6aef03df6 187/336: Add additional support for elfeed.
Date: Fri, 14 Jan 2022 10:59:34 -0500 (EST)

branch: elpa/spacemacs-theme
commit f6aef03df6eb05cd195b5cc8d157fac325889186
Author: Aaron Jacobs <atheriel@gmail.com>
Commit: Aaron Jacobs <atheriel@gmail.com>

    Add additional support for elfeed.
    
    This commit themes `elfeed-search-date-face`, employing one of the
    provided header colours. `head2` is chosen over `head1` because of the
    latter's similarity to the face used for the feed itself.
    
    Signed-off-by: Aaron Jacobs <atheriel@gmail.com>
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8a0f35090d..9e421097cf 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -286,6 +286,7 @@
      `(elfeed-search-unread-title-face ((,class (:foreground ,base))))
      `(elfeed-search-feed-face ((,class (:foreground ,blue))))
      `(elfeed-search-tag-face ((,class (:foreground ,func))))
+     `(elfeed-search-date-face ((,class (:foreground ,head2))))
 
 ;;;;; enh-ruby
      `(enh-ruby-string-delimiter-face ((,class (:foreground ,str))))



reply via email to

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