summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-26 15:25:26 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-26 15:25:26 +0100
commit215a478ebc288e12941f7636c23bc0dd22adda55 (patch)
tree6bbbecdc26848da8bcd07f4f619e5d5e9891eb4a /helm-utils.el
parent3eb9b9b3c483fc2efa1c76359d1d84b6248d116b (diff)
* helm-utils.el (helm-selection-line): Use distant-foreground.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index e496e11c..950474af 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -56,7 +56,7 @@ and `helm-imenu-default-action'.")
"The register where `helm-save-pos-to-register-before-jump' save position.")
(defface helm-selection-line
- '((t (:inherit highlight)))
+ '((t (:inherit highlight :distant-foreground "black")))
"Face used in the `helm-current-buffer' when jumping to candidate."
:group 'helm-faces)