Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
64 stars 10 forks source link

Remove white background from file lists #183

Closed TV4Fun closed 1 year ago

TV4Fun commented 1 year ago

If your OS is set to use a dark profile, explicitly setting a white background can make text unreadable. Instead, just leave it at the default for non-selected files.

TV4Fun commented 1 year ago

Just noticed that setting bg=None doesn't actually work if the item was previously selected (it stays green). Let me find a better fix.

TV4Fun commented 1 year ago

Pulling the fill color explicitly from Style() works the way it should.