lipgloss
lipgloss copied to clipboard
Add support for gradient colours
Adds a struct which implements TerminalColor interface. Added steps to Render for gradient application to text.
This looks pretty cool, even though it does complicate the common code paths a bit. I guess we could try and separate a bit of the nested rendering code.
Thanks. TBH I totally forgot about this one. I remember that I couldn't figure out a clean entrypoint to accomplish this. It works and passes tests......... but I'm not sure if you have any plans to modify the Render method ever again 👹