From cf954047db821b6c53f101cfe90c49261a1958ef Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 Mar 2012 01:33:25 +0000 Subject: [PATCH] changed ecb customization cause it was ugly --- tomorrow-night-paradise-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index 126266c..cb22355 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -88,7 +88,7 @@ `(highlight-indentation-current-column-face ((t (:background ,current-line)))) ;; ECB - `(ecb-default-highlight-face ((t (:background ,red-2 :foreground ,current-line)))) + `(ecb-default-highlight-face ((t (:background ,background :foreground ,red-2)))) ;; org-mode `(org-date ((t (:foreground ,purple))))