From 713f41190691a73a499cf74b8125e128e7250429 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 13:56:36 +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 6cc6dca..2d777ff 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --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; + --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;