diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-02-01 19:30:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-02-01 19:30:47 +0100 |
| commit | c2236e4a1c6261137e6fde01947075652027f378 (patch) | |
| tree | 2558936f35c6bb40f44b89d09c638e347dcb60f0 /soria-theme.el | |
| parent | 2a59db06a319500fcb0671f1545433b16309d00a (diff) | |
| download | soria-c2236e4a1c6261137e6fde01947075652027f378.tar.gz soria-c2236e4a1c6261137e6fde01947075652027f378.zip | |
Use the proper color for the mu4e-ok-face
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soria-theme.el b/soria-theme.el index 51358c6..185ae3d 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1060,7 +1060,7 @@ The theme has to be reloaded after changing anything in this group." ((,class (:inherit font-lock-comment-face :slant italic)))) `(mu4e-ok-face - ((,class (:inherit font-lock-comment-face :slant normal :weight normal)))) + ((,class (:inherit font-lock-preprocessor-face :slant normal :weight normal)))) `(mu4e-replied-face ((,class (:inherit font-lock-builtin-face :weight normal)))) |
