Skip to main content

Themes in SupaLaunch

SupaLaunch is built with DaisyUI, a lightweight component library for Tailwind CSS. It provides you with an easy-to-use set of themes.

In order to select a theme, open /tailwind.config.ts file and edit the following code:

daisyui: {
themes: ["light"]
}

Change the theme name to one of the themes supported by DaisyUI:

"light",
"dark",
"cupcake",
"bumblebee",
"emerald",
"corporate",
"synthwave",
"retro",
"cyberpunk",
"valentine",
"halloween",
"garden",
"forest",
"aqua",
"lofi",
"pastel",
"fantasy",
"wireframe",
"black",
"luxury",
"dracula",
"cmyk",
"autumn",
"business",
"acid",
"lemonade",
"night",
"coffee",
"winter",
"dim",
"nord",
"sunset"

You can also create your own theme. Learn more in the official guide.