From e39988b7433798b35a84754694bee840937f86fa Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Fri, 23 Mar 2012 19:26:29 -0600 Subject: [PATCH] Improve some error faces. --- solarized-definitions.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index 71893cf..71a1189 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -181,6 +181,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." `((;; basic (default ((t (,@fg-base0 ,@bg-back)))) ; Normal (cursor ((t (,@fg-base03 ,@bg-base0)))) ; Cursor + (error ((t (,@fmt-bold ,@fg-red)))) ; Error (escape-glyph-face ((t (,@fg-red)))) (fringe ((t (,@fg-base01 ,@bg-base02)))) (linum ((t (,@fg-base01 ,@bg-base02)))) @@ -457,7 +458,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (slime-note-face ((t (,@fg-yellow)))) (slime-repl-inputted-output-face ((t (,@fg-red)))) (slime-repl-output-mouseover-face ((t (:box (:color ,base3))))) - (slime-style-warning-face ((t (,@fg-orange)))) + (slime-style-warning-face ((t (,@fmt-bold ,@fg-orange)))) (slime-warning-face ((t (,@fmt-bold ,@fg-red)))) ; WarningMsg ;; whitespace (whitespace-empty ((t (,@fg-red))))