ColinDuquesnoy / QDarkStyleSheet

A dark style sheet for QtWidgets application
Other
2.76k stars 725 forks source link

Improve light palette so there is better contrast between hovered and selected states #335

Closed conradolandia closed 8 months ago

conradolandia commented 9 months ago

Replaced some colors in Gray class, tones: B100 to B140, so they work better for the light theme.

ccordoba12 commented 9 months ago

@conradolandia, could you post screenshots of how the light theme looks before and after this change? Thanks!

conradolandia commented 8 months ago

Before:

spyder_before

After:

spyder_after

ccordoba12 commented 8 months ago

Thanks @conradolandia!

@dpizetta, these are screenshots of a new UI we're working on for Spyder 6 and where it's noticeable that the current light theme has serious issues to tell apart the hover and selected state of widgets. In addition, we checked that these changes don't introduce regressions for the dark theme.

I'll merge this one tomorrow by the end of the day unless you have any objections, of course.

dpizetta commented 8 months ago

@conradolandia @ccordoba12 Thanks for working on this. The changes seems great. It is always nice to have help from you. Feel free to merge.