From 743c3a8a2ba26c677d227885d93e6dbb9e5d77c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 16:08:46 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 993ef1b..bb94d6b 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5fffae6; + --background: #000802; + --card: #0b1a0b; + --foreground: #e6ffe6; --primary-cta: #80da9b; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5fffae6; - --accent: #737373; - --background-accent: #737373; + --primary-cta-text: #000802; + --secondary-cta: #07170b; + --secondary-cta-text: #e6ffe6; + --accent: #38714a; + --background-accent: #2c6541; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1