From 938d40d0b120cd6fefe1b13434035867c2ba9cc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:08 +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 993ef1b..e03383b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5fffae6; - --primary-cta: #80da9b; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5fffae6; - --accent: #737373; - --background-accent: #737373; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; + --primary-cta-text: #f5f4ef; + --secondary-cta: #ecebea; + --secondary-cta-text: #2a2928; + --accent: #ffffff; + --background-accent: #c6b180; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1