Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Colorful new fast-syntax-highlighting
- X-seq: zsh-users 23406
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Colorful new fast-syntax-highlighting
- Date: Sun, 27 May 2018 16:46:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=VvRje+hQCfx9+Bri+gAjif7zUYAVC+tdHnOk1vn3CSQ=; b=FLT/C/VG0IQ0os53nIwn/pGpQ7dQmzZkQCOm+ok3OzJ89X5u08jyC2xM9y0RVFcPDB +OMKDzBlW4yg+ovuNngISZ8Cf6xFg4Asfmutp77x/qQaHHlFmj/bUSBD52Yj1jRj/e/a s+qZ0nAIFJ+fYMP0M8mXin3moWv48FdgoCidJ7UGbuUaFuXOwNqNk4tClnuDu1zXJHz2 Pc6esc//NuzHt4m+DAQebE6+PaNGwiOszUWBsYXfIeKGFEbEKJ4uP3k60BBmQm1LfSJi 48HUGCSVHBO8yGNwst6ceyyo9kNyhCI9JKG8vcvLxGiZG0DN89OhweTps8LI+h4hszSN woDQ==
- In-reply-to: <CAKc7PVCSikOF8m1J7ySwStRuR_j5Uf_hb=q9aDAS9eWP4EfQEQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVCSikOF8m1J7ySwStRuR_j5Uf_hb=q9aDAS9eWP4EfQEQ@mail.gmail.com>
FSH now supports 256-color themes. I must say that the difference from
the default rigid 8-color palette is quite drastic. Asciinema
recording presenting six shipped themes:
https://asciinema.org/a/183814
--
Best regards,
Sebastian Gniazdowski
On 23 May 2018 at 18:48, Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> Hello
> Decided to write because it will be all colorful images:
>
> a) colorizing of assignments:
>
> http://psprint.blinkenshell.org/assign.png
>
> b) colorizing of typeset/export/etc. assignments (different state-path
> in parser):
>
> http://psprint.blinkenshell.org/typeset.png
>
> c) special math-mode for zcalc
>
> http://psprint.blinkenshell.org/fsyh-zcalc.png
>
> d) the detection of blank variables above in zcalc – also in advanced way:
>
> https://asciinema.org/a/3iHdW7gYYrJOyhiHPHLTXnzKc
>
> All in fast-syntax-highlighting,
> https://github.com/zdharma/fast-syntax-highlighting
>
> --
> Best regards,
> Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author