From bbf2a16f39e7ce101fe5bd0b3d3fd1403553fdde Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:51:10 +0800 Subject: [PATCH] style(ui): soften dark mode background color Increase lightness from 0.141 to 0.155 for a less harsh dark theme. Co-Authored-By: Claude Opus 4.5 --- packages/ui/src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/styles/globals.css b/packages/ui/src/styles/globals.css index 87ca6fc2..9e3a4f4b 100644 --- a/packages/ui/src/styles/globals.css +++ b/packages/ui/src/styles/globals.css @@ -199,7 +199,7 @@ * ========================================================================= */ .dark { /* Base: near-black bg, near-white text */ - --background: oklch(0.141 0.005 285.823); + --background: oklch(0.155 0.005 285.823); --foreground: oklch(0.985 0 0); --card: oklch(0.21 0.006 285.885); --card-foreground: oklch(0.985 0 0);