summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
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'