File size: 177 Bytes
60f94ea
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Custom colors
HEADER_CL = "#2F4F4F"

# Vehicle status colors
IN_TRANSIT_CL = "#0077BB"
STOPPED_CL = "#EE7733"

# Delay class colors
ON_TIME_CL = "#009988"
LATE_CL = "#CC3311"