From bfe631806280200cbcb8b6d51548ee0e21ebe966 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 7 Nov 2016 14:46:21 +0100 Subject: [PATCH] Change long line background to a darker one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is much more readable (not perfect, though…) --- customizations.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customizations.el b/customizations.el index f9b28d9..6f98aae 100644 --- a/customizations.el +++ b/customizations.el @@ -138,4 +138,4 @@ '(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0)))) '(hl-line ((t (:inherit nil :background "gray25")))) '(trailing-whitespace ((t (:inherit nil :background "red1")))) - '(whitespace-line ((t (:inherit nil :background "orange"))))) + '(whitespace-line ((t (:inherit nil :background "orange4")))))