-
Hey Team Charm, I am currently using I was wondering if there was I way where I could override which color I can see this being useful where getting the color scheme is not possible, like from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can call https://github.com/charmbracelet/lipgloss/blob/master/color.go#L84 |
Beta Was this translation helpful? Give feedback.
-
That's... exactly what I was looking for! Thanks for the quick reply 😊 |
Beta Was this translation helpful? Give feedback.
You can call
lipgloss.SetHasDarkBackground(true)
to override the color check:https://github.com/charmbracelet/lipgloss/blob/master/color.go#L84