From b0769a9612ba2262e9c6810b406b27fb3d11ec33 Mon Sep 17 00:00:00 2001 From: jjohnstondev Date: Sun, 15 Jan 2023 04:48:12 -0800 Subject: [PATCH] colors --- src/tui/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tui/main.go b/src/tui/main.go index 2c2eaac..0b4fad9 100644 --- a/src/tui/main.go +++ b/src/tui/main.go @@ -537,6 +537,7 @@ func (m mainModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { } func InitMain(ctx *gctx.Context, client *spotify.Client, mode Mode) (tea.Model, error) { + lipgloss.SetColorProfile(2) playing, _ := client.PlayerCurrentlyPlaying(ctx) if playing.Playing { currentlyPlaying = "Now playing " + playing.Item.Name + " by " + playing.Item.Artists[0].Name