branch: externals/ef-themes commit 2e29a589f3dec0c80282380630f433686492562f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-owl: use magenta-faint for comments; magenta for message-part These are small tweaks that fit better with the rest of the theme. --- ef-owl-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-owl-theme.el b/ef-owl-theme.el index ad7f7e877d..1c3c9e197b 100644 --- a/ef-owl-theme.el +++ b/ef-owl-theme.el @@ -185,7 +185,7 @@ ;;;; Code mappings (builtin blue) - (comment yellow-faint) + (comment magenta-faint) (constant green) (fnname yellow-cooler) (keyword cyan-warmer) @@ -235,7 +235,7 @@ (mail-cite-1 green-cooler) (mail-cite-2 blue-warmer) (mail-cite-3 yellow-cooler) - (mail-part magenta-faint) + (mail-part magenta) (mail-recipient cyan-warmer) (mail-subject blue-cooler) (mail-other cyan-cooler)