Estos temas GTK3 son para Ubuntu 11.10/12.04. Pueden ser usados con Gnome Shell y Unity, y vienen en tres configuraciones de colores diferentes.
Instalación:
cd /tmp && wget -O omg_suite.zip http://goo.gl/jzZqN
mkdir ~/.themes
unzip omg_suite.zip -d ~/.themes
Para utilizar el tema OMG por defecto, debemos correr estos comandos:
gsettings set org.gnome.desktop.interface gtk-theme ‘OMG’
gconftool-2 –set –type string /apps/metacity/general/theme ‘OMG’
Para utilizar el tema OMG-Dark, estos:
gsettings set org.gnome.desktop.interface gtk-theme ‘OMG-Dark’
gconftool-2 –set –type string /apps/metacity/general/theme ‘OMG-Dark’
Para el tema OMG-Light:
gsettings set org.gnome.desktop.interface gtk-theme ‘OMG-Light’
gconftool-2 –set –type string /apps/metacity/general/theme ‘OMG-Light’
¡Espero que sean de su agrado!