Quick start
- Open
app/globals.css - Edit the CSS variables in
:root(light) and.dark(dark)
Generate a theme
Use the shadcn theme generator to create a palette, then copy the CSS variables intoglobals.css.Customize colors, fonts, and styling
app/globals.css:root (light) and .dark (dark)globals.css.