From 135f68c419ccc5f5af12099a3cf0bf26586fef3d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 4 Jun 2012 13:03:41 +0100 Subject: [PATCH] Change color of hl-line to be darker, and less intrusive --- 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 207bae3..6207893 100644 --- a/tomorrow-night-paradise-theme.el +++ b/tomorrow-night-paradise-theme.el @@ -42,7 +42,7 @@ `(region ((t (:background ,selection)))) `(fringe ((t (:background ,gray-2)))) `(minibuffer-prompt ((t (:foreground ,blue)))) - `(hl-line ((t (:background ,gray-3)))) + `(hl-line ((t (:background ,gray-4)))) ;; Font-lock stuff `(font-lock-builtin-face ((t (:foreground ,blue))))