Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk-engine
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-12 15:36:15 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-12 15:36:15 (GMT)
commit28cadd865d812d8e0b3117692c992303c23886fa (patch)
treef36268c6495dafddbe50e1cbdf4d0375da4155f6 /gtk-engine
parent9f0b0840b213bf97c3f3acd0e8e3acaac0b7ead6 (diff)
Tweak scrollbars a bit.
Diffstat (limited to 'gtk-engine')
-rw-r--r--gtk-engine/theme/gtkrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk-engine/theme/gtkrc b/gtk-engine/theme/gtkrc
index ee0d24f..c379b76 100644
--- a/gtk-engine/theme/gtkrc
+++ b/gtk-engine/theme/gtkrc
@@ -56,11 +56,11 @@ style "chrome-entry" = "chrome-default"
style "scrollbar" = "chrome-default"
{
- GtkRange::slider_width = 6
+ GtkRange::slider_width = 4
GtkRange::stepper_size = 1
- GtkRange::trough-border = 2
+ GtkRange::trough-border = 3
- bg[ACTIVE] = "#FFFFFF"
+ bg[ACTIVE] = "#E6E6E6"
bg[NORMAL] = "#414141"
bg[PRELIGHT] = "#414141"
}