FGRibreau / spinners

🛎 60+ Elegant terminal spinners for Rust
https://fgribreau.com
MIT License
541 stars 26 forks source link

[feature request]: change spinner color #17

Open silvioprog opened 3 years ago

silvioprog commented 3 years ago

Hi.

It would be nice an option allowing to change the spinner color, something like ora does:

cheers

FGRibreau commented 3 years ago

Hello @silvioprog, I will happily accept a PR for this along with tests :)

ad4mx commented 2 years ago

I could make a PR for this, I'm not sure if i could use another crate for colors or if i should stick with color escape codes.

FGRibreau commented 2 years ago

@ad4mx I'm ok if you leverage https://crates.io/crates/termcolor :)