From 21d7ec19074aed26b4a939d9bd7551d01fb39385 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 13:32:27 +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 bb63e40..edcb7e8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/warmStoneOrange */ - --background: #f5f5f5; + --background: #fafffb; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #159c49; - --background-accent: #a8e8ba; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1