From ee95483d31e5e0862a4554b9c8a543f5146cb744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Mon, 22 Oct 2012 17:09:18 +0200 Subject: [PATCH] fix message-mode faces --- solarized.el | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/solarized.el b/solarized.el index 98c17e0e..4797cb51 100644 --- a/solarized.el +++ b/solarized.el @@ -446,17 +446,16 @@ `(magit-log-sha1 ((,class (:foreground ,yellow)))) ;; message-mode - `(message-cited-text-face ((,class (:inherit font-lock-comment)))) - `(message-header-name-face ((,class (:foreground ,green)))) - `(message-header-other-face ((,class (:foreground ,green)))) - `(message-header-to-face ((,class (:foreground ,yellow :weight bold)))) - `(message-header-from-face ((,class (:foreground ,yellow :weight bold)))) - `(message-header-cc-face ((,class (:foreground ,yellow :weight bold)))) - `(message-header-newsgroups-face ((,class (:foreground ,yellow :weight bold)))) - `(message-header-subject-face ((,class (:foreground ,orange :weight bold)))) - `(message-header-xheader-face ((,class (:foreground ,green)))) - `(message-mml-face ((,class (:foreground ,yellow :weight bold)))) - `(message-separator-face ((,class (:inherit font-lock-comment)))) + `(message-cited-text ((,class (:foreground ,solarized-comments)))) + `(message-header-name ((,class (:foreground ,green)))) + `(message-header-other ((,class (:foreground ,green)))) + `(message-header-to ((,class (:foreground ,yellow :weight bold)))) + `(message-header-cc ((,class (:foreground ,orange :weight bold)))) + `(message-header-newsgroups ((,class (:foreground ,yellow :weight bold)))) + `(message-header-subject ((,class (:foreground ,orange)))) + `(message-header-xheader ((,class (:foreground ,cyan)))) + `(message-mml ((,class (:foreground ,yellow :weight bold)))) + `(message-separator ((,class (:foreground ,solarized-comments :slant italic)))) ;; mew `(mew-face-header-subject ((,class (:foreground ,orange))))