diff --git a/themes.mdx b/themes.mdx
index a61c7e42..76d91eff 100644
--- a/themes.mdx
+++ b/themes.mdx
@@ -6,14 +6,18 @@ description: "Customize the appearance of your documentation"
import { ThemeCard } from "/snippets/theme-card.mdx";
-We offer pre-built themes so you can differentiate the look and feel of your documentation based on your brand.
+We offer pre-built themes so you can differentiate the look and feel of your documentation based on your brand and product motives.
## Configuration
-You can configure the theme in the `docs.json` file.
+You can configure the theme in the `docs.json` file by setting the `theme` property.
For example, to use the `maple` theme, you can add the following to your `docs.json` file:
+
+The `maple` theme is currently used for our documentation.
+
+
```json
{
"theme": "maple"
@@ -24,6 +28,8 @@ For example, to use the `maple` theme, you can add the following to your `docs.j
There are a variety of themes to choose from.
+Each theme has its own unique set of layouts and styles.
+