Open Biodiscus opened 1 month ago
I've run into this same issue and applied mostly the same patch for myself. Might be good to actually throw the PR together @Biodiscus else I feel like this is the kind of issue that doesn't get picked up because of how low priority it is. If there are some misgivings about color vibrancy it's probably easier to work out in a PR (though I'd argue that's the terminal's realm of responsibility).
Bug Report
The way the colors are handled within Talos are preventing me from using a lighter theme while using
talosctl dashboard
.Description
I've forked the repo and made a fix for myself here, which uses the terminal colors instead. The reason why I have made it a fork for the time being, is because the colors become less vibrant in darker terminals so it's not the perfect solution but works for me :)
When I'm using a lighter color scheme on iTerm2 the dashboard looks like:
and I can only look at the content when I select the whole text:
With my fork it looks like:
and the monitor page looks like:
The downside being that the colors looks more "faded" when using a darker theme:
compared to the current dashboard:
However, the "faded" one does honor the more darker white color of the scheme itself.
Logs
None
Environment