I use the warp terminal, where colors work, but after connecting to the Ubuntu server via ssh, colors do not work on it. How can I solve this problem? ```rust tracing::info!( "{}", format!("{addr} ({resolved_addr}) → TUNNEL connection").bright_purple() ); ```