nick42d / youtui

TUI and API for YouTube Music written in Rust
MIT License
40 stars 4 forks source link

Some Menu's text is white dispite light theme #5

Closed SeseMueller closed 10 months ago

SeseMueller commented 10 months ago

Some Menus, like the search results as well as the one that pops up when a song is selected have text that isn't dynamic.

This means that it is white, even when the theme is light, making it very hard to read.

Example:

Bildschirmfoto 2023-12-04 um 12 01 55

(The text would be completely unreadable if my terminal wasn't partially transparent)

nick42d commented 10 months ago

Thanks for the report! It looks like I am explicitly colouring the block panels in the browser and header, and the text in the search suggestions and key entry modal. It was not noticeable in my terminal with a dark theme. I'm hoping to add theming in a future release, but for now, this should be simple to fix.

nick42d commented 10 months ago

Fixed in https://github.com/nick42d/youtui/commit/de5ac77baa6a48aa825dabbde4768fc65c8c9607