Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-16 14:46:21 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-16 14:46:21 (GMT)
commitba8a731aa171a47932010abc83fd51adb59de08c (patch)
tree8ed31325799783bd07ca2ce6263b91bdd8c6e00e /sugar
parent4ad4fe9ec8caf64f99714bbc63435d4ffbc5bb8d (diff)
Add a border to the frame.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/style.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sugar/graphics/style.py b/sugar/graphics/style.py
index c0094b6..9d561eb 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -128,6 +128,8 @@ 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_BUTTON_GREY = Color('#808080')
COLOR_INACTIVE_FILL = Color('#9D9FA1')
COLOR_INACTIVE_STROKE = Color('#757575')