pop-os / cosmic-dock

Pop!_OS fork of https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock
GNU General Public License v2.0
73 stars 18 forks source link

theming: Fix green/blue background channels #109

Closed ningvin closed 2 years ago

ningvin commented 2 years ago

Due to an oversight on my part my last pull request #106 introduced an issue where the blue and green color channels of a custom background color are swapped.

Although this does not really affect the default color (the difference between #33302f and #332f30 is veeeeery subtle after all...), it is quite bothersome for more aggressive color choices.

This pull request therefore contains upstream commit https://github.com/micheleg/dash-to-dock/commit/f9fc5c4ae4143e1441c15dff848582820403bb94, which fixes this issue.