cirho / powerline-rust

powerline-shell written in Rust
MIT License
50 stars 25 forks source link

Support RGB color #20

Closed VulpineAmethyst closed 3 years ago

VulpineAmethyst commented 3 years ago

I would like to see powerline-rust support 24-bit colour, terminal-side support for which is available in popular terminals such as Konsole, xterm, iTerm2, and alacritty.

cirho commented 3 years ago

Sorry for the delay, support of 24-bit color is not planned, because it would only increase complexity of code and similar results can be achieved by mapping 8-bit color into 24-bit color in a terminal config.

cirho commented 3 years ago

alacritty: https://github.com/alacritty/alacritty/blob/cf35a2019162c6055e4a4c152976a424ba10869d/alacritty.yml#L311 kitty: https://sw.kovidgoyal.net/kitty/conf/#the-color-table