From e9c65cf4875cd904e5bf8f8d478b30b12241351d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 13:32:16 +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 718e0dd..edcb7e8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/warmStoneOrange */ - --background: #ffffff; - --card: #f9fafb; - --foreground: #1f2937; - --primary-cta: #16a34a; - --primary-cta-text: #ffffff; - --secondary-cta: #15803d; - --secondary-cta-text: #ffffff; - --accent: #16a34a; - --background-accent: #f9fafb; + --background: #fafffb; + --card: #ffffff; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; + --secondary-cta: #ffffff; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* @layout/border-radius/soft */ --radius: 1.5rem;