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

Re: Colorful new fast-syntax-highlighting



Can you make it also support truecolor (24bit) colors as well, please?


As far as I see from themes (ini-files) there is support for "named" colors 
and 0-256 as a values.


But zsh also supports 24bit color assignments as well:
for example, `printf '\x1b[38;2;%s;%s;%sm' $RED $GREEN $BLUE` (and `[48;2` for 
background).


And I'd very like to make custom 24bit hl-theme to match my custom prompt 
theme.


Thanks in advance! :D


> 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
> 
> > 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

Attachment: signature.asc
Description: This is a digitally signed message part.



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