ratatui / ratatui-website

Ratatui Documentation
http://ratatui.rs/
MIT License
97 stars 68 forks source link

Add FAQ and Recipe for Terminal colors (was Demo looks strange) #660

Open Smotrov opened 2 months ago

Smotrov commented 2 months ago

Description

Demo looks strange on MacOS with default font settings in terminal.

To Reproduce

Run following on MacOS cargo run --example=demo2 --features="crossterm widget-calendar"

and you'll see something like on the screenshot.

Expected behavior

Would be good if it will e displayed without glitches.

Screenshots

Знімок екрана 2024-07-15 о 14 31 53

Environment

MacOS terminal, zsh.

kdheepak commented 2 months ago

Try the demo in iTerm2, Alacritty or Kitty on MacOS. The MacOS default Terminal.app does not support true colors:

https://github.com/ratatui-org/ratatui/blob/935a7187c273e0efc876d094d6247d50e28677a3/src/style/color.rs#L109-L111

duplicate of https://github.com/ratatui-org/ratatui/issues/475

joshka commented 2 months ago

I'm going to move this over to the website repo and mark it as documentation needed.