From 04b95d7bc152ed16f634a4e3ebf510929b538f39 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:07:59 +0000 Subject: [PATCH] style: update dark theme color scheme to match light theme Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com> --- dashboard/src/theme/DarkTheme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/src/theme/DarkTheme.ts b/dashboard/src/theme/DarkTheme.ts index 177bee39c..ab9ae8737 100644 --- a/dashboard/src/theme/DarkTheme.ts +++ b/dashboard/src/theme/DarkTheme.ts @@ -4,12 +4,12 @@ const PurpleThemeDark: ThemeTypes = { name: 'PurpleThemeDark', dark: true, variables: { - 'border-color': '#1677ff', + 'border-color': '#3c96ca', 'carousel-control-size': 10 }, colors: { - primary: '#1677ff', - secondary: '#722ed1', + primary: '#3c96ca', + secondary: '#2288b7', info: '#03c9d7', success: '#52c41a', accent: '#FFAB91',