Theme Setup
Learn how to set up the theme for your project
Theming Implementation
The theme system is built using Tailwind CSS and a custom theme provider.
Tailwind CSS Configuration
The Tailwind CSS configuration file (tailwind.config.js
) includes the theme-related settings:
Applying Styles
The theme-specific styles are applied using Tailwind CSS utility classes. For example:
This will apply the appropriate background color based on the active theme.
Shadcn/ui
I love to work with Shadcn/ui to customize the theme of the app. You can choose between using CSS variables or Tailwind CSS utility classes for theming.
Go to shadcn/ui customize your own theme including colors, radius, modes…
After you customizing your theme, copy the code and change src/app/global.css
…
Email Theme Customization
This guide explains how to customize the email theme colors in your application by modifying the config.ts
file inside the src/config
folder.
The email theme settings control the appearance of emails sent from your application, including colors for icons, primary elements, and text.
In the config.ts
file, you’ll find the theme configuration section that includes email theming options: