From 25acb1f31b80c1bfb96cfcb6932aae03579c87b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 14:30:59 +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 4de6954..c22d856 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #000000; - --card: #161616; - --foreground: #f5f5f5; - --primary-cta: #9333ea; - --primary-cta-text: #ffffff; - --secondary-cta: #e11d48; - --secondary-cta-text: #ffffff; - --accent: #333333; - --background-accent: #1a1a1a; + --background: #f5f4f0; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; + --primary-cta-text: #f5f4f0; + --secondary-cta: #f5f4f0; + --secondary-cta-text: #1a1a1a; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1