aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-27 13:52:12 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-27 13:52:12 +0300
commitd7c4613c7d56ae97ceaae3b2225a1283afa4bb9f (patch)
treed5680111f6750cad581178415fef5be17ee865ba
parent1a38dac8ba500651de126f49ee72717c7c3bc1a2 (diff)
Refine notmuch crypto message parts
Also see commit 1a38dac.
-rw-r--r--ef-themes.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 21c1a7e..91cac21 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1117,8 +1117,8 @@ Helper function for `ef-themes-preview-colors'."
`(mu4e-view-body-face (( )))
`(mu4e-warning-face ((,c :inherit warning)))
;;;; notmuch
- `(notmuch-crypto-decryption ((,c :inherit (shadow bold))))
- `(notmuch-crypto-part-header ((,c :foreground ,magenta-cooler)))
+ `(notmuch-crypto-decryption ((,c :inherit bold)))
+ `(notmuch-crypto-part-header ((,c :inherit bold :foreground ,fg-alt)))
`(notmuch-crypto-signature-bad ((,c :inherit error)))
`(notmuch-crypto-signature-good ((,c :inherit success)))
`(notmuch-crypto-signature-good-key ((,c :inherit success)))