From 7191d08c699b7b657546bf80e2f2c714b840d9c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 06:16:59 +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 574ba83..2e7173b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #1f7cff; - --primary-cta-text: #ffffff; - --secondary-cta: #010101; - --secondary-cta-text: #ffffff; - --accent: #1f7cff; - --background-accent: #f96b2f; + --background: #000802; + --card: #0b1a0b; + --foreground: #e6ffe6; + --primary-cta: #80da9b; + --primary-cta-text: #000802; + --secondary-cta: #07170b; + --secondary-cta-text: #e6ffe6; + --accent: #38714a; + --background-accent: #2c6541; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1