Skip to content

Commit

Permalink
Improve some error faces.
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Mar 24, 2012
1 parent c0334aa commit e39988b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down Expand Up @@ -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))))
Expand Down

0 comments on commit e39988b

Please sign in to comment.