branch: externals/ef-themes
commit 2210a883f9a7a1d64e6943e9cb1605bdc98f9ecd
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Refine org-agenda-structure-filter
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index 59640df3ce..7a9a1c40c0 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -603,7 +603,7 @@ When called from Lisp, THEME is a symbol."
`(org-agenda-filter-tags ((,c :inherit success)))
`(org-agenda-restriction-lock ((,c :background ,bg-dim :foreground
,fg-dim)))
`(org-agenda-structure ((,c :foreground ,rainbow-0 :height 1.7)))
- `(org-agenda-structure-filter ((,c :inherit org-agenda-structure
:foreground ,info)))
+ `(org-agenda-structure-filter ((,c :inherit (bold org-agenda-structure)
:foreground ,rainbow-1)))
`(org-agenda-structure-secondary ((,c :foreground ,rainbow-1)))
`(org-archived ((,c :background ,bg-alt :foreground ,fg-alt)))
`(org-block (( )))