mate-themes-extras
====================

The mate-themes-extras package contains a collection of GTK2/3 desktop themes for MATE. These themes can change the appearance of application widgets, window borders, etc.
This branch is optimized for GTK3-3.12.


Themes:

--Blue-Submarine
--delorean-dark
--GnomishBeige
--Green-Submarine
--Smootly
--Smootly-Black
--Zukitwo

Note: Those themes aren't ready for GTK3-3.12, it seems that some of them have a death upstream.
But i don't wanna drop them for the momment.

--clearlooks-phenix
--Faience
--Faience-Ocre
--Gnome-Cupertino
--Gnome-Cupertino-Mint
--Zukitwo-Dust
--Zukitwo-Brave
--Zukitwo-Human
--Zukitwo-Illustrious
--Zukitwo-Noble
--Zukitwo-Wine
--Zukitwo-Wise


Installation:

Use NOCONFIGURE=1 ./autogen.sh for generate configure and make files.
You have to use ./configure with configure flags to enable a theme.
Without a flag nothing will compile!
Use configure --help after autogen to find out the right configure flags for a theme.
--prefix=/usr is needed, otherwise the themes are installed in /usr/local/share/themes ,
and  mate-appearance-properties doesn't find the themes!

Example for install Gnome-Cupertino theme:

NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr \
--enable-Gnome-Cupertino

make

make install (as root)
