Install latest/stable of pop-themes

This channel hasn't been updated in a while. It might be unmaintained and have stability or security issues.

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install pop-themes

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for pop-themes

License

  • GPL-3.0+

Last updated

  • 22 July 2021 - latest/stable

This snap hasn't been updated in a while. It might be unmaintained and have stability or security issues.


Websites


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

A snap that exports Pop!_OS GTK and icon themes.

Prerequisites for this snap:

sudo apt install pop-gtk-theme pop-icon-theme

To connect the theme to all apps which have available plugs to gtk-common-themes you can run:

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

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

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


Install pop-themes on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.