helperFunctions.tag module

class helperFunctions.tag.TagColor

Bases: object

A class containing the different colors the tags may have. TagColor.ALL contains a list of all colors.

ALL = ['secondary', 'primary', 'success', 'info', 'warning', 'danger', 'light', 'dark']
BLUE = 'primary'
DARK = 'dark'
GRAY = 'secondary'
GREEN = 'success'
LIGHT = 'light'
LIGHT_BLUE = 'info'
ORANGE = 'warning'
RED = 'danger'