Set spinner color

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-06-06 09:40:30 +03:00
parent 57a0b67118
commit 968e05a14a

View file

@ -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]