commit 84a8adfaede032945ab4b746f78324fde80e822a
parent 86dfe1b4f6c1ba8b5e178a5c8bbaae657fcd7728
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 7 Nov 2013 09:38:14 +0100
add flyckef info level faces
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -592,10 +592,16 @@ customize the resulting theme."
((,(append '((supports :underline (:style wave))) class)
(:underline (:style wave :color ,yellow) :inherit unspecified))
(,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t))))
+ `(flycheck-info
+ ((,(append '((supports :underline (:style wave))) class)
+ (:underline (:style wave :color ,blue) :inherit unspecified))
+ (,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t))))
`(flycheck-fringe-error
((,class (:foreground ,red-hc :background ,red-lc :weight bold))))
`(flycheck-fringe-warning
((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold))))
+ `(flycheck-fringe-info
+ ((,class (:foreground ,blue-hc :background ,blue-lc :weight bold))))
;; flyspell
`(flyspell-duplicate