Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/customization/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: Clerk currently offers four prebuilt themes for you to customize th
Clerk currently offers four prebuilt themes:

- [The default theme](#default-theme)
- [The "shadcn" theme](#shadcn-theme)
- [The "Dark" theme](#dark-theme)
- [The "Shades of Purple" theme](#shades-of-purple-theme)
- [The "Neobrutalism" theme](#neobrutalism-theme)
Expand All @@ -18,6 +19,12 @@ Applied by default when no other theme is provided.
![A sign-in form with a light theme](/docs/images/themes/default.svg)
</div>

## "shadcn" theme

<div style={{padding: "1rem 0", filter: "drop-shadow(rgba(0, 0, 0, 0.16) 0px 12px 24px)"}}>
![A sign-in form with a shadcn theme](/docs/images/themes/shadcn.svg)
</div>

## "Dark" theme

<div style={{padding: "1rem 0", filter: "drop-shadow(rgba(0, 0, 0, 0.16) 0px 12px 24px)"}}>
Expand Down
Loading