Merge pull request #53 from bradleywright/whitespace-line-face

Add styles for `whitespace-line` face.
This commit is contained in:
Greg Pfeil 2012-06-05 07:30:55 -07:00
commit 7dc178a9e4
1 changed files with 1 additions and 0 deletions

View File

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