From 572d6b73ad8f6a34c2634d416cc063087307ec7f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 12 Dec 2016 11:02:16 +0100 Subject: mu4e: added some fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index eb131ef..3a0ce6f 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -852,11 +852,6 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." ((,class (:inherit region)))) ;; mu4e - ;; TODO - ;; - Color of headers' headers list - ;; - Polish main and headers - ;; - Go for view mode - ;; `(mu4e-cited-1-face ((,class (:foreground ,soria-gray :slant italic :weight normal)))) @@ -944,6 +939,15 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." `(mu4e-header-key-face ((,class (:foreground ,soria-yellow :weight normal)))) + `(mu4e-context-face + ((,class (:inherit mu4e-title-face :weight normal)))) + + `(mu4e-modeline-face + ((,class (:inherit font-lock-string-face :weight normal)))) + + `(mu4e-region-code + ((,class (:background ,soria-darkgray)))) + `(mu4e-view-attach-number-face ((,class (:inherit font-lock-variable-name-face :weight normal)))) -- cgit v1.2.3