From 3d35d6255d88a7b33d082ad9c4ff9147246f31a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:14 +0000 Subject: [PATCH 1/2] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 23e0413..832bd5e 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; - --primary-cta-text: #efebe5; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #511f1f; + --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --secondary-cta-text: #1c1c1c; + --accent: #8f3838; + --background-accent: #c9725c; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1 From f077d78cc0631854310b524e927972f62a873175 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:17 +0000 Subject: [PATCH 2/2] Update theme colors --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 832bd5e..22d41ac 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #511f1f; + --primary-cta: #1f514c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #8f3838; - --background-accent: #c9725c; + --accent: #159c49; + --background-accent: #a8e8ba; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1