shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
70.52k stars 4.23k forks source link

[feat]: choose your own base color #4758

Open GetPsyched opened 3 weeks ago

GetPsyched commented 3 weeks ago

Feature description

When initialising shadcn-ui on a project already setup with my own styles in the tailwind config, I want that the base colour that shadcn-ui uses to be one of my existing ones, not one from the set of colours given by the repo itself.

Affected component/components

No response

Additional Context

Whenever I add a component, I have to go through and update all of the styles that exist (that's the point, but a little less work OOTB would be nice)

Before submitting

GetPsyched commented 3 weeks ago

It would also be nice to ask for more than just the base color, like primary, secondary and maybe tertiary colors.

GetPsyched commented 3 weeks ago

Hmm, I suppose this is already possible thanks to being able to create a custom schema; albeit this would still be a nice addition to the default one.

ravenkim commented 2 weeks ago

i agree