pop-os / gtk-theme

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

Actually sync with upstream #477

Closed isantop closed 3 years ago

isantop commented 3 years ago

The sync script previously contained an error which prevent syncing any of the widgets SCSS files. This has been fixed and the files are now updated with the changes from 3.38.

I'm not sure what change fixed it or why this issue only occurred on Pop, and not on Ubuntu with the Pop GNOME Shell theme installed, but the issue in #474 is fixed with this PR.

ids1024 commented 3 years ago

This seems to fix the spacing issue, but the border around the window here should be yellow/orange rather than grey:

Screenshot from 2020-10-21 10-58-35

isantop commented 3 years ago

@jacobgkau @ids1024 Looks like that may have been a bug in the transparentize function, or that selector doesn't support the output which that function generates. I updated it to use rgba() instead.