From 07fd1bc3b3d95fc4201687163bcdc1f40fd931cf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 01:32:25 +0000 Subject: [PATCH 1/2] 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 8645171..06a6d08 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fff5f5e6; - --primary-cta: #ff7a7a; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fff5f5e6; - --accent: #737373; - --background-accent: #737373; + --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: 0.5rem; -- 2.49.1 From ec475809885622692af4a24958cd6916ee358eb6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 01:32:27 +0000 Subject: [PATCH 2/2] 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 06a6d08..e009e75 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --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; + --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; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1