From 3023239a37397625389ce4127c01a85ca7db3879 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 13 Mar 2015 15:16:04 +0000 Subject: Summary: Fix to work with dark color themes (stipple with header-line face) --- lib/unicode-tokens.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index f9972aea..b52d035a 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -936,7 +936,7 @@ Starts from point." (forward-line -1) (point)) (point)) 'face - '(background-color . "gray90"))) + 'header-line)) (insert " ")) (incf count) (if (null toks) @@ -963,7 +963,7 @@ Starts from point." (if (setq grey (not grey)) (overlay-put (make-overlay start (point)) 'face - '(background-color . "gray90")))))))) + 'header-line))))))) (defalias 'unicode-tokens-list-unicode-chars 'unicode-chars-list-chars) -- cgit v1.2.3