ratp: lightgray is too light for the screen

This commit is contained in:
nemunaire 2023-01-19 13:47:21 +01:00
parent 7c9c2a03f0
commit aeacc05bd3
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class RATPWeatherModule:
if "InfoChannelRef" in info:
states.append(info["InfoChannelRef"]["value"])
fill = "black" if "Perturbation" in states else ("gray" if "Travaux" in states else "lightgray")
fill = "black" if "Perturbation" in states else ("gray" if "Travaux" in states else "darkgray")
icon = IDFMAPI.get_line_icon(mode, line, line_height, fill=fill)
image.paste(icon, (align_x, align_y), icon)