branch: elpa/helm
commit fc443cdaccd178d1a2b680d9b8cf397a7a85fc72
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    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