Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-01-31 16:10:00 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-01-31 16:10:00 (GMT)
commit6f3ecbdb1f765b4d1561525f7b868708488edde8 (patch)
tree4012b2cf19a74e846f47fa00647401f2f3f5028b
parentfea8acec849efef38b3a3e00402d808e838c91d6 (diff)
New color to highlight items while hovering over #1693
-rw-r--r--src/sugar/graphics/style.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sugar/graphics/style.py b/src/sugar/graphics/style.py
index 929b78e..2828b7f 100644
--- a/src/sugar/graphics/style.py
+++ b/src/sugar/graphics/style.py
@@ -141,6 +141,7 @@ COLOR_BUTTON_GREY = Color('#808080')
COLOR_INACTIVE_FILL = Color('#9D9FA1')
COLOR_INACTIVE_STROKE = Color('#757575')
COLOR_TEXT_FIELD_GREY = Color('#E5E5E5')
+COLOR_HIGHLIGHT = Color('#E7E7E7')
PALETTE_CURSOR_DISTANCE = zoom(10)