-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
fork css colors into separate file would be a good refactoring pivot, and would also allow community color contributions more easily - possibly with each item in the array allowing for the possibility of local overrides or metadata associated with each
let cssColors = [
// standard
{text: "Aqua"},
// custom color override
{text: "Aquamarine", color: "#7fffd4"},
// multi
{text: "RGB", multi: [
{text: "R", color: "red"},
{text: "G", color: "green"},
{text: "B", color: "blue"},
]}
]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels