Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2011-08-11 15:44:34 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-08-11 16:28:50 (GMT)
commit94cf206d5d56f0775c6abf6fb9c04c71a8e6692a (patch)
tree5fd34c7cbaf18914eb774677bfe65f18a807fc64
parent301298e517bcd51df31d9225bdb1b6d3dd9c84f6 (diff)
Add the SugarTimeoutIcon to set the font and background color
Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net> Reviewed-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk/theme/gtkrc.em13
1 files changed, 13 insertions, 0 deletions
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 "*<GtkToolbar>" style "toolbar"
# Tray
widget_class "*<SugarTrayIcon>*" style "trayicon"
+# Timeout Icon
+widget_class "*<SugarTimeoutIcon>*" style "sugartimeout"
+
# Widgets that should get the background color from the parent
widget_class "*<GtkEventBox>" style "parent-bg"
widget_class "*<GtkLayout>" style "parent-bg"