From 8312c6d09993b8a03381472cbfaddbf7e72c89d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 00:58:03 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index a62ba4f..b69e9f7 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/luxury */ - --background: #0f1010; - --card: #3d3d3d; - --foreground: #f5f0eb; - --primary-cta: #ffffff; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5f0eb; - --accent: #d4b896; - --background-accent: #4f402d; + --background: #fafffb; + --card: #ffffff; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; + --secondary-cta: #ffffff; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* @layout/border-radius/rounded */ --radius: 1rem;