From 968e05a14a6bde0c29458a8ba89960795bdaf52b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 6 Jun 2024 09:40:30 +0300 Subject: [PATCH] Set spinner color Signed-off-by: Dimitris Zlatanidis --- configs/slpkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 0c73689c..dfc88724 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -89,7 +89,7 @@ PROGRESS_SPINNER = "spinner" # Choose color for the progress bar spinner. # Default is white. [white/green/violet/yellow/blue/cyan/grey/red] -SPINNER_COLOR = "white" +SPINNER_COLOR = "green" # Choose color for the border box. # Bold colors: [bold_green/bold_cyan/bold_yellow/bold_red/bold_blue]