branch: externals/ef-themes
commit e86757c1ee27cabf59e97d863e401b2588943368
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Fix :inherit of mu4e-footer-face
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index 81563c6baa..173fb9e2a5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -591,7 +591,7 @@ When called from Lisp, THEME is a symbol."
`(mu4e-context-face ((,c :inherit bold)))
`(mu4e-draft-face ((,c :foreground ,info)))
`(mu4e-flagged-face ((,c :foreground ,err)))
- `(mu4e-footer-face ((,c :inherit modus-themes-slant :foreground ,fg-alt)))
+ `(mu4e-footer-face ((,c :inherit italic :foreground ,fg-alt)))
`(mu4e-forwarded-face ((,c :inherit italic :foreground ,info)))
`(mu4e-header-face ((,c :inherit shadow)))
`(mu4e-header-highlight-face ((,c :inherit hl-line)))