summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2017-05-02 16:05:52 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-05-11 17:49:15 +0400
commitd5d914bf5a91eddd331b06ce4d92e9c29a93273d (patch)
treea61869e16a4daf342f8dc229b40365f8b2b16699
parentfafd39c8f4e9b0933faab73cf636c5371c9741f0 (diff)
Add faces for merlin-mode
-rw-r--r--zenburn-theme.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index c748879..8d9d618 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -963,6 +963,18 @@ Also bind `class' to ((class color) (min-colors 89))."
`(nav-face-hdir ((t (:foreground ,zenburn-red))))
`(nav-face-file ((t (:foreground ,zenburn-fg))))
`(nav-face-hfile ((t (:foreground ,zenburn-red-4))))
+;;;;; merlin
+ `(merlin-type-face ((t (:inherit highlight))))
+ `(merlin-compilation-warning-face
+ ((((supports :underline (:style wave)))
+ (:underline (:style wave :color ,zenburn-orange)))
+ (t
+ (:underline ,zenburn-orange))))
+ `(merlin-compilation-error-face
+ ((((supports :underline (:style wave)))
+ (:underline (:style wave :color ,zenburn-red)))
+ (t
+ (:underline ,zenburn-red))))
;;;;; mu4e
`(mu4e-cited-1-face ((t (:foreground ,zenburn-blue :slant italic))))
`(mu4e-cited-2-face ((t (:foreground ,zenburn-green+2 :slant italic))))