Install Trevilla themes and icons in Ubuntu 14.04 Trusty/13.10 Saucy/13.04 Raring/12.10 Quantal/12.04 Precise/Linux Mint 17/16/15/14/13/and other Ubuntu derivativesTrevilla themes set contains various flavors which are made by
ninorpanama. Developer mentioned themes are mostly like metro-style. These themes are designed to work with GTK3/2. Trevilla themes are available in 5 different variants Trevilla-Dark, Trevilla-White, Trevilla-White-Orange, Trevilla-White-Blue. This update brings compatibility with latest GTK and it has two icon sets.
1: Trevilla Icons
These icons are well designed and more like metro style to nice look with Trevilla themes. These icons can be used with any kind of dark and light themes.
Icons Screenshots
To install Trevilla-icons in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:Terminal Commands: |
---|
sudo add-apt-repository ppa:noobslab/icons |
sudo apt-get update |
sudo apt-get install trevilla-icons |
2: Trevilla Themes
Themes Screenshots for 14.04
To install Trevilla-themes in Ubuntu/Linux Mint open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:Terminal Commands: |
---|
sudo add-apt-repository ppa:noobslab/themes |
sudo apt-get update |
sudo apt-get install trevilla-themes |
Software Center themes (If you want to change theme after one of the following then first use revert command):>> For Trevilla-Chrome theme
Terminal Commands: |
---|
cd /usr/share/software-center/ui/gtk3/css/ && sudo mv softwarecenter.css softwarecenter.css.backup |
cd && wget -O softwarecenter.css http://drive.noobslab.com/data/themes/trevilla-software-center/chrome/softwarecenter.css |
sudo mv softwarecenter.css /usr/share/software-center/ui/gtk3/css/ |
>> For Trevilla-Dark theme
Terminal Commands: |
---|
cd /usr/share/software-center/ui/gtk3/css/ && sudo mv softwarecenter.css softwarecenter.css.backup |
cd && wget -O softwarecenter.css http://drive.noobslab.com/data/themes/trevilla-software-center/dark/softwarecenter.css |
sudo mv softwarecenter.css /usr/share/software-center/ui/gtk3/css/ |
>> For Trevilla-Gray theme
Terminal Commands: |
---|
cd /usr/share/software-center/ui/gtk3/css/ && sudo mv softwarecenter.css softwarecenter.css.backup |
cd && wget -O softwarecenter.css http://drive.noobslab.com/data/themes/trevilla-software-center/gray/softwarecenter.css |
sudo mv softwarecenter.css /usr/share/software-center/ui/gtk3/css/ |
>> For Trevilla-White theme
Terminal Commands: |
---|
cd /usr/share/software-center/ui/gtk3/css/ && sudo mv softwarecenter.css softwarecenter.css.backup |
cd && wget -O softwarecenter.css http://drive.noobslab.com/data/themes/trevilla-software-center/white/softwarecenter.css |
sudo mv softwarecenter.css /usr/share/software-center/ui/gtk3/css/ |
To revert back software center theme simply enter this command:
Terminal Command: |
---|
cd /usr/share/software-center/ui/gtk3/css/ && sudo mv softwarecenter.css.backup softwarecenter.css |
That's it