From 80553cf84c761b5d5ec39615a35756d3a2e66f9e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 09:52:46 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 5f49866..0b7fd44 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #e3deea; + --background: #fbfaff; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; - --primary-cta-text: #e3deea; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #fbfaff; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* @layout/border-radius/soft */ --radius: 1.5rem;