pop-os / gtk-theme

System76 Pop GTK+ Theme
GNU General Public License v3.0
782 stars 81 forks source link

fix: Make scale slider backgrounds opaque #417

Closed isantop closed 4 years ago

isantop commented 4 years ago

This calculates the color of disabled scale sliders by mixing the selected BG color in varying proportions with the overall BG color, instead of using transparency.

This WILL look bad in situations where the slider is not against the BG color, however, it is preferred by @brs17

Screenshot from 2020-01-09 14-05-12 Screenshot from 2020-01-09 14-05-25

fixes #411