diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-02 16:24:15 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-02 16:24:15 +0200 |
| commit | bd83db9f83dff1cc717f9a6b4a2feab05031458a (patch) | |
| tree | d587052de19f60af6fa1a58f1a846b5b62cbc041 | |
| parent | 65581530155b097fc314a19b2851a7dffcfd3790 (diff) | |
| download | soria-bd83db9f83dff1cc717f9a6b4a2feab05031458a.tar.gz soria-bd83db9f83dff1cc717f9a6b4a2feab05031458a.zip | |
Add support for `mu4e-related-face'
As introduced by commit cdd02566648b ("mu4e: Show 'related' messages
with mu4e-related-face"), which happened after the last commit that I
have related to mu4e (i.e. c2236e4a1c62 ("Use the proper color for the
mu4e-ok-face")).
I should really pay attention to new defface's when updating some
important packages like mu4e, as this one is really useful and I was
really confused on mu4e headers and long threads.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | soria-theme.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index 6c4dd2b..f0fa44b 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1352,6 +1352,9 @@ The theme has to be reloaded after changing anything in this group." `(mu4e-moved-face ((,class (:inherit font-lock-comment-face :slant italic)))) + `(mu4e-related-face + ((,class (:inherit font-lock-comment-face :weight normal)))) + `(mu4e-ok-face ((,class (:inherit font-lock-preprocessor-face :slant normal :weight normal)))) |
