diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-08-20 09:02:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-08-20 09:02:38 +0200 |
| commit | acb21133b86814e2eaf2b29e4b4a66847eab8403 (patch) | |
| tree | 557941ca345218fdab00eafd4c5f96967a2e627d | |
| parent | 65120695cb0ab15e786dd96f03b96a6dfea1ef56 (diff) | |
| download | soria-acb21133b86814e2eaf2b29e4b4a66847eab8403.tar.gz soria-acb21133b86814e2eaf2b29e4b4a66847eab8403.zip | |
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 7d34747..e9606b9 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1403,6 +1403,9 @@ The theme has to be reloaded after changing anything in this group." `(mu4e-view-special-header-value-face ((,class (:foreground ,soria-blue :weight normal :underline nil)))) + `(mu4e-thread-fold-face + ((,class (:inherit font-lock-comment-face :weight normal)))) + ;; ERC `(erc-current-nick-face |
