summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'zenburn-theme.el')
-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))))