From 94cf206d5d56f0775c6abf6fb9c04c71a8e6692a Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Thu, 11 Aug 2011 15:44:34 +0000 Subject: Add the SugarTimeoutIcon to set the font and background color Signed-off-by: Benjamin Berg Reviewed-by: Simon Schampijer --- diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em index 69dccd9..7f180a7 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 #################################################################### @@ -853,6 +863,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