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

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

[elpa] externals/ef-themes f86eff845e 1/2: Remove colouration of filter


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f86eff845e 1/2: Remove colouration of filter indicators
Date: Mon, 22 Aug 2022 04:57:33 -0400 (EDT)

branch: externals/ef-themes
commit f86eff845e839ea9769510d69037d3d8a3449e28
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove colouration of filter indicators
---
 ef-themes.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index eff6d11051..b8a9176fc6 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -793,11 +793,11 @@ Helper function for `ef-themes-preview-colors'."
     `(elfeed-log-warn-level-face ((,c :inherit warning)))
     `(elfeed-search-date-face ((,c :foreground ,date)))
     `(elfeed-search-feed-face ((,c :foreground ,accent-1)))
-    `(elfeed-search-filter-face ((,c :inherit success)))
+    `(elfeed-search-filter-face ((,c :inherit bold)))
     `(elfeed-search-last-update-face ((,c :inherit bold :foreground ,date)))
     `(elfeed-search-tag-face ((,c :foreground ,accent-0)))
     `(elfeed-search-title-face ((,c :foreground ,fg-dim)))
-    `(elfeed-search-unread-count-face ((,c :inherit bold)))
+    `(elfeed-search-unread-count-face (( )))
     `(elfeed-search-unread-title-face ((,c :inherit bold :foreground 
,fg-main)))
 ;;;; epa
     `(epa-field-body (( )))
@@ -1085,7 +1085,7 @@ Helper function for `ef-themes-preview-colors'."
     `(mu4e-header-value-face ((,c :inherit message-header-other)))
     `(mu4e-highlight-face ((,c :inherit ef-themes-key-binding)))
     `(mu4e-link-face ((,c :inherit link)))
-    `(mu4e-modeline-face ((,c :foreground ,info)))
+    `(mu4e-modeline-face (( )))
     `(mu4e-moved-face ((,c :inherit italic :foreground ,warning)))
     `(mu4e-ok-face ((,c :inherit success)))
     `(mu4e-region-code ((,c :foreground ,builtin)))
@@ -1146,10 +1146,10 @@ Helper function for `ef-themes-preview-colors'."
     `(org-agenda-diary ((,c :inherit org-agenda-calendar-sexp)))
     `(org-agenda-dimmed-todo-face ((,c :inherit shadow)))
     `(org-agenda-done ((,c :inherit success)))
-    `(org-agenda-filter-category ((,c :inherit success)))
-    `(org-agenda-filter-effort ((,c :inherit success)))
-    `(org-agenda-filter-regexp ((,c :inherit success)))
-    `(org-agenda-filter-tags ((,c :inherit success)))
+    `(org-agenda-filter-category ((,c :inherit bold)))
+    `(org-agenda-filter-effort ((,c :inherit bold)))
+    `(org-agenda-filter-regexp ((,c :inherit bold)))
+    `(org-agenda-filter-tags ((,c :inherit bold)))
     `(org-agenda-restriction-lock ((,c :background ,bg-dim :foreground 
,fg-dim)))
     `(org-agenda-structure ((,c :inherit ef-themes-heading-0)))
     `(org-agenda-structure-filter ((,c :inherit (warning 
org-agenda-structure))))



reply via email to

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