[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm ec3fd5dfa6 1/2: No need to capitalize basic colors
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm ec3fd5dfa6 1/2: No need to capitalize basic colors |
Date: |
Thu, 3 Apr 2025 07:07:07 -0400 (EDT) |
branch: elpa/helm
commit ec3fd5dfa6d1e71d53a067f3df90c515c595fdba
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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"))