diff options
| -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)))) |
