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. + + + +