Navigation: [/sitemap.md](/sitemap.md)

---
type: doc
title: Theming
description: Learn how to theme your components.
---

Fulldev UI uses the same theme token model as shadcn/ui. Use the official
[shadcn/ui theming docs](https://ui.shadcn.com/docs/theming) 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.
