Theme Guide
Customize your Indie Kit app with beautiful themes
Easily customize your Indie Kit app's look and feel with our ShadCN theme system.
Theme Builders
Features:
- 🎨 1000+ color combinations
- 🌙 Automatic dark mode
- 🎯 Real-time preview
- 📱 Mobile-friendly colors
- 🚀 One-click export
How to Apply 💡
- Visit the Theme Generator
- Customize your colors
- Copy the generated code
- Update variables in
/src/app/globals.css
/* Example globals.css */
@layer base {
:root {
--background: 0 0% 100%;
--foreground: 240 10% 3.9%;
/* Paste your theme variables here */
}
}
That's it! Your new theme will be applied instantly. 🚀