emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm fc443cdacc 3/5: Use black/white as defaul color for s


From: ELPA Syncer
Subject: [nongnu] elpa/helm fc443cdacc 3/5: Use black/white as defaul color for svg PB
Date: Tue, 30 Apr 2024 16:00:28 -0400 (EDT)

branch: elpa/helm
commit fc443cdaccd178d1a2b680d9b8cf397a7a85fc72
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Use black/white as defaul color for svg PB
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index b60e38d28e..ab36c74e8f 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -1074,7 +1074,7 @@ want to use it, helm is still providing
 
 (defface helm-ff-rsync-progress-svg
     `((t ,@(and (>= emacs-major-version 27) '(:extend t))
-         :background "black" :foreground "Deepskyblue4"))
+         :background "black" :foreground "white"))
   "Face used for rsync svg progress bar."
   :group 'helm-files-faces)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]