diff --git a/docs/customization/themes.mdx b/docs/customization/themes.mdx
index 9e5ed88f77..3f6deae0af 100644
--- a/docs/customization/themes.mdx
+++ b/docs/customization/themes.mdx
@@ -1,15 +1,16 @@
---
title: Themes
-description: Clerk currently offers four prebuilt themes for you to customize the overall appearance of your Clerk app.
+description: Clerk currently offers six prebuilt themes for you to customize the overall appearance of your Clerk app.
---
-Clerk currently offers four prebuilt themes:
+Clerk currently offers six 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)
+- [The "Simple" theme](#simple-theme)
## Default theme
@@ -51,6 +52,24 @@ When using the [shadcn/ui](https://ui.shadcn.com/) library, you can use the `sha
{{ style: { maxWidth: '400px' } }}
+## "Simple" theme
+
+This theme is a stripped down "Default" theme that removes some more advanced styling techniques, making it easier to apply your own custom styles.
+
+To use the simple theme, set `theme` to `simple`:
+
+```tsx {{ mark: ['simple'] }}
+