From 92321d7521ee695bb2f2db46bb9788f2f7d18aba Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 17 Mar 2018 23:23:46 +0100 Subject: new colors --- ampel/google_muell.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ampel/google_muell.py b/ampel/google_muell.py index cf54ed1..e7ff843 100755 --- a/ampel/google_muell.py +++ b/ampel/google_muell.py @@ -34,12 +34,13 @@ calendarId = 'o56ig681gla2a5vupm4vgiv7tc@group.calendar.google.com' # Mapping colorId from calendar to RGB colors colormap = { - "-1": [ 124, 179, 66 ], # default color (green) + # "-1": [ 124, 179, 66 ], # default color (green) + "-1": [ 54, 234, 255 ], # default color (green) "1": [ 121, 134, 203 ], # lavendel "2": [ 51, 182, 121 ], # salbei "3": [ 142, 36, 170 ], # grape - "4": [ 230, 124, 115], # light red - "5": [ 246, 191, 38], # banana + "4": [ 230, 124, 115 ], # light red + "5": [ 255, 183, 0 ], # banana, gelber sack "6": [ 244, 81, 30 ], # mandarin "7": [3, 155, 229], # pfau "8": [ 128,128,128 ], # grey -- cgit v1.2.3