Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-12-17 14:20:56 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-12-17 14:20:56 (GMT)
commitec98271cf4652245f0eb7d07237e5ee9f9ed82fe (patch)
tree6eb428957f86df077ced0fa84b13ac47b12fbf8e /TurtleArt/taconstants.py
parentf1b1a77302d26642d85dda5bbfe83e4e45fe9728 (diff)
New block-highlighting scheme
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index aa869a3..0ec31aa 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -171,8 +171,7 @@ PALETTE_HEIGHT = 120
PALETTE_WIDTH = 175
SELECTOR_WIDTH = 55
ICON_SIZE = 55
-SELECTED_COLOR = "#0000FF"
-SELECTED_STROKE_WIDTH = 1.0
+GRADIENT_COLOR = "#FFFFFF"
STANDARD_STROKE_WIDTH = 1.0
BLOCK_SCALE = 2.0
PALETTE_SCALE = 1.5