Skip to content

Commit

Permalink
Add styles for whitespace-line face.
Browse files Browse the repository at this point in the history
I've tried to mimick Emacs's existing styles as much as possible - it's
magenta on base03.
  • Loading branch information
bradwright committed Apr 13, 2012
1 parent 1aba0ed commit 76b1bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 76b1bdb

Please sign in to comment.