branch: externals/modus-operandi-theme
commit d6a6826d53409c048f5854998115e0e0d12fb381
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak difference between Elfeed read/unread titles
Read titles should now be toned down a bit. Unread items are more
prominent as a result.
---
modus-operandi-theme.el | 4 ++--
modus-vivendi-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2c0dbec..ce3d41a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2081,9 +2081,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(elfeed-search-filter-face ((,class :foreground ,magenta-active)))
`(elfeed-search-last-update-face ((,class :foreground ,green-active)))
`(elfeed-search-tag-face ((,class :foreground ,cyan-alt-other)))
- `(elfeed-search-title-face ((,class :foreground ,fg-main)))
+ `(elfeed-search-title-face ((,class :foreground ,fg-dim)))
`(elfeed-search-unread-count-face ((,class :foreground ,blue-active)))
- `(elfeed-search-unread-title-face ((,class :inherit bold)))
+ `(elfeed-search-unread-title-face ((,class :inherit bold :foreground
,fg-main)))
;;;;; elfeed-score
`(elfeed-score-date-face ((,class :foreground ,blue)))
`(elfeed-score-debug-level-face ((,class :foreground ,magenta-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 721805e..b5ee27b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2081,9 +2081,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(elfeed-search-filter-face ((,class :foreground ,magenta-active)))
`(elfeed-search-last-update-face ((,class :foreground ,green-active)))
`(elfeed-search-tag-face ((,class :foreground ,cyan-alt-other)))
- `(elfeed-search-title-face ((,class :foreground ,fg-main)))
+ `(elfeed-search-title-face ((,class :foreground ,fg-dim)))
`(elfeed-search-unread-count-face ((,class :foreground ,blue-active)))
- `(elfeed-search-unread-title-face ((,class :inherit bold)))
+ `(elfeed-search-unread-title-face ((,class :inherit bold :foreground
,fg-main)))
;;;;; elfeed-score
`(elfeed-score-date-face ((,class :foreground ,blue)))
`(elfeed-score-debug-level-face ((,class :foreground ,magenta-alt-other)))