From bde9f93e533da22b42c5769a6e2acd427c90fbf7 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Wed, 07 Mar 2012 15:25:08 +0000 Subject: Revert the unintentional part of the gtk3 theme Unintentionally commit 529e929ca9a266854a3c483bc27bb76f959d8c64 touched as well the gtk2 theme. This reverts that change. --- diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 69dccd9..98ea76f 100644 --- a/gtk/theme/gtkrc.em +++ b/gtk/theme/gtkrc.em @@ -740,6 +740,16 @@ style "parent-bg" } } +style "sugartimeout" +{ + bg[NORMAL] = $white + fg[NORMAL] = $button_grey + bg[ACTIVE] = $toolbar_grey + fg[ACTIVE] = $white + bg[PRELIGHT] = $white + fg[PRELIGHT] = $button_grey +} + #################################################################### # Default style, setting some generic options and style properties #################################################################### @@ -760,6 +770,14 @@ widget_class "**" style "black-bg-child" widget_class "*" style "white-bg" widget_class "**" style "white-bg-child" +widget_class "*" style "white-bg" +widget_class "**" style "white-bg-child" + +# Naming alert needs white background for main window and for entry widget, +# but other backgrounds must be left grey as they are used for drawing borders +widget_class "*" style "white-bg" +widget_class "**" style "white-bg-child" + # The notebook is very high, so that everything is overriden # Only the color of the tab labels needs to be modified inside the @@ -803,6 +821,7 @@ widget_class "**" style "groupbox-palette-c widget_class "**" style "toolbox" widget_class "**" style "toolbox" widget_class "*." style "toolbox-notebook" +widget_class "**" style "toolbox" #################################################################### @@ -853,6 +872,9 @@ widget_class "*" style "toolbar" # Tray widget_class "**" style "trayicon" +# Timeout Icon +widget_class "**" style "sugartimeout" + # Widgets that should get the background color from the parent widget_class "*" style "parent-bg" widget_class "*" style "parent-bg" -- cgit v0.9.1