Jannomag/Yaru-Colors

Ubuntu Software Center does not get themed

jkemp814 opened this issue · 4 comments

Ubuntu 21.04

Ubuntu Software Center is an ugly beige. Doesn't even pickup dark theme. Not sure if it's something on my system or not.

image

Gnome Software Center does use dark theme with Yaru-Colors Blue

image

This app is a snap application. Follow the guide for snap apps in the readme and give feedback, please!

Okay, thanks for the tip. I will follow up and let you know how it goes.

This command is rather confusing:

for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i yaru-colors:gtk-3-themes; done && for i in $(snap connections | grep gtk-common-themes:gtk-2-themes | awk '{print $2}'); do sudo snap connect $i yaru-colors:gtk-2-themes; done && for i in $(snap connections | grep gtk-common-themes:icon-themes | awk '{print $2}'); do sudo snap connect $i yaru-colors:icon-themes; done

I know there is not that must room to post commands there. Can you break it down?

Also, should I remove the version from GitHub before installing the snap version??