Comment by skydhash

Comment by skydhash 4 hours ago

1 reply

Hardcoding any color than base16 is usually a poor choice. It should be up to the user to use any other color.

And colors should be semantic. If you don’t have any theming ability, just use reverse video to indicate selected state.

My current pet peeve is cli tools using ansi codes for progress bar. And with very poor detection of terminals.

anthk 3 hours ago

For curseradio under OpenBSD, I just replaced bold for reverse in the Python code for the selected and/or highlighted radio station. It works much better this way.