Skip to content

Commit

Permalink
fix: wezterm is truecolor (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jun 26, 2023
1 parent b57cbb1 commit 51d72d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termenv_unix.go
Expand Up @@ -50,7 +50,7 @@ func (o *Output) ColorProfile() Profile {
}

switch term {
case "xterm-kitty":
case "xterm-kitty", "wezterm":
return TrueColor
case "linux":
return ANSI
Expand Down

0 comments on commit 51d72d3

Please sign in to comment.