branch: elpa/helm
commit 0e8a9a3f0fff5874899d3283b04c36bae285fcb3
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix one more color name
---
 helm-font.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-font.el b/helm-font.el
index 6e3cef5d67..92875d2408 100644
--- a/helm-font.el
+++ b/helm-font.el
@@ -60,7 +60,7 @@
 (defface helm-ucs-char
   `((((class color) (background dark))
      ,@(and (>= emacs-major-version 27) '(:extend t))
-     :foreground "Gold"))
+     :foreground "gold"))
   "Face used to display ucs characters."
   :group 'helm-font)
 

Reply via email to