aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-12-12 11:02:16 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2016-12-12 11:02:16 +0100
commit572d6b73ad8f6a34c2634d416cc063087307ec7f (patch)
tree553553fbd2fba867ddc6fc8adbcadab3053a8f1e
parentcd560fecdf0f4cd6be79545f92b928da38301ae8 (diff)
downloadsoria-572d6b73ad8f6a34c2634d416cc063087307ec7f.tar.gz
soria-572d6b73ad8f6a34c2634d416cc063087307ec7f.zip
mu4e: added some fixes
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--soria-theme.el14
1 files changed, 9 insertions, 5 deletions
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))))