Pidgeot / python-lnp

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

Remove white background from file lists #183

Closed TV4Fun closed 2 years ago

TV4Fun commented 2 years 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 2 years 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 2 years ago

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