Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk/theme/gtkrc.em
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme/gtkrc.em')
-rw-r--r--gtk/theme/gtkrc.em22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
index c82a54b..2d88bcf 100644
--- a/gtk/theme/gtkrc.em
+++ b/gtk/theme/gtkrc.em
@@ -181,6 +181,25 @@ style "window-child"
}
}
+
+style "white-bg"
+{
+ bg[NORMAL] = $white
+}
+
+style "white-bg-child"
+{
+ bg[INSENSITIVE] = $white
+ base[INSENSITIVE] = $white
+
+ fg[NORMAL] = $white
+
+ engine "sugar" {
+ parent_fg_color = $black
+ parent_bg_color = $white
+ }
+}
+
style "black-bg"
{
bg[NORMAL] = $black
@@ -693,6 +712,9 @@ widget_class "<GtkWindow>*" style "window-child"
widget_class "*<SugarAlert>" style "black-bg"
widget_class "*<SugarAlert>*" style "black-bg-child"
+widget_class "*<SugarSectionView>" style "white-bg"
+widget_class "*<SugarSectionView>*" 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