diff --git a/termenv_unix.go b/termenv_unix.go index 1ae8bd2..24d519a 100644 --- a/termenv_unix.go +++ b/termenv_unix.go @@ -50,7 +50,7 @@ func (o *Output) ColorProfile() Profile { } switch term { - case "xterm-kitty": + case "xterm-kitty", "wezterm": return TrueColor case "linux": return ANSI