commit 14e6d53bc3b43830fad1dacabdd1fe08e8067f3e
parent 96065f64663bbeb9d48a6e0e745ea44a0130bd47
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 30 Dec 2012 08:09:45 -0800
Merge pull request #50 from lunaryorn/flycheck-highlighting
Add faces for flycheck
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -341,6 +341,12 @@
`(flymake-warnline
((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t))))
+ ;; flycheck
+ `(flycheck-error-face
+ ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t))))
+ `(flymake-warning-face
+ ((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t))))
+
;; flyspell
`(flyspell-duplicate ((,class (:foreground ,yellow :weight bold :underline t))))
`(flyspell-incorrect ((,class (:foreground ,red :weight bold :underline t))))