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

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

[nongnu] elpa/material-theme 2f1aa7b 084/118: add support for elfeed


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 2f1aa7b 084/118: add support for elfeed
Date: Thu, 21 Oct 2021 18:06:26 -0400 (EDT)

branch: elpa/material-theme
commit 2f1aa7b0706ff2e27853cadc6107b45057a61d3f
Author: Cody <seeq@openmailbox.org>
Commit: Cody <seeq@openmailbox.org>

    add support for elfeed
---
 material-light-theme.el | 11 ++++++++++-
 material-theme.el       | 11 ++++++++++-
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 9c8a8ea..1cadc17 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -797,7 +797,16 @@
    `(term-color-blue    ((,class (:foreground ,blue :background ,blue))))
    `(term-color-magenta ((,class (:foreground ,purple :background ,purple))))
    `(term-color-cyan    ((,class (:foreground ,aqua :background ,aqua))))
-   `(term-color-white   ((,class (:foreground ,background :background 
,background)))))
+   `(term-color-white   ((,class (:foreground ,background :background 
,background))))
+
+   ;; elfeed
+   `(elfeed-log-date-face ((,class (:foreground ,aqua))))
+   `(elfeed-log-error-level-face ((,class (:foreground ,red))))
+   `(elfeed-log-info-level-face ((,class (:foreground ,blue))))
+   `(elfeed-log-warn-level-face ((,class (:foreground ,orange))))
+   `(elfeed-search-date-face ((,class (:foreground ,purple))))
+   `(elfeed-search-feed-face ((,class (:foreground ,yellow))))
+   `(elfeed-search-tag-face ((,class (:foreground ,green)))))
 
   (custom-theme-set-variables
    'material-light
diff --git a/material-theme.el b/material-theme.el
index 4a73930..43c3c35 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -790,7 +790,16 @@
    `(term-color-blue    ((,class (:foreground ,blue :background ,blue))))
    `(term-color-magenta ((,class (:foreground ,purple :background ,purple))))
    `(term-color-cyan    ((,class (:foreground ,aqua :background ,aqua))))
-   `(term-color-white   ((,class (:foreground ,background :background 
,background)))))
+   `(term-color-white   ((,class (:foreground ,background :background 
,background))))
+
+   ;; elfeed
+   `(elfeed-log-date-face ((,class (:foreground ,aqua))))
+   `(elfeed-log-error-level-face ((,class (:foreground ,red))))
+   `(elfeed-log-info-level-face ((,class (:foreground ,blue))))
+   `(elfeed-log-warn-level-face ((,class (:foreground ,orange))))
+   `(elfeed-search-date-face ((,class (:foreground ,purple))))
+   `(elfeed-search-feed-face ((,class (:foreground ,yellow))))
+   `(elfeed-search-tag-face ((,class (:foreground ,green)))))
 
   (custom-theme-set-variables
    'material



reply via email to

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