From 9ae88875057bfef43254dfe84b23f01c0600333f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 20 Mar 2012 09:21:31 +0000 Subject: [PATCH] Change indentation highlight color to a more faded out one. --- tomorrow-night-paradise-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index 2ce0d69..da54630 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -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))))