
Enjoying this site? Please to help keep the Snapstats.org lights on.
Description
Yaru-Colors is a fork of Ubuntu's Yaru theme with many new and stylish colors.
Instructions:
- Install using
snap install yaru-colors
- Enable themes with following commands:
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
- Reboot or re-login
Special thanks to github user Muqtxdir for helping to create the snap package!
For more inforamtion visit the repo.