commit ee95483d31e5e0862a4554b9c8a543f5146cb744
parent 1a036635882fd34ed34b3ccedb7a270e619a0ff7
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 22 Oct 2012 17:09:18 +0200
fix message-mode faces
Diffstat:
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git 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))))