diff --git a/termenv_unix.go b/termenv_unix.go index d38cb27..ae96cc3 100644 --- a/termenv_unix.go +++ b/termenv_unix.go @@ -50,7 +50,12 @@ func (o *Output) ColorProfile() Profile { } switch term { - case "xterm-kitty", "wezterm", "xterm-ghostty": + case + "alacritty", + "contour", + "wezterm", + "xterm-ghostty", + "xterm-kitty": return TrueColor case "linux": return ANSI