From da2a4653b6e332ba5c4fb78b604fc23214d435f9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 28 Mar 2012 16:07:20 +0100 Subject: [PATCH] Make hl-line and highlight-indentation backgrounds a bit darker Now that comments are slightly brighter, hl-line can be brighter again as the comment text is more obvious even on the current line. --- tomorrow-night-paradise-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tomorrow-night-paradise-theme.el b/tomorrow-night-paradise-theme.el index 6ac82d3..a4c214a 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -37,7 +37,7 @@ `(region ((t (:background ,selection)))) `(fringe ((t (:background ,gray-2)))) `(minibuffer-prompt ((t (:foreground ,blue)))) - `(hl-line ((t (:background ,gray-4)))) + `(hl-line ((t (:background ,gray-3)))) ;; Font-lock stuff `(font-lock-builtin-face ((t (:foreground ,blue)))) @@ -91,8 +91,8 @@ `(magit-item-highlight ((t (:background ,gray-2)))) ;; highlight-indentation-mode - `(highlight-indentation-face ((t (:background ,gray-4)))) - `(highlight-indentation-current-column-face ((t (:background ,gray-3)))) + `(highlight-indentation-face ((t (:background ,gray-3)))) + `(highlight-indentation-current-column-face ((t (:background ,gray-4)))) ;; ECB `(ecb-default-highlight-face ((t (:background ,background :foreground ,red-2))))