diff --git a/termenv_unix.go b/termenv_unix.go index ae96cc3..8e86b10 100644 --- a/termenv_unix.go +++ b/termenv_unix.go @@ -53,11 +53,12 @@ func (o *Output) ColorProfile() Profile { case "alacritty", "contour", + "rio", "wezterm", "xterm-ghostty", "xterm-kitty": return TrueColor - case "linux": + case "linux", "xterm": return ANSI }