

GTK3/4 Themes
I have test the theme in debian testing and i have no errors here. By my mint LMDE i can“t test it becaus i don't have install gnome by my mint. But in toolbar.css by the GTK-3.10 themes i add:
.window-frame {
background-color: @bg_color;
}
.titlebar,
...
and it should work. Can you show me a sreenshot? - Mar 15 2014
.window-frame {
background-color: @bg_color;
}
.titlebar,
...
and it should work. Can you show me a sreenshot? - Mar 15 2014
In nautilus, it is fixed in the gtk-3.4 themes.
In evolution this is that what i want. If you don't like it you can edit this in gnome-applications-dark.css:
EShellWindow *:active {
color: shade (@base_color-b, 1.00);
background-color: shade (@bg_color-b, 2.00);
}
- Oct 13 2012
In evolution this is that what i want. If you don't like it you can edit this in gnome-applications-dark.css:
EShellWindow *:active {
color: shade (@base_color-b, 1.00);
background-color: shade (@bg_color-b, 2.00);
}
- Oct 13 2012
By the gtk-2.0 theme looks the background epual the
gtk-3.0. The "style" from the items (buttons tabs ...)
is differentially because the smooth engine can't draw
round cornes from items. I like grandient look for
menubar toolbar etc. and this only work with the smooth engine.
I use the gtk-2.0 look and style since many years (gnome 1.xxx)
and i don't plan to change the look from gtk-2.0, sorry.
With the unico engine and gtk-3.XX it is possible to
build a theme with a "modern touch".
If necessary (unico or gtk-3.xxx update) i will only
update the gtk-3.0 theme. Again sorry :(. - Nov 08 2011
gtk-3.0. The "style" from the items (buttons tabs ...)
is differentially because the smooth engine can't draw
round cornes from items. I like grandient look for
menubar toolbar etc. and this only work with the smooth engine.
I use the gtk-2.0 look and style since many years (gnome 1.xxx)
and i don't plan to change the look from gtk-2.0, sorry.
With the unico engine and gtk-3.XX it is possible to
build a theme with a "modern touch".
If necessary (unico or gtk-3.xxx update) i will only
update the gtk-3.0 theme. Again sorry :(. - Nov 08 2011
Ok. Debian have the gtk2 engine smooth im pool:
http://ftp.debian.org/debian/pool/main/g/gtk-smooth-engine/gtk-smooth-engine_2.14.3+deb5.tar.gz
Download and run:
yum install automake17.noarch
aclocal
./autogen.sh
./configure --prefix=/to/the/install/path
make
make install
Or use rpmbuild with my quick and dirty spec file:
http://mitglied.multimania.de/fuchur2004/gtk-engines-debian.spec - Nov 05 2011
http://ftp.debian.org/debian/pool/main/g/gtk-smooth-engine/gtk-smooth-engine_2.14.3+deb5.tar.gz
Download and run:
yum install automake17.noarch
aclocal
./autogen.sh
./configure --prefix=/to/the/install/path
make
make install
Or use rpmbuild with my quick and dirty spec file:
http://mitglied.multimania.de/fuchur2004/gtk-engines-debian.spec - Nov 05 2011