summaryrefslogtreecommitdiff
path: root/helm-font.el
diff options
context:
space:
mode:
authorTitus von der Malsburg <malsburg@posteo.de>2016-03-02 18:40:47 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-03-02 18:40:47 +0100
commit5c8ebc86d68d3965e79e531a28d6ca589da9562a (patch)
treed7c54b7bb53c2d187f389c125016941e368fa114 /helm-font.el
parent90c5d0d39ef447e73c0b8b1c681319c037082712 (diff)
Fix ucs font for non dark backgrounds (#1411).
Diffstat (limited to 'helm-font.el')
-rw-r--r--helm-font.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-font.el b/helm-font.el
index 8968aa9e..b65ccefe 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -36,7 +36,7 @@
"Keymap for `helm-ucs'.")
(defface helm-ucs-char
- '((t (:foreground "Gold")))
+ '((((class color) (background dark)) (:foreground "Gold")))
"Face used to display ucs characters."
:group 'helm-font)