Improve some error faces.

This commit is contained in:
Greg Pfeil 2012-03-23 19:26:29 -06:00
parent c0334aaa10
commit e39988b743
1 changed files with 2 additions and 1 deletions

View File

@ -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))))