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 <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-02-11 18:51:10 +08:00
parent 573d803d71
commit bbf2a16f39

View file

@ -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);