Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/style.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/graphics/style.py')
-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')