branch: elpa/material-theme
commit 204abe37742a52eaf2775279d56e38bf163b2327
Merge: 35ad0e9 2f1aa7b
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Merge pull request #24 from Seeq/master
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