Skip to content

Commit

Permalink
fix message-mode faces
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed Oct 22, 2012
1 parent 1a03663 commit ee95483
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions solarized.el
Expand Up @@ -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))))
Expand Down

0 comments on commit ee95483

Please sign in to comment.