Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/resources/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'resources/gtkrc')
-rw-r--r--resources/gtkrc15
1 files changed, 13 insertions, 2 deletions
diff --git a/resources/gtkrc b/resources/gtkrc
index 78cf7fd..76e4bbc 100644
--- a/resources/gtkrc
+++ b/resources/gtkrc
@@ -14,14 +14,25 @@ style "mamacombo"
bg[ACTIVE] = "#026002"
}
-style "fixshare"
+style "mamanotebook"
{
+ fg[NORMAL] = "#FFFFFF"
+ fg[ACTIVE] = "#FFFFFF"
+ fg[PRELIGHT] = "#FFFFFF"
+ bg[NORMAL] = "#027F01"
+ bg[ACTIVE] = "#026002"
+}
+
+style "fixframe"
+{
bg[NORMAL] = "#808080"
}
widget "*GtkButton*" style "mamabutton"
widget_class "*<GtkComboBox>*" style "mamacombo"
-widget "*ComboBox*" style "fixshare"
+widget_class "*<GtkNotebook>" style "mamanotebook"
+widget "*ComboBox*" style "fixframe"
+