Enjoying this site? Please to help keep the Snapstats.org lights on.
Description
Nordic GTK themes created by EliverLara - https://github.com/EliverLara/Nordic
This is an unofficial snap release.
To connect the theme to an app, run:
sudo snap connect [other snap]:gtk-3-themes nordic-themes:gtk-3-themes
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 nordic-themes:gtk-3-themes; done