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

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

[elpa] externals/modus-vivendi-theme 66416bc 092/110: Tweak `message-mml


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 66416bc 092/110: Tweak `message-mml' face
Date: Wed, 29 Apr 2020 21:40:14 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 66416bc0a43f70c0d50d85700fca59abefd45409
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Tweak `message-mml' face
    
    This is used in e.g. email attachments in `message-mode' buffers.
    
    The updated colour value helps it remain distinct from other constructs,
    even though typography and context should be enough.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 319a211..47ab3db 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2271,7 +2271,7 @@ AMOUNT is a customisation option."
    `(message-header-subject ((,class (:foreground ,magenta-alt-other :weight 
bold))))
    `(message-header-to ((,class (:foreground ,magenta-alt :weight bold))))
    `(message-header-xheader ((,class (:foreground ,blue-alt-other))))
-   `(message-mml ((,class (:foreground ,green-alt))))
+   `(message-mml ((,class (:foreground ,green-alt-other))))
    `(message-separator ((,class (:background ,bg-alt :foreground 
,fg-special-warm))))
    ;;;; modeline
    `(mode-line ((,class (:box ,(modus-operandi-theme-modeline-box bg-inactive 
fg-inactive t)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3f4a524..d3f04fe 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2271,7 +2271,7 @@ AMOUNT is a customisation option."
    `(message-header-subject ((,class (:foreground ,magenta-alt-other :weight 
bold))))
    `(message-header-to ((,class (:foreground ,magenta-alt :weight bold))))
    `(message-header-xheader ((,class (:foreground ,blue-alt-other))))
-   `(message-mml ((,class (:foreground ,green-alt))))
+   `(message-mml ((,class (:foreground ,green-alt-other))))
    `(message-separator ((,class (:background ,bg-alt :foreground 
,fg-special-warm))))
    ;;;; modeline
    `(mode-line ((,class (:box ,(modus-vivendi-theme-modeline-box bg-inactive 
fg-inactive t)



reply via email to

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