Dark Mode
Set up dark mode for diarmuradi blocks.
diarmuradi blocks support dark mode out of the box. All blocks use CSS custom properties for colors, so when the .dark class is active on the root element, every block adapts automatically.
Keep your theme tokens in sync with your shadcn setup. Blocks expect the standard shadcn CSS variables (--background, --foreground, --primary, and so on).
For the full setup guide (next-themes, class strategy, and framework-specific notes), see the official shadcn documentation: