From 3c51221cf2389af91e5b2f1ea7b68fc3b0357a38 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 13:39:22 +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 0ebb49e..297a1a8 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #f6f7f4; - --card: #fffefe; - --foreground: #080908; - --primary-cta: #0e3a29; - --primary-cta-text: #fffefe; - --secondary-cta: #ebeee0; - --secondary-cta-text: #080908; - --accent: #35c18b; - --background-accent: #c6efc6; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5fffae6; + --primary-cta: #80da9b; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #f5fffae6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1