GitHub Stars

Theming

Learn how to theme your components.

Fulldev UI uses the same theme token model as shadcn/ui. Use the official shadcn/ui theming docs as the reference.

Fulldev note

After running @fulldev/init, theme tokens live in src/styles/global.css. Change those CSS variables instead of editing component classes.