From 5809f5fd0df1558c37737eb9d37d872198709356 Mon Sep 17 00:00:00 2001 From: sriramveeraghanta Date: Mon, 2 Mar 2026 15:30:40 +0530 Subject: [PATCH] fix: update darkmode brand color to update on code blocks --- docs/.vitepress/theme/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index e1d1fa0..9c53f07 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -198,6 +198,13 @@ --vp-c-bg: #0a0a0a; --vp-c-bg-soft: #141414; --vp-c-bg-mute: #1f1f1f; + + /* Brand colors */ + --vp-c-brand-1: #2893cc; + --vp-c-brand-2: #2893cc; + --vp-c-brand-3: #2893cc; + --vp-c-brand-soft: rgba(0, 99, 153, 0.14); + --plane-500: #2893cc; } /* ================================================