Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: true colour support



On Tue, 6 Nov 2018 at 14:37, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> (...)
> But before introducing colours specified as hex triplets in their
> configuration, users may want to take care to either load zsh/nearcolor
> or use a terminal that supports true colour.
>
> Feel free to suggest improvements to the documentation.

Ok, I now see, true color escapes are just being emitted, then user
can test $COLORTERM and decide to intercept them (the escapes) by
loading zsh/nearcolor, and emulate true-color with CIELab onto-88/256
palette translation. It's a nice solution.

-- 
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org



Messages sorted by: Reverse Date, Date, Thread, Author