Skip to content

Commit

Permalink
feat: mark more term as truecolor
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 May 9, 2024
1 parent 81b8f94 commit ac854da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion termenv_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac854da

Please sign in to comment.