Skip to content

[Feature] Add GUI for creating colour palettes #1

Description

@tinacious

Ideally we can have a UI for adding colour palettes instead of JSON.

Here's a suggested implementation:

  • repeatable colour fields that can be added or removed
  • sortable colour fields
  • name field

Here's the current format of a palette:

{
  "name": "Tinacious Design",
  "colours": [
    "#FF3399",
    "#33D5FF",
    "#B3B3D4",
    "#00D364",
    "#CC66FF",
    "#FFCC66",
    "#00CED1",
    "#1D1D26",
    "#C8C8D5",
    "#FFAA00",
    "#F10F69"
  ]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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