[Xfce4-commits] r29304 - in gtk-xfce-engine-2/trunk: . themes/xfce/gtk-2.0
Olivier Fourdan
olivier at xfce.org
Fri Jan 23 23:37:56 CET 2009
Author: olivier
Date: 2009-01-23 22:37:56 +0000 (Fri, 23 Jan 2009)
New Revision: 29304
Modified:
gtk-xfce-engine-2/trunk/configure.in
gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
Log:
Use a light blue for window decoration with default theme to match the change in xfwm4 default theme
Modified: gtk-xfce-engine-2/trunk/configure.in
===================================================================
--- gtk-xfce-engine-2/trunk/configure.in 2009-01-23 22:36:35 UTC (rev 29303)
+++ gtk-xfce-engine-2/trunk/configure.in 2009-01-23 22:37:56 UTC (rev 29304)
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([gtk-xfce-engine], [2.5.93], [http://bugzilla.xfce.org])
+AC_INIT([gtk-xfce-engine], [2.5.99.1], [http://bugzilla.xfce.org])
AC_PREREQ(2.52)
Modified: gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
===================================================================
--- gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc 2009-01-23 22:36:35 UTC (rev 29303)
+++ gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc 2009-01-23 22:37:56 UTC (rev 29304)
@@ -279,7 +279,7 @@
style "titlebar" = "default"
{
- bg[SELECTED] = "#1a2738"
+ bg[SELECTED] = "#5e98e3"
fg[SELECTED] = "#ffffff"
bg[INSENSITIVE] = "#eeeeec"
fg[INSENSITIVE] = "#888a85"
More information about the Xfce4-commits
mailing list