summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-11-07 12:35:56 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2013-11-07 12:35:56 +0200
commit9f1ad59d71ed0feccf7928cf737cf21610100bac (patch)
treef17d535517fe29fcd4e429e104999b7b6f94de07 /zenburn-theme.el
parent32ff84557853b43521c5b2d483b62dc434a380f4 (diff)
Add flycheck info faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 603bcc8..35d9e8b 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -313,8 +313,13 @@ Also bind `class' to ((class color) (min-colors 89))."
((((supports :underline (:style wave)))
(:underline (:style wave :color ,zenburn-orange) :inherit unspecified))
(t (:foreground ,zenburn-orange :weight bold :underline t))))
+ `(flycheck-info
+ ((((supports :underline (:style wave)))
+ (:underline (:style wave :color ,zenburn-cyan) :inherit unspecified))
+ (t (:foreground ,zenburn-cyan :weight bold :underline t))))
`(flycheck-fringe-error ((t (:foreground ,zenburn-red-1 :weight bold))))
`(flycheck-fringe-warning ((t (:foreground ,zenburn-orange :weight bold))))
+ `(flycheck-fringe-info ((t (:foreground ,zenburn-cyan :weight bold))))
;;;;; flymake
`(flymake-errline
((((supports :underline (:style wave)))