branch: externals/modus-operandi-theme
commit 30a7b7b35b110540e2f3a13da9733474e95a041d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for ELFEED-SCORE
---
README.org | 1 +
modus-operandi-theme.el | 7 +++++++
modus-vivendi-theme.el | 7 +++++++
3 files changed, 15 insertions(+)
diff --git a/README.org b/README.org
index a665424..05cd8c1 100644
--- a/README.org
+++ b/README.org
@@ -234,6 +234,7 @@ the "full support" may not be 100% true…
+ ediff
+ eldoc-box
+ elfeed
++ elfeed-score
+ emms
+ enhanced-ruby-mode
+ epa
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 46fa222..4f350b9 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -110,6 +110,7 @@
;; ediff
;; eldoc-box
;; elfeed
+;; elfeed-score
;; emms
;; enhanced-ruby-mode
;; epa
@@ -1139,6 +1140,12 @@ between foreground and background is >= 7:1)."
`(elfeed-search-title-face ((,class (:foreground ,fg-main))))
`(elfeed-search-unread-count-face ((,class (:foreground ,fg-special-warm))))
`(elfeed-search-unread-title-face ((,class (:weight bold))))
+ ;;;; elfeed-score
+ `(elfeed-score-date-face ((,class (:foreground ,blue))))
+ `(elfeed-score-debug-level-face ((,class (:foreground ,magenta-alt-other))))
+ `(elfeed-score-error-level-face ((,class (:foreground ,red))))
+ `(elfeed-score-info-level-face ((,class (:foreground ,cyan))))
+ `(elfeed-score-warn-level-face ((,class (:foreground ,yellow))))
;;;; emms
`(emms-playlist-track-face ((,class (:foreground ,blue))))
`(emms-playlist-selected-face ((,class (:foreground ,magenta :weight
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0d5a99b..bcc99b4 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -110,6 +110,7 @@
;; ediff
;; eldoc-box
;; elfeed
+;; elfeed-score
;; emms
;; enhanced-ruby-mode
;; epa
@@ -1139,6 +1140,12 @@ between foreground and background is >= 7:1)."
`(elfeed-search-title-face ((,class (:foreground ,fg-main))))
`(elfeed-search-unread-count-face ((,class (:foreground ,fg-special-warm))))
`(elfeed-search-unread-title-face ((,class (:weight bold))))
+ ;;;; elfeed-score
+ `(elfeed-score-date-face ((,class (:foreground ,blue))))
+ `(elfeed-score-debug-level-face ((,class (:foreground ,magenta-alt-other))))
+ `(elfeed-score-error-level-face ((,class (:foreground ,red))))
+ `(elfeed-score-info-level-face ((,class (:foreground ,cyan))))
+ `(elfeed-score-warn-level-face ((,class (:foreground ,yellow))))
;;;; emms
`(emms-playlist-track-face ((,class (:foreground ,blue))))
`(emms-playlist-selected-face ((,class (:foreground ,magenta :weight
bold))))