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

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

[elpa] externals/modus-vivendi-theme 2c55c0f 21/35: Differentiate 'messa


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 2c55c0f 21/35: Differentiate 'message-mml', 'message-header-name'
Date: Wed, 24 Jun 2020 12:42:49 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 2c55c0fb9fe1f4b84ba47a03dd46673fdbf3e69a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Differentiate 'message-mml', 'message-header-name'
---
 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 ab0b382..2a99808 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2464,8 +2464,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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-other))))
    `(message-separator ((,class (:background ,bg-alt :foreground 
,fg-special-warm))))
+   `(message-mml ((,class (:foreground ,green-alt))))
    ;;;; minibuffer-line
    `(minibuffer-line ((,class (:foreground ,fg-main))))
    ;;;; minimap
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 84fe31e..06889d7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2464,8 +2464,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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-other))))
    `(message-separator ((,class (:background ,bg-alt :foreground 
,fg-special-warm))))
+   `(message-mml ((,class (:foreground ,green-alt))))
    ;;;; minibuffer-line
    `(minibuffer-line ((,class (:foreground ,fg-main))))
    ;;;; minimap



reply via email to

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