Whitespace highlighting support

This commit is contained in:
Benjamin Kudria 2011-04-15 13:48:17 -07:00
parent 928309a2b2
commit a5ff4036b8
1 changed files with 10 additions and 0 deletions

View File

@ -228,6 +228,16 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
;; Flymake
(flymake-errline ((t (:background ,orange))))
(flymake-warnline ((t (:background ,violet))))
;; whitespace
(whitespace-empty ((t (:foreground ,red))))
(whitespace-hspace ((t (:foreground ,orange))))
(whitespace-indentation ((t (:foreground ,base02))))
(whitespace-space ((t (:foreground ,base02))))
(whitespace-space-after-tab ((t (:foreground ,cyan))))
(whitespace-space-before-tab ((t (:foreground ,red :bold t))))
(whitespace-tab ((t (:foreground ,base02))))
(whitespace-trailing ((t (:background ,base02 :foreground ,red :bold t))))
(whitespace-highlight-face ((t (:background ,blue :foreground ,red))))
;; Message
(message-mml ((t (:foreground ,blue))))
(message-cited-text ((t (:foreground ,base2))))