aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-26 11:03:53 +0100
committerGravatar Tom Willemsen2013-03-26 11:03:53 +0100
commitc486bbb8f8935e11e78f960299add2d2f9802b2f (patch)
tree2f1c604dfa6a5b0eea6fec15a1e1a6f412af8165
parent8e904823e948dcecff479984575b20bd6fb1071d (diff)
downloadyoshi-theme-c486bbb8f8935e11e78f960299add2d2f9802b2f.tar.gz
yoshi-theme-c486bbb8f8935e11e78f960299add2d2f9802b2f.zip
Add error face
-rw-r--r--yoshi-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 1d2291d..0cd828f 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org>
;; Keywords: faces
-;; Version: 5.0.0
+;; Version: 5.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
@@ -51,6 +51,7 @@
`(diff-hl-change ((t (:foreground ,lyellow :inherit diff-changed))))
`(diff-hl-delete ((t (:foreground ,lred :inherit diff-removed))))
`(diff-hl-insert ((t (:foreground ,lgreen :inherit diff-added))))
+ `(error ((t (:foreground ,lred :weight unspecified))))
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,lred :style wave)))))
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,lorange :style wave)))))
`(flymake-errline ((t (:background unspecified :underline (:color ,lred :style wave)))))