forked from xiaohei/taiji-pda-v0
style: 亮色主题从灰白改为浅灰色
This commit is contained in:
+13
-13
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user