Add styles for `whitespace-line` face.

I've tried to mimick Emacs's existing styles as much as possible - it's
magenta on base03.
This commit is contained in:
Bradley Wright 2012-04-13 06:54:35 +01:00
parent 1aba0ed693
commit 76b1bdbe9e
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))))