From 7bf29c9a2f51e41be6f537ece34a8b438b31614a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 22:53:10 +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 c5b50d7..a9992c8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/lightPurple */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; - --primary-cta-text: #efebe5; - --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffffe6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1