branch: elpa/material-theme
commit 2f1aa7b0706ff2e27853cadc6107b45057a61d3f
Author: Cody <[email protected]>
Commit: Cody <[email protected]>

    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