Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtkrc
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-20 20:17:57 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-21 11:51:12 (GMT)
commit3a0f407b78289116ad75bbd080f9a51c39dab486 (patch)
tree547b9306f6c3d42a4b92ddd6397a5a3eaa3bec92 /gtkrc
parent15b9b66af1b92f19cac95ae8c56c78a2800b329d (diff)
...
Diffstat (limited to 'gtkrc')
-rw-r--r--gtkrc12
1 files changed, 9 insertions, 3 deletions
diff --git a/gtkrc b/gtkrc
index b4ae7cd..57110c6 100644
--- a/gtkrc
+++ b/gtkrc
@@ -1,8 +1,14 @@
-style "mamacombo"
+style "combobox"
{
color["focus_line"] = "#027F01"
bg[NORMAL] = "#027F01"
bg[ACTIVE] = "#026002"
+ bg[PRELIGHT] = "#027F01"
+}
+
+style "scrollbar"
+{
+ bg[NORMAL] = "#027F01"
}
style "fixframe"
@@ -10,7 +16,7 @@ style "fixframe"
color["focus_line"] = "#FFFFFF"
bg[NORMAL] = "#808080"
bg[ACTIVE] = "#808080"
+ bg[PRELIGHT] = "#808080"
}
-widget_class "*<GtkComboBox>*" style "mamacombo"
-widget "*ComboBox*" style "fixframe"
+widget "*ComboBox*" style "fixframe"