Docs Themes Slate
Slate
Cool gray slate theme
Color Palette
Light Mode — :root
Dark Mode — .dark
Installation
Apply this theme to your project using the CLI:
$pnpm dlx static-ui theme slate
Installation Instructions
1. Run the CLI command above to generate the theme CSS file in your project.
2. Import the generated CSS file in your globals.css or layout file.
3. The theme variables will override the default palette for both :root (light) and .dark (dark) modes.
4. Components using bg-primary, text-foreground, and other themed utilities will automatically reflect the new colors.