Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion backend/docs/TUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ instead of hanging.
Transparent rendering is opt-in; the solid DeerFlow palette remains the default.
The transparent mode uses Textual's `ansi_default` background for the main
screen, header, transcript, status, palette, composer, and modal surfaces while
keeping truecolor foregrounds and selection highlights. Combine
keeping truecolor foregrounds and selection highlights. Those foregrounds are
calibrated for dark terminal backgrounds, so on a light-background terminal they
may render with low contrast. Combine
`--tui-transparent` with `--tui` when the UI also needs to be forced without a
detected TTY.

Expand Down