Docs Themes Green
Green
DefaultFresh and clean green accent theme
Color Palette
Light Mode — :root
Dark Mode — .dark
Installation
Apply this theme to your project using the CLI:
$pnpm dlx static-ui theme green
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.