From ac854da89172d3b8a6a443103561762b9a7d949e Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 9 May 2024 13:52:11 -0300 Subject: [PATCH] feat: mark more term as truecolor Signed-off-by: Carlos Alexandro Becker --- termenv_unix.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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