From 38fe47285988390852c499571043b57b15d686c0 Mon Sep 17 00:00:00 2001 From: Ricardo Gonzalez Date: Fri, 22 May 2026 23:04:44 -0500 Subject: [PATCH] Dark mode primary: #00bc7d (verde esmeralda) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - --primary, --ring, --sidebar-primary, --sidebar-ring → oklch(0.648 0.176 165.5) - --primary-foreground, --sidebar-primary-foreground → oklch(0.145 0 0) para contraste --- src/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/style.css b/src/style.css index 9fd9722..d8be4af 100644 --- a/src/style.css +++ b/src/style.css @@ -66,8 +66,8 @@ --popover: oklch(0.145 0 0); --popover-foreground: oklch(0.985 0 0); - --primary: oklch(0.985 0 0); - --primary-foreground: oklch(0.205 0 0); + --primary: oklch(0.648 0.176 165.5); + --primary-foreground: oklch(0.145 0 0); --secondary: oklch(0.269 0 0); --secondary-foreground: oklch(0.985 0 0); @@ -83,7 +83,7 @@ --border: oklch(0.269 0 0); --input: oklch(0.269 0 0); - --ring: oklch(0.439 0 0); + --ring: oklch(0.648 0.176 165.5); --chart-1: oklch(0.488 0.243 264.376); --chart-2: oklch(0.696 0.17 162.48); @@ -93,12 +93,12 @@ --sidebar: oklch(0.205 0 0); --sidebar-foreground: oklch(0.985 0 0); - --sidebar-primary: oklch(0.488 0.243 264.376); - --sidebar-primary-foreground: oklch(0.985 0 0); + --sidebar-primary: oklch(0.648 0.176 165.5); + --sidebar-primary-foreground: oklch(0.145 0 0); --sidebar-accent: oklch(0.269 0 0); --sidebar-accent-foreground: oklch(0.985 0 0); --sidebar-border: oklch(0.269 0 0); - --sidebar-ring: oklch(0.439 0 0); + --sidebar-ring: oklch(0.648 0.176 165.5); } @theme inline {