Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-24 09:44:44 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-24 09:44:44 (GMT)
commitd195fccbde70966ea7868e7c9c5983e85824db2b (patch)
tree7f1ac1d19c93754b8c1db362bd00e02013c15283 /sugar
parent6b30262cf78de2beaf03fe248f290be8f4da5b35 (diff)
Add COLOR_TEXT_FIELD_GREY color.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/style.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/graphics/style.py b/sugar/graphics/style.py
index 9d561eb..d9d7589 100644
--- a/sugar/graphics/style.py
+++ b/sugar/graphics/style.py
@@ -132,5 +132,6 @@ COLOR_TOOLBAR_GREY = Color('#404040')
COLOR_BUTTON_GREY = Color('#808080')
COLOR_INACTIVE_FILL = Color('#9D9FA1')
COLOR_INACTIVE_STROKE = Color('#757575')
+COLOR_TEXT_FIELD_GREY = Color('#E5E5E5')
PALETTE_CURSOR_DISTANCE = zoom(10)