SolraBizna / liso

Line input with simultaneous output, for Rust.
Apache License 2.0
9 stars 2 forks source link

allow crossterm style passthrough/extended palettes? #10

Open classabbyamp opened 5 months ago

classabbyamp commented 5 months ago

It'd be nice to be able to use more than 8 colours, or be able to use crossterm styling directly

SolraBizna commented 5 months ago

Using Crossterm styling directly is a no-go; we already support one terminal Crossterm doesn't (and won't), and I want to stay open to supporting others down the line.

Supporting RGB colors (38;2;… and 48;2;…) is something that fits with my plans for Liso. It'll be a while before I get around to doing it myself, but consider the feature endorsed, at least.