From 0ca7df6889d75e59d539b6f7628a60dfbfbe7ddf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:44:01 +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 04e62b0..28bc169 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffaf5e6; - --primary-cta: #ffaa70; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fffaf5e6; - --accent: #737373; - --background-accent: #737373; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #fbfaff; + --secondary-cta: #ffffff; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1