From 71ee364802afc0b9a738c664bf35362c8e2a4f46 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:09:03 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.css b/src/index.css index ee6b8e2..993ef1b 100644 --- a/src/index.css +++ b/src/index.css @@ -7,13 +7,13 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; + --foreground: #f5fffae6; + --primary-cta: #80da9b; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --secondary-cta-text: #f5fffae6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1