diff --git a/tui/commands.go b/tui/commands.go index f9abbcec293394b9495533c78b1d41d5c1d935aa..0cfaa03ef2567be62265f13feaf8d743140c1198 100644 --- a/tui/commands.go +++ b/tui/commands.go @@ -25,7 +25,7 @@ func (b *Bubble) windowChangesCmd() tea.Msg { } func (b *Bubble) setupCmd() tea.Msg { - lipgloss.SetColorProfile(termenv.TrueColor) + lipgloss.SetColorProfile(termenv.ANSI256) b.repos = b.repoSource.AllRepos() mes := make([]MenuEntry, 0) rs := make([]string, 0)