mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Set spinner color
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
57a0b67118
commit
968e05a14a
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue