aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2015-03-13 15:16:04 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2015-03-13 15:16:04 +0000
commit3023239a37397625389ce4127c01a85ca7db3879 (patch)
treef85b5c10314551fab25de0fe85033b0f2b8359f2 /lib
parent4a343580d9072457f9a77cf5b661b1d84491a52d (diff)
Summary: Fix to work with dark color themes (stipple with header-line face)
Diffstat (limited to 'lib')
-rw-r--r--lib/unicode-tokens.el4
1 files 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)