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

Olivier Fourdan olivier at xfce.org
Fri Jan 5 23:11:48 CET 2007


Author: olivier
Date: 2007-01-05 22:11:48 +0000 (Fri, 05 Jan 2007)
New Revision: 24274

Modified:
   gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
Log:
Use gradients in menu and menubar

Modified: gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc
===================================================================
--- gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc	2007-01-05 17:37:22 UTC (rev 24273)
+++ gtk-xfce-engine-2/trunk/themes/xfce/gtk-2.0/gtkrc	2007-01-05 22:11:48 UTC (rev 24274)
@@ -78,7 +78,7 @@
         {
             fill_style = gradient
             orientation = vertical
-            shade_start = 1.05
+            shade_start = 1.10
             shade_end = 0.95
         }
     }
@@ -89,41 +89,69 @@
     bg[INSENSITIVE]   = "#ffffff"
     bg[NORMAL]        = "#ffffff"
     bg[PRELIGHT]      = "#d3d7cf"
+    fg[SELECTED]      = "#000000"
+    text[SELECTED]    = "#000000"
 
     engine "xfce"
     {
         smooth_edge = true
+        boxfill
+        {
+            fill_style = gradient
+            orientation = vertical
+            shade_start = 1.10
+            shade_end = 0.95
+        }
     }
 }
 
-style "pager" = "gradient"
+style "menuitem" = "menu"
 {
     xthickness = 1
-    ythickness = 1
+    ythickness = 2
 
-    bg[SELECTED]      = "#3465a4"
-    fg[SELECTED]      = "#ffffff"
-
     engine "xfce"
     {
         smooth_edge = true
+        boxfill
+        {
+            fill_style = gradient
+            orientation = vertical
+            shade_start = 1.10
+            shade_end = 0.95
+        }
     }
 }
 
-style "menuitem" = "menu"
+style "menubar" = "menu"
 {
     xthickness = 1
-    ythickness = 1
+    ythickness = 3
 
+    bg[INSENSITIVE]   = "#eeeeec"
+    bg[NORMAL]        = "#eeeeec"
+
     engine "xfce"
     {
         smooth_edge = true
+        boxfill
+        {
+            fill_style = gradient
+            orientation = vertical
+            shade_start = 1.20
+            shade_end = 0.90
+        }
     }
 }
 
-style "menubar" = "gradient"
+style "pager" = "gradient"
 {
-    ythickness = 3
+    xthickness = 1
+    ythickness = 1
+
+    bg[SELECTED]      = "#3465a4"
+    fg[SELECTED]      = "#ffffff"
+
     engine "xfce"
     {
         smooth_edge = true
@@ -148,7 +176,7 @@
         {
             fill_style = gradient
             orientation = vertical
-            shade_start = 1.05
+            shade_start = 1.10
             shade_end = 0.95
         }
     }
@@ -175,7 +203,7 @@
         {
             fill_style = gradient
             orientation = automatic
-            shade_start = 1.05
+            shade_start = 1.10
             shade_end = 0.95
         }
     }
@@ -191,7 +219,7 @@
         {
             fill_style = gradient
             orientation = automatic
-            shade_start = 1.05
+            shade_start = 1.10
             shade_end = 0.95
         }
     }
@@ -216,7 +244,7 @@
         {
             fill_style = gradient
             orientation = automatic
-            shade_start = 1.05
+            shade_start = 1.10
             shade_end = 0.95
         }
     }
@@ -274,7 +302,7 @@
 class "*Pager*"                    style "pager"
 
 widget_class "*Menu*"              style "menu"
-class "*Menu*"                     style "menu"
+#class "*Menu*"                     style "menu"
 
 widget_class "*MenuItem*"          style "menuitem"
 class "*MenuItem*"                 style "menuitem"
@@ -283,8 +311,8 @@
 class "*BonoboDockItem"            style "menubar"
 widget_class "*ToolBar"            style "menubar"
 class "*ToolBar"                   style "menubar"
-widget_class "*MenuBar"            style "menubar"
-class "*MenuBar"                   style "menubar"
+widget_class "*MenuBar*"           style "menubar"
+class "*MenuBar*"                  style "menubar"
 
 widget_class "*HandleBox*"         style "handlebox"
 



More information about the Xfce4-commits mailing list