Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerkstage.dev

Themes

Clerk currently offers four pre-built themes that can be exported from @clerk/themes:

Default theme

Applied by default when no other theme is provided.

A sign-in form with a light theme

Dark theme

import {dark} from "@clerk/themes";
A sign-in form with a dark theme

Shades of purple theme

import {shadesOfPurple} from "@clerk/themes";
A sign-in form with a purple and yellow theme

Neobrutalism theme

import {neobrutalism} from "@clerk/themes";
A sign-in form with a neobrutalist red theme

What did you think of this content?

Clerk © 2023