From 49eee46e91f15bfef3381c8823dc813c0ea893e7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 22:49:34 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index 9a3c289..33dcad2 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/premiumOrange */ - --background: #f5f5f5; + --background: #fbfaff; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #fbfaff; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1