feat: refine theme

This commit is contained in:
Henry Li
2026-01-17 21:24:49 +08:00
parent 70cd664d3f
commit 5cda2b90fc
2 changed files with 6 additions and 6 deletions

View File

@@ -96,7 +96,7 @@ export function InputBox({
<PromptInput
className={cn(
"bg-background/50 rounded-2xl backdrop-blur-sm transition-all duration-300 ease-out *:data-[slot='input-group']:rounded-2xl",
"focus-within:bg-background/85 h-48 translate-y-14 overflow-hidden",
"h-48 translate-y-14 overflow-hidden",
className,
)}
globalDrop

View File

@@ -171,7 +171,7 @@
}
.dark {
--background: oklch(0.22 0.0036 106.64);
--background: oklch(0.24 0.0036 106.64);
--foreground: oklch(0.985 0 0);
--card: oklch(0.238 0.0036 106.64);
--card-foreground: oklch(0.985 0 0);
@@ -179,14 +179,14 @@
--popover-foreground: oklch(0.985 0 0);
--primary: oklch(1 0 0);
--primary-foreground: oklch(0.205 0 0);
--secondary: oklch(0.269 0.0036 106.64);
--secondary: oklch(0.3 0.0036 106.64);
--secondary-foreground: oklch(0.985 0 0);
--muted: oklch(0.269 0.0036 106.64);
--muted-foreground: oklch(0.708 0 0);
--accent: oklch(0.32 0.0036 106.64);
--accent-foreground: oklch(0.985 0 0);
--destructive: oklch(0.704 0.191 22.216);
--border: oklch(1 0 0 / 10%);
--border: oklch(1 0.191 22.216 / 10%);
--input: oklch(1 0 0 / 15%);
--ring: transparent;
--chart-1: oklch(0.488 0.243 264.376);
@@ -194,11 +194,11 @@
--chart-3: oklch(0.769 0.188 70.08);
--chart-4: oklch(0.627 0.265 303.9);
--chart-5: oklch(0.645 0.246 16.439);
--sidebar: oklch(0.228 0.0036 106.64);
--sidebar: oklch(0.245 0.0036 106.64);
--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-accent: oklch(0.269 0.0036 106.64);
--sidebar-accent: oklch(0.29 0.0036 106.64);
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(1 0 0 / 10%);
--sidebar-ring: oklch(0.556 0 0);