Customizations
As the boilerplate is using the logic of tailwind & shadcn/ui components, we can use any tailwind theme generator or directly shadcn/ui's theme picker.
- Generate a theme, e.g. with shadcn/ui's theme picker, by clicking on Customize and then on Copy code. The theme picker includes the following highlight colors: Zinc, Slate, Stone, Gray, Neutral, Red, Rose (template's default), Orange, Green, Blue, Yellow, Violet.
- Replace
layer base
content in yourglobals.css
file with the copied code. Make sure not to replace all the content with that code.