Change indentation highlight color to a more faded out one.

This commit is contained in:
2012-03-20 09:21:31 +00:00
parent 4137ebf431
commit 9ae8887505

View File

@@ -91,8 +91,8 @@
`(magit-item-highlight ((t (:background ,gray-2))))
;; highlight-indentation-mode
`(highlight-indentation-face ((t (:background ,gray-2))))
`(highlight-indentation-current-column-face ((t (:background ,gray-2))))
`(highlight-indentation-face ((t (:background ,current-line))))
`(highlight-indentation-current-column-face ((t (:background ,current-line))))
;; ECB
`(ecb-default-highlight-face ((t (:background ,background :foreground ,red-2))))