branch: elpa/helm commit ec3fd5dfa6d1e71d53a067f3df90c515c595fdba Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
No need to capitalize basic colors --- helm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index 2b0802b442..c18a1d1243 100644 --- a/helm-core.el +++ b/helm-core.el @@ -1192,7 +1192,7 @@ then doesn't use `while-no-input', because `while-no-input' throws on (defface helm-candidate-number `((((background dark)) ,@(and (>= emacs-major-version 27) '(:extend t)) - :background "Yellow" :foreground "black") + :background "yellow" :foreground "black") (((background light)) ,@(and (>= emacs-major-version 27) '(:extend t)) :background "#faffb5" :foreground "black"))