[Xfce4-commits] r24062 - gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0

Olivier Fourdan olivier at xfce.org
Fri Dec 8 20:31:43 CET 2006


Author: olivier
Date: 2006-12-08 19:31:43 +0000 (Fri, 08 Dec 2006)
New Revision: 24062

Modified:
   gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
Log:
Use dark blue instead of gray for active window frame

Modified: gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
===================================================================
--- gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc	2006-12-08 15:41:03 UTC (rev 24061)
+++ gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc	2006-12-08 19:31:43 UTC (rev 24062)
@@ -6,6 +6,10 @@
 
 style "default"
 {
+    GtkWidget::focus-line-width                  = 1
+    GtkWidget::focus_padding                     = 4
+    GtkWidget::interior_focus                    = 5
+    GtkWidget::internal_padding                  = 4
     GtkButton::default_border                    = {0, 0, 0, 0}
     GtkButton::default_outside_border            = {0, 0, 0, 0}
     GtkButton::child_displacement_x              = 0
@@ -14,6 +18,7 @@
     GtkButton::focus-padding                     = 1
     GtkCheckButton::indicator_size               = 12
     GtkMenuItem::selected_shadow_type            = etched-in
+    GtkMenuItem::internal_padding                = 5
     GtkPaned::handle_full_size                   = 1
     GtkPaned::handle_size                        = 7
     GtkRadioButton::indicator_size               = 15
@@ -23,10 +28,6 @@
     GtkRange::trough_border                      = 0
     GtkScrollbar::has_backward_stepper           = 1
     GtkScrollbar::min_slider_length              = 20
-    GtkWidget::focus-line-width                  = 1
-    GtkWidget::focus_padding                     = 4
-    GtkWidget::interior_focus                    = 5
-    GtkWidget::internal_padding                  = 4
     ExoIconBar::focus_padding                    = 2 
 
     xthickness = 2
@@ -109,7 +110,7 @@
 style "menuitem" = "menu"
 {
     xthickness = 1
-    ythickness = 3
+    ythickness = 1
 
     engine "xfce"
     {
@@ -245,7 +246,7 @@
 style "titlebar" = "default"
 {
     bg[INSENSITIVE]   = "#eeeeec"
-    bg[SELECTED]      = "#555753"
+    bg[SELECTED]      = "#2d3f52" # 40% of #729fcf
 
     fg[INSENSITIVE]   = "#888a85"
     fg[SELECTED]      = "#ffffff"



More information about the Xfce4-commits mailing list