lipgloss
lipgloss copied to clipboard
RGBA does not work with Color if using an ANSI code
If I do Color("1").RGBA() I get (0,0,0) (black).
I am expecting the ansi color to be properly converted as per termenv.
(Found while working on #109)