From 19000054f183753576128af6c6af915a7a8b232e Mon Sep 17 00:00:00 2001 From: zhanggangyong Date: Thu, 15 Jan 2026 15:44:47 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BA=AE=E8=89=B2=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E4=BB=8E=E7=81=B0=E7=99=BD=E6=94=B9=E4=B8=BA=E6=B5=85=E7=81=B0?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/app/globals.css b/app/globals.css index 0b045a5..35bb196 100644 --- a/app/globals.css +++ b/app/globals.css @@ -4,31 +4,31 @@ @custom-variant dark (&:is(.dark *)); /* ============================================ - 主题 1: 灰白色(默认亮色主题) - - 背景:纯灰白,不带色调 + 主题 1: 浅灰色(默认亮色主题) + - 背景:浅灰色 - 主色调:青绿色 ============================================ */ :root, .light, html.light { - --background: oklch(0.96 0 0); + --background: oklch(0.88 0 0); --foreground: oklch(0.15 0 0); - --card: oklch(0.98 0 0); + --card: oklch(0.92 0 0); --card-foreground: oklch(0.15 0 0); - --popover: oklch(0.99 0 0); + --popover: oklch(0.94 0 0); --popover-foreground: oklch(0.15 0 0); --primary: oklch(0.38 0.13 200); --primary-foreground: oklch(1 0 0); - --secondary: oklch(0.92 0 0); + --secondary: oklch(0.85 0 0); --secondary-foreground: oklch(0.15 0 0); - --muted: oklch(0.94 0 0); - --muted-foreground: oklch(0.45 0 0); + --muted: oklch(0.86 0 0); + --muted-foreground: oklch(0.40 0 0); --accent: oklch(0.42 0.11 200); --accent-foreground: oklch(1 0 0); --destructive: oklch(0.55 0.22 25); --destructive-foreground: oklch(1 0 0); - --border: oklch(0.90 0 0); - --input: oklch(0.90 0 0); + --border: oklch(0.82 0 0); + --input: oklch(0.82 0 0); --ring: oklch(0.38 0.13 200); --chart-1: oklch(0.48 0.13 200); --chart-2: oklch(0.52 0.11 180); @@ -36,13 +36,13 @@ html.light { --chart-4: oklch(0.62 0.11 160); --chart-5: oklch(0.55 0.11 40); --radius: 0.5rem; - --sidebar: oklch(0.97 0 0); + --sidebar: oklch(0.90 0 0); --sidebar-foreground: oklch(0.15 0 0); --sidebar-primary: oklch(0.38 0.13 200); --sidebar-primary-foreground: oklch(1 0 0); - --sidebar-accent: oklch(0.94 0 0); + --sidebar-accent: oklch(0.86 0 0); --sidebar-accent-foreground: oklch(0.15 0 0); - --sidebar-border: oklch(0.90 0 0); + --sidebar-border: oklch(0.82 0 0); --sidebar-ring: oklch(0.38 0.13 200); }