Don’t override the background color for whitespace-column.

This commit is contained in:
Greg Pfeil 2014-06-04 22:28:28 -06:00
parent 6ac824f501
commit b5d1b62c6b
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(whitespace-tab (,@fg-base02))
(whitespace-trailing (,@fmt-bold ,@fg-red ,@bg-base02))
(whitespace-highlight-face (,@fg-red ,@bg-blue))
(whitespace-line (,@fg-magenta ,@bg-base03))
(whitespace-line (,@fg-magenta))
;; rcirc
(rcirc-my-nick (,@fg-blue))
(rcirc-nick-in-message (,@fg-orange))