From 3fccdb01db2c6f609b5391a6a359dbdc5cc37c10 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 20:05:12 +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 141de33..203ad1a 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; + --foreground: #f8f5ffe6; + --primary-cta: #c89bff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --secondary-cta-text: #f8f5ffe6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1