From 46d36c19ea817aa672d7fb1ae4f2a7deb88b6de9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 13:39:28 +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 297a1a8..ce25a57 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