From 6abca0d890c2040e77eeaadf675cc4804196a0f0 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 28 Apr 2011 22:09:30 +0200 Subject: host/simu/view/table_eurobot2011: clearer colors --- host/simu/view/table_eurobot2011.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/simu/view/table_eurobot2011.py') 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' -- cgit v1.2.3