Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics
diff options
context:
space:
mode:
authorEben Eliason <eben@localhost.localdomain>2008-03-25 05:33:45 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2008-03-26 17:19:51 (GMT)
commit9e9bed7ca8133cd76ed869af6f8bd6c57f5dd861 (patch)
tree4b2869ea30352b406bc0fe3bcda85565046e17dc /sugar/graphics
parent25abbc54692aa930bfcd7b6b9f4f297205869ff6 (diff)
Makes the Frame and toolbars darker for better contrast
Diffstat (limited to 'sugar/graphics')
-rw-r--r--sugar/graphics/style.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/style.py b/sugar/graphics/style.py
index 1f97adc..1b510d1 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -138,7 +138,7 @@ COLOR_WHITE = Color('#FFFFFF')
COLOR_TRANSPARENT = Color('#FFFFFF', alpha=0.0)
COLOR_PANEL_GREY = Color('#C0C0C0')
COLOR_SELECTION_GREY = Color('#A6A6A6')
-COLOR_TOOLBAR_GREY = Color('#404040')
+COLOR_TOOLBAR_GREY = Color('#282828')
COLOR_BUTTON_GREY = Color('#808080')
COLOR_INACTIVE_FILL = Color('#9D9FA1')
COLOR_INACTIVE_STROKE = Color('#757575')