summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2007-01-05 22:11:48 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2007-01-05 22:11:48 +0000
commitf5d12b0aaf03dbf2cb4bd6aaefb0c8acf4923c22 (patch)
treeb45e8ed22ef82af5dba4d6214c2022f767a70336 /themes
parenteb521c22e473665bf6e50e9cbebc7eb90ed9dbe1 (diff)
downloadgtk-xfce-engine-f5d12b0aaf03dbf2cb4bd6aaefb0c8acf4923c22.tar.gz
Use gradients in menu and menubar
(Old svn revision: 24274)
Diffstat (limited to 'themes')
-rw-r--r--themes/xfce/gtk-2.0/gtkrc62
1 files changed, 45 insertions, 17 deletions
diff --git a/themes/xfce/gtk-2.0/gtkrc b/themes/xfce/gtk-2.0/gtkrc
index a020d80..a363ef8 100644
--- a/themes/xfce/gtk-2.0/gtkrc
+++ b/themes/xfce/gtk-2.0/gtkrc
@@ -78,7 +78,7 @@ style "gradient" = "default"
{
fill_style = gradient
orientation = vertical
- shade_start = 1.05
+ shade_start = 1.10
shade_end = 0.95
}
}
@@ -89,41 +89,69 @@ style "menu" = "gradient"
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
-
- bg[SELECTED] = "#3465a4"
- fg[SELECTED] = "#ffffff"
+ ythickness = 2
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 @@ style "button" = "default"
{
fill_style = gradient
orientation = vertical
- shade_start = 1.05
+ shade_start = 1.10
shade_end = 0.95
}
}
@@ -175,7 +203,7 @@ style "scrollbar" = "default"
{
fill_style = gradient
orientation = automatic
- shade_start = 1.05
+ shade_start = 1.10
shade_end = 0.95
}
}
@@ -191,7 +219,7 @@ style "scale" = "scrollbar"
{
fill_style = gradient
orientation = automatic
- shade_start = 1.05
+ shade_start = 1.10
shade_end = 0.95
}
}
@@ -216,7 +244,7 @@ style "progress" = "gradient"
{
fill_style = gradient
orientation = automatic
- shade_start = 1.05
+ shade_start = 1.10
shade_end = 0.95
}
}
@@ -274,7 +302,7 @@ widget_class "*Pager*" style "pager"
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 @@ widget_class "*BonoboDockItem" style "menubar"
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"