From f9e606684988073e92c0e6f0a80636e5e8eb43a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 09:53:08 +0000 Subject: [PATCH 1/2] 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 d5014ff..9bf8c97 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #fff5f5e6; + --primary-cta: #ff7a7a; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #fff5f5e6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1 From 90523a3ad2f3ec224424edda28ef51d72bb5afd7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 09:53:12 +0000 Subject: [PATCH 2/2] 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 9bf8c97..f27ae75 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fff5f5e6; + --background: #080000; + --card: #1e0d0d; + --foreground: #ffe6e6; --primary-cta: #ff7a7a; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fff5f5e6; - --accent: #737373; - --background-accent: #737373; + --primary-cta-text: #080000; + --secondary-cta: #1e0909; + --secondary-cta-text: #ffe6e6; + --accent: #7b4242; + --background-accent: #65292c; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1