noembryo / KoHighlights

KOHighlights is a utility for viewing KOReader's highlights and/or export them to simple text, html, csv or markdown files.
MIT License
128 stars 5 forks source link

Unreadable book titles on dark theme (KDE/Linux) #20

Closed offset-torque closed 1 year ago

offset-torque commented 2 years ago

On KDE desktop with default dark theme enabled, all text in the app inverts correctly except book titles, which stays black:

kohighlights

noembryo commented 2 years ago

Interesting.. Do you use the pre-compiled version of KOHighlights or the Python script? If it is the script, you could try to replace the None at the 964 line of main.py with QApplication.palette().text().color(). Otherwise, since I only have a Xubuntu image for compiling the binaries and can't test your use case, you have to wait for the next release, to test if that fixes it...

offset-torque commented 2 years ago

I was using the binary. Tried Python version with your change and it worked. Thanks for the fix noembryo (also for the app itself).

noembryo commented 1 year ago

Fixed in 1.5.0.0

offset-torque commented 1 year ago

Working properly, thanks :+1: