Skip to content

Commit

Permalink
Force ANSI256 color
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Padilla committed Aug 13, 2021
1 parent 07b2c9c commit e011b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e011b2a

Please sign in to comment.