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

---
type: doc
title: Dark mode
description: Set up dark mode for Fulldev UI projects.
---

Fulldev UI uses the same dark mode approach as shadcn/ui. Use the official
[shadcn/ui dark mode docs](https://ui.shadcn.com/docs/dark-mode) as the
reference.

## Fulldev note

`@fulldev/init` adds light and dark tokens to `src/styles/global.css`. If you
install `@fulldev/theme-toggle`, render its provider in the document `<head>`.
