ProjectColors
The ProjectColors
enum is used to define the color of a project. The colors are used to visually differentiate projects in the UI.
ProjectColors
{
enum ProjectColors {
grey = "grey",
red = "red",
orange = "orange",
green = "green",
lime = "lime",
teal = "teal",
blue = "blue",
indigo = "indigo",
purple = "purple",
pink = "pink",
}
}