From 69ee4bec2df6e8aaadc86d43470172e4e8c93f68 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 21 Mar 2008 22:24:53 +0000 Subject: Forgot about the special SugarFrame style. It also needs to define the parent colors. --- diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index d79f1b8..b7f8941 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -417,6 +417,11 @@ style "spinbutton" style "frame" { bg[NORMAL] = $toolbar_grey + + engine "sugar" { + parent_bg_color = $toolbar_grey + parent_fg_color = $white + } } style "notebook-tab" @@ -478,6 +483,15 @@ style "toolbar" { xthickness = 0 ythickness = 0 + + bg[NORMAL] = $toolbar_grey + bg[INSENSITIVE] = $toolbar_grey + base[INSENSITIVE] = $toolbar_grey + + engine "sugar" { + parent_fg_color = $white + parent_bg_color = $toolbar_grey + } } style "toolbox" @@ -764,8 +778,9 @@ widget_class "*" style "toolbar" widget_class "**" style "trayicon" # Widgets that should get the background color from the parent -widget_class "*" style "parent-bg" -widget_class "*" style "parent-bg" -widget_class "*" style "parent-bg" -widget_class "*" style "parent-bg" +widget_class "*" style "parent-bg" +widget_class "*" style "parent-bg" +widget_class "*" style "parent-bg" +widget_class "*" style "parent-bg" +widget_class "*" style "parent-bg" -- cgit v0.9.1