I have collected five icon themes that you can use on Ubuntu 13.10 (Saucy Salamander) or older. I have chosen the themes randomly and I hope you like them. All themes will be installed via PPA, no need to bother yourself in downloading and extracting, just run a few commands in the terminal.
1. Nitrux OS Icon Theme
Installation:
2. Numix Circle Icon Theme
Installation:
2.1 Numix-uTouch Icon Theme
Installation:
3. Moka Icon Theme
Installation:
4. Buttonized Icon Theme
Installation:
5. Pacifica Icon Theme
Installation:
1. Nitrux OS Icon Theme
Installation:
sudo add-apt-repository ppa:upubuntu-com/nitrux
sudo apt-get update
sudo apt-get install nitruxos
2. Numix Circle Icon Theme
Installation:
sudo apt-add-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-icon-theme-circle
gsettings set org.gnome.desktop.interface icon-theme 'Numix-Circle'
2.1 Numix-uTouch Icon Theme
Installation:
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-icon-theme-utouch
gsettings set org.gnome.desktop.interface icon-theme 'Numix-uTouch'
3. Moka Icon Theme
Installation:
sudo add-apt-repository ppa:snwh/moka-icon-theme-daily
sudo apt-get update
sudo apt-get install moka-icon-theme moka-icon-theme-symbolic moka-icon-theme-extras
gsettings set org.gnome.desktop.interface icon-theme 'Moka'
4. Buttonized Icon Theme
Installation:
sudo add-apt-repository ppa:upubuntu-com/icons2
sudo apt-get update
sudo apt-get install buttonized-icons
gsettings set org.gnome.desktop.interface icon-theme 'Buttonized'
5. Pacifica Icon Theme
Installation:
sudo add-apt-repository ppa:fsvh/pacifica-icon-theme
sudo apt-get update
sudo apt-get install pacifica-icon-theme
gsettings set org.gnome.desktop.interface icon-theme 'Pacifica'
Post a Comment