Update main.go

This commit is contained in:
Kenny Parnell 2023-07-11 12:51:17 -04:00 committed by GitHub
parent a659534f14
commit 1847e861b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ var (
var bubbleGumPink = lipgloss.NewStyle().Foreground(lipgloss.Color("212"))
func main() {
lipgloss.SetColorProfile(termenv.NewOutput(os.Stderr).Profile)
lipgloss.SetColorProfile(termenv.NewOutput(os.Stderr).EnvColorProfile())
if Version == "" {
if info, ok := debug.ReadBuildInfo(); ok && info.Main.Sum != "" {