"""Colors used by the validators to highlight cells in the spreadsheet.""" BLACK = '00000000' RED = 'FFFF0000' LIGHT_PINK = 'FFCCCB' PURPLE = '800080' YELLOW = 'FFFF99' LIGHT_GREEN = '90EE90' ORANGE = 'FFA500' LIGHT_BLUE = 'ADD8E6' DARK_BLUE = '0000FF' NORMAL_BORDER_COLOR = BLACK ERROR_BORDER_COLOR = RED ERROR_CELL_COLOR = YELLOW ERROR_RELEASE_ROW_COLOR = PURPLE ERROR_RELEASE_CELL_COLOR = LIGHT_PINK