commit d0b2d378dc625304ac342b4ded84cf28ba4b54f2
parent a3b65e5a2495ae473d00178d499d376a792b0a0e
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 9 Feb 2014 19:01:29 +0100
mu4e less constrast
Diffstat:
1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1111,28 +1111,13 @@ customize the resulting theme."
`(mu4e-cited-5-face ((,class (:foreground ,cyan :slant italic :weight normal))))
`(mu4e-cited-6-face ((,class (:foreground ,green :slant italic :weight normal))))
`(mu4e-cited-7-face ((,class (:foreground ,blue :slant italic :weight normal))))
- `(mu4e-flagged-face ((,class (:foreground ,blue :weight bold))))
+ `(mu4e-flagged-face ((,class (:foreground ,blue :weight normal))))
+ `(mu4e-unread-face ((,class (:foreground ,green :weight normal))))
`(mu4e-view-url-number-face ((,class (:foreground ,yellow :weight normal))))
`(mu4e-warning-face ((,class (:foreground ,red :slant normal :weight bold))))
`(mu4e-header-highlight-face
((,class (:inherit unspecified :foreground unspecified :background ,base02
- :underline ,base1 :weight normal))))
-
- ;; `(mu4e-draft-face ((,class (:inherit font-lock-string-face))))
- ;; `(mu4e-footer-face ((,class (:inherit font-lock-comment-face))))
- ;; `(mu4e-forwarded-face ((,class (:inherit font-lock-builtin-face :weight normal))))
- ;; `(mu4e-header-face ((,class (:inherit default))))
- ;; `(mu4e-header-marks-face ((,class (:inherit font-lock-preprocessor-face))))
- ;; `(mu4e-header-title-face ((,class (:inherit font-lock-type-face))))
- ;; `(mu4e-highlight-face ((,class (:inherit font-lock-pseudo-keyword-face :weight bold))))
- ;; `(mu4e-moved-face ((,class (:inherit font-lock-comment-face :slant italic))))
- ;; `(mu4e-ok-face ((,class (:inherit font-lock-comment-face :slant normal :weight bold))))
- ;; `(mu4e-replied-face ((,class (:inherit font-lock-builtin-face :weight normal))))
- ;; `(mu4e-system-face ((,class (:inherit font-lock-comment-face :slant italic))))
- ;; `(mu4e-title-face ((,class (:inherit font-lock-type-face :weight bold))))
- ;; `(mu4e-trashed-face ((,class (:inherit font-lock-comment-face :strike-through t))))
- ;; `(mu4e-unread-face ((,class (:inherit font-lock-keyword-face :weight bold))))
- ;; `(mu4e-view-attach-number-face ((,class (:inherit font-lock-variable-name-face :weight bold))))
+ :underline unspecified :weight unspecified))))
`(mu4e-view-contact-face ((,class (:foreground ,base0 :weight normal))))
`(mu4e-view-header-key-face ((,class (:inherit message-header-name :weight normal))))
`(mu4e-view-header-value-face ((,class (:foreground ,cyan :weight normal :slant normal))))