From 4cf206019498e6f8b7950190d4a39718e53ee8ae Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Wed, 18 Mar 2026 07:24:13 -0700 Subject: [PATCH] feat: update theme to match Figma design system Align docs.json colors, backgrounds, and fonts with the ScrapeGraphAI Library Figma design system (Strong Lilac, Black C64, White OS palette and IBM Plex Sans typography). Made-with: Cursor --- docs.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/docs.json b/docs.json index bca3b24..5c62cc4 100644 --- a/docs.json +++ b/docs.json @@ -3,9 +3,9 @@ "theme": "mint", "name": "ScrapeGraphAI", "colors": { - "primary": "#9333ea", - "light": "#9f52eb", - "dark": "#1f2937" + "primary": "#AC6DFF", + "light": "#AC6DFF", + "dark": "#AC6DFF" }, "favicon": "/favicon.svg", "navigation": { @@ -279,7 +279,18 @@ }, "background": { "color": { - "dark": "#101725" + "dark": "#242424", + "light": "#EFEFEF" + } + }, + "fonts": { + "heading": { + "family": "IBM Plex Sans", + "weight": 500 + }, + "body": { + "family": "IBM Plex Sans", + "weight": 400 } }, "navbar": {