Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'gtkrc')
-rw-r--r--gtkrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtkrc b/gtkrc
new file mode 100644
index 0000000..57110c6
--- /dev/null
+++ b/gtkrc
@@ -0,0 +1,22 @@
+style "combobox"
+{
+ color["focus_line"] = "#027F01"
+ bg[NORMAL] = "#027F01"
+ bg[ACTIVE] = "#026002"
+ bg[PRELIGHT] = "#027F01"
+}
+
+style "scrollbar"
+{
+ bg[NORMAL] = "#027F01"
+}
+
+style "fixframe"
+{
+ color["focus_line"] = "#FFFFFF"
+ bg[NORMAL] = "#808080"
+ bg[ACTIVE] = "#808080"
+ bg[PRELIGHT] = "#808080"
+}
+
+widget "*ComboBox*" style "fixframe"