From 48ab814f174d10cbf321a1529dd1be618ba8e290 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 05:59:12 +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 f6b5fcb..cb23a0d 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #dfff1c; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #8b9a1b; + --background-accent: #5d6b00; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1 From dad1f72701b2f7329db5271950f78021396364d6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 05:59:15 +0000 Subject: [PATCH 2/2] Update theme colors --- src/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.css b/src/index.css index cb23a0d..9c3cd5a 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #dfff1c; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #1f7cff; + --primary-cta-text: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #ffffff; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --accent: #1f7cff; + --background-accent: #f96b2f; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1