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

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

[elpa] externals/ef-themes 89bc684007 1/3: Add appropriate colour to Org


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 89bc684007 1/3: Add appropriate colour to Org agenda filters
Date: Fri, 2 Sep 2022 23:57:44 -0400 (EDT)

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

    Add appropriate colour to Org agenda filters
---
 ef-themes.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 699e72360b..d3d0ff85ea 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1253,10 +1253,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 bold)))
-    `(org-agenda-filter-effort ((,c :inherit bold)))
-    `(org-agenda-filter-regexp ((,c :inherit bold)))
-    `(org-agenda-filter-tags ((,c :inherit bold)))
+    `(org-agenda-filter-category ((,c :inherit bold :foreground 
,modeline-err)))
+    `(org-agenda-filter-effort ((,c :inherit bold :foreground ,modeline-err)))
+    `(org-agenda-filter-regexp ((,c :inherit bold :foreground ,modeline-err)))
+    `(org-agenda-filter-tags ((,c :inherit bold :foreground ,modeline-err)))
     `(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]