From 9fb8ccf85a589c3a8e6abf929d053d84d525ec29 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 20:05:56 +0000 Subject: [PATCH] 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 e517ed5..141de33 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #1f7cff; - --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --foreground: #f5f5f5; + --primary-cta: #dfff1c; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --accent: #8b9a1b; + --background-accent: #5d6b00; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1