From 9efdc548ff89913acea3319eaf312c7d949ded93 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 01:32:36 +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 e009e75..baf9d42 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f6f7f4; - --card: #fffefe; - --foreground: #080908; - --primary-cta: #0e3a29; - --primary-cta-text: #fffefe; - --secondary-cta: #ebeee0; - --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #c6efc6; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #6139e6; + --background-accent: #b3a8e8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1