Minor refinements to MU4E modeline faces

This commit is contained in:
Protesilaos Stavrou 2019-12-12 10:27:55 +02:00
parent 3b6bda4e5d
commit 4eb1f0fbf9
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 4 deletions

View File

@ -1044,7 +1044,7 @@ between foreground and background is >= 7:1)."
`(mu4e-compose-header-face ((,class (:foreground ,green-alt))))
`(mu4e-compose-separator-face ((,class (:background ,bg-active :foreground ,fg-main :box t))))
`(mu4e-contact-face ((,class (:foreground ,cyan))))
`(mu4e-context-face ((,class (:background ,bg-alt :foreground ,fg-alt :weight bold))))
`(mu4e-context-face ((,class (:foreground ,blue-active))))
`(mu4e-draft-face ((,class (:foreground ,magenta-refine-fg))))
`(mu4e-flagged-face ((,class (:foreground ,red-alt-other))))
`(mu4e-footer-face ((,class (:foreground ,fg-alt))))
@ -1057,7 +1057,7 @@ between foreground and background is >= 7:1)."
`(mu4e-header-value-face ((,class (:foreground ,magenta-alt-other))))
`(mu4e-highlight-face ((,class (:foreground ,blue-intense :weight bold))))
`(mu4e-link-face ((,class (:inherit link))))
`(mu4e-modeline-face ((,class (:background ,bg-alt :foreground ,fg-alt :weight bold))))
`(mu4e-modeline-face ((,class (:foreground ,cyan-active))))
`(mu4e-moved-face ((,class (:foreground ,blue-refine-fg))))
`(mu4e-ok-face ((,class (:foreground ,green-intense :weight bold))))
`(mu4e-region-code ((,class (:inherit show-paren-match-expression))))

View File

@ -1044,7 +1044,7 @@ between foreground and background is >= 7:1)."
`(mu4e-compose-header-face ((,class (:foreground ,green-alt))))
`(mu4e-compose-separator-face ((,class (:background ,bg-active :foreground ,fg-main :box t))))
`(mu4e-contact-face ((,class (:foreground ,cyan))))
`(mu4e-context-face ((,class (:background ,bg-alt :foreground ,fg-alt :weight bold))))
`(mu4e-context-face ((,class (:foreground ,blue-active))))
`(mu4e-draft-face ((,class (:foreground ,magenta-refine-fg))))
`(mu4e-flagged-face ((,class (:foreground ,red-alt-other))))
`(mu4e-footer-face ((,class (:foreground ,fg-alt))))
@ -1057,7 +1057,7 @@ between foreground and background is >= 7:1)."
`(mu4e-header-value-face ((,class (:foreground ,magenta-alt-other))))
`(mu4e-highlight-face ((,class (:foreground ,blue-intense :weight bold))))
`(mu4e-link-face ((,class (:inherit link))))
`(mu4e-modeline-face ((,class (:background ,bg-alt :foreground ,fg-alt :weight bold))))
`(mu4e-modeline-face ((,class (:foreground ,cyan-active))))
`(mu4e-moved-face ((,class (:foreground ,blue-refine-fg))))
`(mu4e-ok-face ((,class (:foreground ,green-intense :weight bold))))
`(mu4e-region-code ((,class (:inherit show-paren-match-expression))))