emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 1a38dac8ba 3/4: Stop associating message-mml


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 1a38dac8ba 3/4: Stop associating message-mml with "info" mapping
Date: Sat, 27 Aug 2022 06:57:34 -0400 (EDT)

branch: externals/ef-themes
commit 1a38dac8ba500651de126f49ee72717c7c3bc1a2
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Stop associating message-mml with "info" mapping
    
    It would be rendered in what normally is a green colour, though this is
    not appropriate here.  Instead, we need those elements to have a more
    neutral colour, as they apply to different types of information.  The
    bold weight ensures that the construct is not long in the already
    colourful buffer.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index f4188813b6..21c1a7ee20 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1068,7 +1068,7 @@ Helper function for `ef-themes-preview-colors'."
     `(message-header-subject ((,c :inherit bold :foreground ,mail-2)))
     `(message-header-xheader ((,c :foreground ,mail-3)))
     `(message-header-other ((,c :foreground ,mail-4)))
-    `(message-mml ((,c :foreground ,info)))
+    `(message-mml ((,c :inherit bold :foreground ,fg-alt)))
     `(message-separator ((,c :background ,bg-alt)))
 ;;;; mode-line
     `(mode-line ((,c :inherit ef-themes-ui-variable-pitch :background 
,bg-mode-line :foreground ,fg-mode-line)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]