branch: externals/modus-vivendi-theme commit 2c55c0fb9fe1f4b84ba47a03dd46673fdbf3e69a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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