From 9de67d71578d4ba04da1d059d99606028ecfac38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 22:52:47 +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 1d48deb..c5b50d7 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/lightPurple */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #511f1f; - --primary-cta-text: #f5f5f5; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #000000; + --primary-cta-text: #efebe5; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #8f3838; - --background-accent: #c9725c; + --secondary-cta-text: #000000; + --accent: #ffffff; + --background-accent: #e1b875; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1