The CLI uses hardcoded HEX colors that make its output unreadable against light backgrounds:
I see that you're using lipgloss.AdaptiveColor, however, for whatever reason that doesn't appear to have an effect:
https://github.com/render-oss/cli/blob/main/pkg/style/style.go#L10
I'm using Ghostty and tmux.
It's poor form to use hardcoded colors anyways, as they risk clashing with popular colors schemes like Solarized.
The CLI uses hardcoded HEX colors that make its output unreadable against light backgrounds:
I see that you're using
lipgloss.AdaptiveColor, however, for whatever reason that doesn't appear to have an effect:https://github.com/render-oss/cli/blob/main/pkg/style/style.go#L10
I'm using Ghostty and tmux.
It's poor form to use hardcoded colors anyways, as they risk clashing with popular colors schemes like Solarized.