Color only spinner #1922
-
Greetings, thanks for keeping the discussion section open. I have with console.status("[green]"+text, spinner="dots"): This also colors the spinner. How can I specify the color of the spinner separately? I cannot see the option in help
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Does |
Beta Was this translation helpful? Give feedback.
-
@willmcgugan "Defaults to "status.spinner"" is a very cryptic statement for me. And i could not find something in the docs ... |
Beta Was this translation helpful? Give feedback.
-
This was a little unclear to me also, specifically you want to set spinner_style to the color you want, e.g:
|
Beta Was this translation helpful? Give feedback.
This was a little unclear to me also, specifically you want to set spinner_style to the color you want, e.g:
with console.status("[green]"+text, spinner="dots", spinner_style="white"):