Hi,
Thank you for providing rich-like progress bar.
I'd like to improve palette a bit and replace a progress symbol:
According the official Rich colour scheme all colours are quite restricted and different than you have. Thus on terminal with 256 colours (e.g. Apple Terminal and few others) colours shown are wrong. Problem may be within transcode to 256-bit palette.
Colours working well and looks well for normal progress are just red, green and dim white.
The same with pulse.
To have the best of two worlds, I suggest to detect by default and give an opportunity to choose for a user which colour palette to use.
Also I suggest to use symbol ╾ (257E) as the end as it has continuity.
Hi,
Thank you for providing rich-like progress bar.
I'd like to improve palette a bit and replace a progress symbol:
According the official Rich colour scheme all colours are quite restricted and different than you have. Thus on terminal with 256 colours (e.g. Apple Terminal and few others) colours shown are wrong. Problem may be within transcode to 256-bit palette.
Colours working well and looks well for normal progress are just
red,greenanddim white.The same with pulse.
To have the best of two worlds, I suggest to detect by default and give an opportunity to choose for a user which colour palette to use.
Also I suggest to use symbol
╾(257E) as the end as it has continuity.