Closed severoraz closed 5 years ago
Thanks for letting me know. The issue is this line: https://github.com/Sync-my-L2P/Sync-my-L2P/blob/0a3f64f74bd398cbc17f25b69f81dd1504c98f80/structureelement.cpp#L116
Depending on the synchronization state, a color is chosen for each element in the tree view. Currently all colors are hard-coded, but as I just found out, you can access the default color palette via http://doc.qt.io/qt-5/qapplication.html#palette-1 . I will try to integrate this into v2.3.0.
Great, thanks for looking into it!
fixed in f33c2aca2175757674d3a35c1253ba9099b72da6
I am using a dark theme and I find some bits of text in the app hard to read, because they appear to be hardcoded-ly black, while other text does take on an automatic color.
Examples of text that shows black when using a dark theme:
Maybe there is some stylesheet somewhere or something equivalent which is forcing this texts to be black.