Skip to content

Allow extending palettes #535

Open
Open
@BasixKOR

Description

Feature request 🚀

  • I will create Pull Request
  • It's just a suggestion

Expected

It would be nice to use more colors other than the defined names on Geist. Nice example would be brand colors, which currently doesn't really fit in current theme model.

Examples

const myTheme = {
  type: 'Custom',
  palette: {
    twitter: '#1DA1F2',
  },
};

// and use it like 

function Login() {
  return <Button type="twitter">Log in with Twitter</Button>;
}

Programme (Optional)

Others (Optional)

Activity

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions