style: update dark theme color scheme to match light theme

Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-04 17:07:59 +00:00
parent bb9f2623d8
commit 04b95d7bc1
+3 -3
View File
@@ -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',