aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-06-27 12:57:58 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-06-27 12:57:58 +0200
commit188e354c488ce9018fa6305f76562cf98cc9f182 (patch)
tree656c3ac1b627cb35e6bef7b8094dd48cd5823842 /soria-theme.el
parentfae3356c50bd59d7687e58f421fd0e830f85c5b3 (diff)
downloadsoria-188e354c488ce9018fa6305f76562cf98cc9f182.tar.gz
soria-188e354c488ce9018fa6305f76562cf98cc9f182.zip
Added flycheck
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el26
1 files changed, 26 insertions, 0 deletions
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))))
)
)