From 93f9dfc1d05e4f54d9e62bea3b2825b49b342a8c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 9 Nov 2025 09:17:17 +0000 Subject: [PATCH] completionId: cgen-d7c5e284764642c2a8c4dffb463cb5c3 cgen-d7c5e284764642c2a8c4dffb463cb5c3 --- client/contexts/DocsThemeContext.tsx | 32 ++++++++++++++-------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/client/contexts/DocsThemeContext.tsx b/client/contexts/DocsThemeContext.tsx index 22c43f58..15661b80 100644 --- a/client/contexts/DocsThemeContext.tsx +++ b/client/contexts/DocsThemeContext.tsx @@ -24,24 +24,24 @@ interface ThemeColors { } const professionalTheme: ThemeColors = { - background: "bg-white", - foreground: "text-slate-900", - sidebar: "bg-gradient-to-b from-white to-slate-50", - sidebarText: "text-slate-700", - sidebarHover: "hover:bg-slate-50", - sidebarActive: "text-blue-600", - sidebarActiveBg: "bg-slate-100", - accent: "text-blue-600", - accentHover: "hover:text-blue-700", - border: "border-slate-200", - cardBg: "bg-slate-50", - cardBorder: "border-slate-200", - buttonBg: "bg-blue-600", + background: "bg-gradient-to-br from-slate-50 via-blue-50/30 to-slate-50", + foreground: "text-slate-800", + sidebar: "bg-gradient-to-b from-slate-50/80 via-slate-50 to-blue-50/40", + sidebarText: "text-slate-600", + sidebarHover: "hover:bg-slate-100/50", + sidebarActive: "text-teal-600", + sidebarActiveBg: "bg-teal-50/60", + accent: "text-teal-600", + accentHover: "hover:text-teal-700", + border: "border-slate-200/70", + cardBg: "bg-white/60", + cardBorder: "border-slate-200/50", + buttonBg: "bg-teal-600", buttonText: "text-white", - inputBg: "bg-white border border-slate-300", - inputBorder: "border-slate-300", + inputBg: "bg-white/80 border border-slate-200", + inputBorder: "border-slate-200", headingColor: "text-slate-900", - textMuted: "text-slate-600", + textMuted: "text-slate-500", }; const brandTheme: ThemeColors = {