ChrisBuilds / terminaltexteffects

TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python library.
https://chrisbuilds.github.io/terminaltexteffects/
MIT License
2.82k stars 49 forks source link

Minor error in example in libguide.md #21

Closed twoflower404 closed 4 months ago

twoflower404 commented 4 months ago

Hi Chris, brilliant project!

I've just been having a play and think I've noticed a minor error in the 'Configuring Effects' section of docs/libguide.md:

effect.effect_config.final_gradient_stops = ("0ff000", "000ff0", "0f00f0")

I think it wants a tuple of Colors instead? Possibly I've misconfigured something and it's intended to be able to give a tuple of strings.

Cheers, Callum

ChrisBuilds commented 4 months ago

Thanks, this has been corrected.