Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: true colour support
- X-seq: zsh-workers 43777
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- Subject: Re: PATCH: true colour support
- Date: Tue, 6 Nov 2018 22:46:28 +0100
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VKUkTq6hs2+eN9n7MAD7Vwagic7Kb82Tkgge5A9dP0E=; b=Cd4CBlK+NoVOy5TfJG9sYa6kQ8NO7bW2n2OqdwRj66KMw0YpedEUQIsui1reywqndE UN0AMHBmVUvs6bsmxFdpf91epU1uvv27atnn3UvCtPBYAXoc5dBJtAs5p3iUqh4moD8r RSBGBXVBiLglrwlCSsWaevprOrvzZnO6My1HhzecPTUqvylDDs/2T1+0C1UuKN5y4Lr8 jIaRkk/BBJhdMsGi61gbAi6ORRc7pytjBfcTW3HNz8iwmkhZnSrJMZaZpLAnwCxars31 Ry4TZfD4Cm5Yt91zXMr1xK6MVyGcs48eJR+r6SlsJy4TYP/UrM3n2wJsCtgcvn0S8Km5 4FbA==
- In-reply-to: <71224-1541511440.931314@XFIZ.XFub.4y-9>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCEmTTMRR0P3kx9ktpLDBYqJ+MRsE77UMLFjonEZAixfA@mail.gmail.com> <58111-1540942908.680582@SXAw.BXd_.-x5N> <14759-1541295720.747208@yAOj.Gon2.-2mF> <CAKc7PVBjmnpmghFRteDwymuHcOmo87DgkfULN3f3TiCX_YYjxA@mail.gmail.com> <71224-1541511440.931314@XFIZ.XFub.4y-9>
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