aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-09 02:56:36 +0100
committerGravatar Tom Willemsen2013-01-09 02:56:36 +0100
commit8f2bbe7e08d0971f6bf0ea871cb63899d73b8848 (patch)
treeeb47155010dd045313549eaa944203a14d168b21
parent8344dcfb3b8c60712ee8c98393e0c43e8427b372 (diff)
downloadyoshi-theme-8f2bbe7e08d0971f6bf0ea871cb63899d73b8848.tar.gz
yoshi-theme-8f2bbe7e08d0971f6bf0ea871cb63899d73b8848.zip
Add flycheck faces
-rw-r--r--yoshi-theme.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 5385751..80eef30 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces
-;; Version: 2.0.0
+;; Version: 2.1.0
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -86,6 +86,8 @@
'yoshi
`(default ((t (:background "#111113" :foreground ,white-1))))
+ `(flycheck-error-face ((t (:foreground nil :underline (:color ,red-2 :style wave)))))
+ `(flycheck-warning-face ((t (:foreground nil :underline (:color ,orange-2 :style wave)))))
`(flymake-errline ((t (:background nil :underline (:color ,red-2 :style wave)))))
`(flymake-infoline ((t (:background nil :underline (:color ,blue-2 :style wave)))))
`(flymake-warnline ((t (:background nil :underline (:color ,orange-2 :style wave)))))