From 7d389b47c70788f74e5cecdd3a855f004406de63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 21:47:45 +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 4fa9235..a51603c 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/luxury */ - --background: #080000; - --card: #1e0d0d; - --foreground: #ffe6e6; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fff5f5e6; --primary-cta: #ff7a7a; - --primary-cta-text: #080000; - --secondary-cta: #1e0909; - --secondary-cta-text: #ffe6e6; - --accent: #7b4242; - --background-accent: #65292c; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #fff5f5e6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1