summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorNicolas Schodet2011-04-28 22:09:30 +0200
committerNicolas Schodet2011-04-28 22:09:30 +0200
commit6abca0d890c2040e77eeaadf675cc4804196a0f0 (patch)
tree419a3663ea891403e1d590a94cde9b8f9984debe /host
parentb0ef2ecc8467319f27fd5de45c0bc9906013147b (diff)
host/simu/view/table_eurobot2011: clearer colors
Diffstat (limited to 'host')
-rw-r--r--host/simu/view/table_eurobot2011.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/simu/view/table_eurobot2011.py b/host/simu/view/table_eurobot2011.py
index 64cb66d8..5e67b9e7 100644
--- a/host/simu/view/table_eurobot2011.py
+++ b/host/simu/view/table_eurobot2011.py
@@ -26,9 +26,9 @@ from simu.inter.drawable import Drawable
from simu.utils.trans_matrix import TransMatrix
from math import pi
-RED = '#cc0000'
-BLUE = '#0000cc'
-GREEN = '#006b00'
+RED = '#d42626'
+BLUE = '#2626d4'
+GREEN = '#268126'
BLACK = '#181818'
YELLOW = '#cccc00'