tibirna / qgit

Official git repository for QGit.
Other
171 stars 66 forks source link

FIX #135 Commit list is not readable with dark colors schema #136

Closed Urban82 closed 1 year ago

Urban82 commented 1 year ago

Saving Text color (usually black) to use as text color in the commit list.

tibirna commented 1 year ago

Hello Danilo

Thank you very much for noticing this issue.

Would you think that a better fix than saving the text color would be to just not alter the palette at all in listview.cpp? Please see (and test) this attempt: https://github.com/tibirna/qgit/commit/01a3fbc809a3f7c1f33a9981cdf4a51313315b6d

Urban82 commented 1 year ago

Hello Cristian,

Thanks for the hint, I updated the PR removing the unused code.