From a1ac55ed1939343a9d589453a3c3b446681512da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 09:54:43 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index d161f09..65f57e4 100644 --- a/src/index.css +++ b/src/index.css @@ -6,15 +6,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --background: #030128; + --card: #241f48; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #030128; + --secondary-cta: #131136; + --secondary-cta-text: #d5d4f6; + --accent: #44358a; + --background-accent: #b597fe; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1