From e513b9cdb5580a8fbd7b8c01e0da496fd60841a4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 28 Mar 2012 16:10:13 +0100 Subject: [PATCH] Tweak highlight-indendation colors again --- 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 a4c214a..912b10a 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-3)))) - `(highlight-indentation-current-column-face ((t (:background ,gray-4)))) + `(highlight-indentation-face ((t (:background ,gray-4)))) + `(highlight-indentation-current-column-face ((t (:background ,gray-3)))) ;; ECB `(ecb-default-highlight-face ((t (:background ,background :foreground ,red-2))))