Skip to content

fork css colors into separate file #9

@KyleMit

Description

@KyleMit

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"},
    ]}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions