diff --git a/.claude/skills/mintlify/reference/configuration.md b/.claude/skills/mintlify/reference/configuration.md
index df628fbd8..07969191d 100644
--- a/.claude/skills/mintlify/reference/configuration.md
+++ b/.claude/skills/mintlify/reference/configuration.md
@@ -68,7 +68,7 @@ title: "Page title"
mode: "custom"
---
-# Frame: like custom but keeps sidebar (Aspen and Almond themes only)
+# Frame: like custom but keeps sidebar (Aspen, Almond, and Luma themes only)
---
title: "Page title"
mode: "frame"
@@ -83,7 +83,7 @@ mode: "center"
## Theme
-One of: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`, `sequoia`.
+One of: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`, `sequoia`, `luma`.
| Theme | Character |
|-------|-----------|
@@ -95,6 +95,7 @@ One of: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`, `sequoia
| `almond` | Card-based, minimalist |
| `aspen` | Modern, supports complex navigation |
| `sequoia` | Minimal, elegant, large-scale content |
+| `luma` | Clean, minimal, polished |
## Colors
diff --git a/customize/themes.mdx b/customize/themes.mdx
index 59993917d..2a66aa443 100644
--- a/customize/themes.mdx
+++ b/customize/themes.mdx
@@ -55,6 +55,8 @@ export const ThemeCard = ({ title, value, description, href }) => {
+
+
\ No newline at end of file
diff --git a/images/themes/almond.png b/images/themes/almond.png
index afd8dd4fa..2c159c984 100644
Binary files a/images/themes/almond.png and b/images/themes/almond.png differ
diff --git a/images/themes/aspen.png b/images/themes/aspen.png
index be5c82d14..a986116cb 100644
Binary files a/images/themes/aspen.png and b/images/themes/aspen.png differ
diff --git a/images/themes/linden.png b/images/themes/linden.png
index cbd7104b5..87ec56358 100644
Binary files a/images/themes/linden.png and b/images/themes/linden.png differ
diff --git a/images/themes/luma.png b/images/themes/luma.png
index de9fd127e..f444c4220 100644
Binary files a/images/themes/luma.png and b/images/themes/luma.png differ
diff --git a/images/themes/maple.png b/images/themes/maple.png
index b66c98798..dad848e55 100644
Binary files a/images/themes/maple.png and b/images/themes/maple.png differ
diff --git a/images/themes/mint.png b/images/themes/mint.png
index 4521718e0..a61132286 100644
Binary files a/images/themes/mint.png and b/images/themes/mint.png differ
diff --git a/images/themes/palm.png b/images/themes/palm.png
index 2dbe847cf..f7fe7e605 100644
Binary files a/images/themes/palm.png and b/images/themes/palm.png differ
diff --git a/images/themes/sequoia.png b/images/themes/sequoia.png
index d9a644b14..8eadb3c30 100644
Binary files a/images/themes/sequoia.png and b/images/themes/sequoia.png differ
diff --git a/images/themes/willow.png b/images/themes/willow.png
index ab4ec5017..a6000c778 100644
Binary files a/images/themes/willow.png and b/images/themes/willow.png differ
diff --git a/organize/pages.mdx b/organize/pages.mdx
index f131bb86f..d828bf7e0 100644
--- a/organize/pages.mdx
+++ b/organize/pages.mdx
@@ -115,7 +115,7 @@ mode: "custom"
### Frame
-Frame mode provides a layout similar to custom mode but keeps the sidebar navigation. Use this mode to include custom HTML and components while preserving the default navigation experience. Only Aspen and Almond themes support frame mode.
+Frame mode provides a layout similar to custom mode but keeps the sidebar navigation. Use this mode to include custom HTML and components while preserving the default navigation experience. Only Aspen, Almond, and Luma themes support frame mode.
```yaml
---
diff --git a/organize/settings.mdx b/organize/settings.mdx
index 3df5ae028..c59331afd 100644
--- a/organize/settings.mdx
+++ b/organize/settings.mdx
@@ -40,7 +40,7 @@ This section contains the full reference for the `docs.json` file.
The layout theme of your site.
- One of the following: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`, `sequoia`.
+ One of the following: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`, `sequoia`, `luma`.
See [Themes](/customize/themes) for more information.