Add faces for tab + trailing-whitespace to theme

This commit is contained in:
Henrik Lissner 2014-09-05 17:06:46 -04:00
parent ead00609d5
commit 8bec4b7303

View file

@ -99,7 +99,8 @@
`(font-lock-doc-string-face ((t (:foreground ,strings))))
`(my-carriage-return-face ((t (:foreground "#555555"))))
`(my-tab-face ((t (:foreground "#555555")))))
`(my-tab-face ((t (:foreground "#555555"))))
`(trailing-whitespace ((t (:background "#884444")))))
;; *****************************************************************************************