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
75.61k stars 4.75k forks source link

[bug]: https://ui.shadcn.com/r/colors/[sky | sky etc.].json route is not exist in https://ui.shadcn.com/r #4946

Open sinapirani opened 2 months ago

sinapirani commented 2 months ago

Describe the bug

npx shadcn@latest add form

✔ Checking registry. ✔ Installing dependencies. ⠧ Updating files.

Something went wrong. Please check the error below for more details. If the problem persists, please open an issue on GitHub.

The component at https://ui.shadcn.com/r/colors/sky.json was not found. It may not exist at the registry. Please make sure it is a valid component.

Affected component/components

all

How to reproduce

npx shadcn@latest add form

✔ Checking registry. ✔ Installing dependencies. ⠧ Updating files.

Something went wrong. Please check the error below for more details. If the problem persists, please open an issue on GitHub.

The component at https://ui.shadcn.com/r/colors/sky.json was not found. It may not exist at the registry. Please make sure it is a valid component.

Codesandbox/StackBlitz link

https://codesandbox.io/p/sandbox/vigorous-currying-8653mn | Just because it required

Logs

No response

System Info

Linux/Manjaro

Before submitting

RakeshPotnuru commented 2 months ago

It seems like only these colors are accepted as base colors:

"gray" | "neutral" | "slate" | "stone" | "zinc"
sinapirani commented 2 months ago

Yes, I tried using zinc, and it works. However, there is no sky color option

RakeshPotnuru commented 2 months ago

That's what I said. Only those 5 colors are available. But you can change CSS variables by copying from https://ui.shadcn.com/themes.

Nicolab commented 3 weeks ago

Indeed, other theme files do not exist. Theme files are there https://github.com/shadcn-ui/ui/tree/main/apps/www/public/r/themes

Nicolab commented 2 weeks ago

Closed without fix, no?

arvera commented 1 week ago

So how to use the other colors pallets? is this false advertsiment? :P