diff --git a/docs/docs.json b/docs/docs.json index 46b44cc4..b32d145f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1,11 +1,11 @@ { "$schema": "https://mintlify.com/docs.json", - "theme": "mint", - "name": "Mint Starter Kit", + "theme": "willow", + "name": "Zerobyte", "colors": { - "primary": "#16A34A", - "light": "#07C983", - "dark": "#15803D" + "primary": "#ff543a", + "light": "#ff543a", + "dark": "#b83422" }, "favicon": "/favicon.svg", "navigation": { @@ -85,7 +85,7 @@ }, "logo": { "light": "/logo/light.svg", - "dark": "/logo/dark.svg" + "dark": "/logo/light.svg" }, "navbar": { "links": [ @@ -115,8 +115,17 @@ "footer": { "socials": { "x": "https://x.com/mintlify", - "github": "https://github.com/mintlify", + "github": "https://github.com/nicotsx/zerobyte", "linkedin": "https://linkedin.com/company/mintlify" } + }, + "background": { + "color": { + "light": "#000000" + } + }, + "appearance": { + "strict": true, + "default": "dark" } }