Add support for mu4e-related-face

This commit is contained in:
Protesilaos Stavrou 2022-08-15 11:53:25 +03:00
parent 99b6937bd2
commit 8949ce848f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -538,6 +538,7 @@ When called from Lisp, THEME is a symbol."
`(mu4e-moved-face ((,c :inherit italic :foreground ,warning)))
`(mu4e-ok-face ((,c :inherit success)))
`(mu4e-region-code ((,c :foreground ,builtin)))
`(mu4e-related-face ((,c :inherit shadow)))
`(mu4e-replied-face ((,c :foreground ,info)))
`(mu4e-special-header-value-face ((,c :inherit message-header-subject)))
`(mu4e-system-face ((,c :inherit italic)))