in lib/report.py [0:0]
def flip_row_background(color): if color == "white": return "#ececec" else: return "white"