From f76465b6b8775338c4623a067ef38f81bda88d4a Mon Sep 17 00:00:00 2001 From: yannickmonney Date: Mon, 23 Mar 2026 12:40:18 +0100 Subject: [PATCH] Update docs.json theme, colors, and background Mintlify-Source: dashboard-editor --- docs/docs.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 8d6ec25d9..52e1ed5a1 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1,11 +1,11 @@ { "$schema": "https://mintlify.com/docs.json", "name": "Tale", - "theme": "sequoia", + "theme": "maple", "colors": { - "primary": "#0F172A", - "light": "#38BDF8", - "dark": "#0F172A" + "primary": "#030712", + "light": "#FFFFFF", + "dark": "#030712" }, "navigation": { "groups": [ @@ -30,6 +30,17 @@ "weight": 400 }, "background": { - "decoration": "grid" + "decoration": "windows", + "color": { + "light": "#FFFFFF", + "dark": "#0C1017" + } + }, + "interaction": { + "drilldown": true + }, + "logo": { + "light": "/images/black.png", + "dark": "/images/white.png" } }