update docs theme

This commit is contained in:
KM Koushik
2025-09-07 18:13:39 +10:00
parent ef76711fe0
commit 5b3022c27b

View File

@@ -1,11 +1,20 @@
{ {
"$schema": "https://mintlify.com/docs.json", "$schema": "https://mintlify.com/docs.json",
"theme": "mint", "theme": "maple",
"name": "useSend", "name": "useSend",
"colors": { "colors": {
"primary": "#000000", "primary": "#21453D",
"light": "#FFFFFF", "light": "#E6FAF5",
"dark": "#000000" "dark": "#21453D"
},
"background": {
"color": {
"light": "#F5F5F5",
"dark": "#181825"
}
},
"fonts": {
"family": "IBM Plex Mono"
}, },
"favicon": "/favicon.svg", "favicon": "/favicon.svg",
"navigation": { "navigation": {