Before using gtk3-engines-oxygen gtk3 apps look like this:
http://www.dodaj.rs/?3p/XO/NioDUSf/snapshot1.jpg
After setting up gtk3-engines-oxygen:
http://www.dodaj.rs/f/P/ul/441HhOUh/snapshot7.png
gtk3-engines-oxygen can be found in this ppa: https://launchpad.net/~gnumdk/+archive/ppa
Download deb from there and install it or add whole ppa:
After installing it, make gtk-3.0 folder in ~/.config folder. Then in gtk-3.0 folder create text file settings.ini with following contents:
After doing these simple steps, gtk3-engines-oxygen should be up and running Gtk3 apps should be oxygen themed like all other apps.
Enjoy! 8)
http://www.dodaj.rs/?3p/XO/NioDUSf/snapshot1.jpg
After setting up gtk3-engines-oxygen:
http://www.dodaj.rs/f/P/ul/441HhOUh/snapshot7.png
gtk3-engines-oxygen can be found in this ppa: https://launchpad.net/~gnumdk/+archive/ppa
Download deb from there and install it or add whole ppa:
Code:
sudo apt-add-repository ppa:gnumdk/ppa sudo apt-get update sudo apt-get install gtk3-engines-oxygen
Code:
[Settings] gtk-theme-name = oxygen-gtk
Enjoy! 8)
Comment