From 188e354c488ce9018fa6305f76562cf98cc9f182 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 27 Jun 2016 12:57:58 +0200 Subject: Added flycheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index 3f4c730..9c00435 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -352,6 +352,32 @@ The theme has to be reloaded after changing anything in this group." `(ansi-color-names-vector [,soria-darkgray ,soria-redpastel ,soria-green ,soria-yellow ,soria-blue ,soria-darkpurple ,soria-purple ,soria-white])) + + ;; Flycheck + + `(flycheck-error + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + + `(flycheck-warning + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-orange) :inherit unspecified)))) + + `(flycheck-info + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-blue) :inherit unspecified)))) + + `(flycheck-fringe-error + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + + `(flycheck-fringe-warning + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-orange) :inherit unspecified)))) + + `(flycheck-fringe-info + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-blue) :inherit unspecified)))) ) ) -- cgit v1.2.3