From dc38fd27960f57b629bfe2daef4866762fea8ffc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 14:33:05 +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 390b33c..f5137ec 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #fdf8f8; - --card: #feeaee; - --foreground: #2d1f2b; - --primary-cta: #d5799b; - --primary-cta-text: #ffffff; - --secondary-cta: #f5e8ec; - --secondary-cta-text: #2d1f2b; - --accent: #d5799b; - --background-accent: #d4a0b5; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1f514c; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #159c49; + --background-accent: #a8e8ba; /* @layout/border-radius/soft */ --radius: 1.5rem;