PanAeon / transg-tui

Terminal UI for transmission torrent client
MIT License
89 stars 7 forks source link

Some parts of `transg-tui` are barely visible on light terminals #4

Closed zeerooth closed 2 years ago

zeerooth commented 2 years ago

Examples: 1661720607 1661720652

It's especially hard to read on lower brightness settings. I think the main reason for that are the hardcoded colours, for example here. I think removing them might partially fix the issue as terminals should determine default colour themselves or use a crate like https://github.com/Canop/terminal-light to detect the style.

PanAeon commented 2 years ago

Thanks for mentioning terminal-light! I've added color detection and some color customization options. This is default white look now: swappy-20220830-115653

zeerooth commented 2 years ago

Yup, same thing for me - everything looks great now, thanks for taking care of that!