From 98afd118dfa4fb50738f90ee8053bd676e0a9bd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 01:31:24 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 8645171..5489b37 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fff5f5e6; + --background: #080000; + --card: #1e0d0d; + --foreground: #ffe6e6; --primary-cta: #ff7a7a; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fff5f5e6; - --accent: #737373; - --background-accent: #737373; + --primary-cta-text: #080000; + --secondary-cta: #1e0909; + --secondary-cta-text: #ffe6e6; + --accent: #7b4242; + --background-accent: #65292c; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1