From 76e1cb5486ee26f4fd5b22ce8e6ea8230f87c7ca Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 24 Sep 2025 00:14:57 +0000
Subject: [PATCH] Update settings.mdx
---
settings.mdx | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/settings.mdx b/settings.mdx
index 778b78a96..a0e19f13b 100644
--- a/settings.mdx
+++ b/settings.mdx
@@ -127,8 +127,26 @@ See [Themes](themes) for more information.
The style of the page eyebrow. Choose `section` to show the section name or `breadcrumbs` to show the full navigation path. Defaults to `section`.
-
- The theme of the code blocks. Choose `system` to match the site theme or `dark` for always dark code blocks. Defaults to `system`.
+
+ The theme of the code blocks. Choose `system` to match the site theme, `dark` for always dark code blocks, or specify custom themes. Defaults to `system`.
+
+
+
+ A single theme to use for code blocks in both light and dark modes. Example: `"dracula"`.
+
+
+ Separate themes for light and dark modes.
+
+
+
+ Theme to use in light mode.
+
+
+ Theme to use in dark mode.
+
+
+
+