s-victor / TinyPedal

Free and Open Source telemetry overlay application for racing simulation
GNU General Public License v3.0
75 stars 8 forks source link

Linux - Dark theme support #29

Closed alexbrrsclnt closed 10 months ago

alexbrrsclnt commented 10 months ago

The app works fine if a light theme is set by default, but when a dark theme is set, the background of the views don't respect the theme and keep the white color, while fonts change from black to white, making very difficult to read. The preset view is readable because of the red background of the default/selected row.

tinipedal_dark_theme_widget tinipedal_dark_theme_module tinipedal_dark_theme_preset

Thanks for the app!

s-victor commented 10 months ago

Thanks, I'll see what I can do to make theme more compatible with different light/dark mode.

s-victor commented 10 months ago

ok, this issue should be fixed in latest commits.

alexbrrsclnt commented 10 months ago

With latest changes now seems fine!

Thanks!