diff --git a/app/globals.css b/app/globals.css index c852907..2200774 100644 --- a/app/globals.css +++ b/app/globals.css @@ -67,49 +67,49 @@ } .dark { - /* Dark mode colors using OKLCH - harmonized gray palette */ - --background: oklch(12% 0.01 285.8); - --foreground: oklch(85% 0.005 285.8); + /* Dark mode colors using OKLCH - lighter, softer palette */ + --background: oklch(18% 0.008 285.8); + --foreground: oklch(78% 0.005 285.8); - --card: oklch(15% 0.012 285.8); - --card-foreground: oklch(85% 0.005 285.8); + --card: oklch(22% 0.01 285.8); + --card-foreground: oklch(78% 0.005 285.8); - --popover: oklch(15% 0.012 285.8); - --popover-foreground: oklch(85% 0.005 285.8); + --popover: oklch(22% 0.01 285.8); + --popover-foreground: oklch(78% 0.005 285.8); - --primary: oklch(70% 0.15 240); - --primary-foreground: oklch(15% 0.012 285.8); + --primary: oklch(68% 0.14 240); + --primary-foreground: oklch(22% 0.01 285.8); - --secondary: oklch(20% 0.015 285.8); - --secondary-foreground: oklch(80% 0.005 285.8); + --secondary: oklch(28% 0.012 285.8); + --secondary-foreground: oklch(75% 0.005 285.8); - --muted: oklch(18% 0.012 285.8); - --muted-foreground: oklch(60% 0.008 285.9); + --muted: oklch(25% 0.01 285.8); + --muted-foreground: oklch(58% 0.008 285.9); - --accent: oklch(22% 0.015 285.8); - --accent-foreground: oklch(80% 0.005 285.8); + --accent: oklch(30% 0.012 285.8); + --accent-foreground: oklch(75% 0.005 285.8); - --destructive: oklch(55% 0.18 29.2); - --destructive-foreground: oklch(85% 0.005 285.8); + --destructive: oklch(58% 0.16 29.2); + --destructive-foreground: oklch(78% 0.005 285.8); - --border: oklch(25% 0.015 285.8); - --input: oklch(20% 0.015 285.8); - --ring: oklch(70% 0.15 240); + --border: oklch(32% 0.012 285.8); + --input: oklch(28% 0.012 285.8); + --ring: oklch(68% 0.14 240); - --success: oklch(60% 0.15 145); - --success-foreground: oklch(15% 0.012 285.8); + --success: oklch(62% 0.14 145); + --success-foreground: oklch(22% 0.01 285.8); - --warning: oklch(70% 0.15 85); - --warning-foreground: oklch(15% 0.012 285.8); + --warning: oklch(68% 0.14 85); + --warning-foreground: oklch(22% 0.01 285.8); - --info: oklch(65% 0.15 240); - --info-foreground: oklch(15% 0.012 285.8); + --info: oklch(66% 0.14 240); + --info-foreground: oklch(22% 0.01 285.8); /* Audio-specific colors */ - --waveform: oklch(70% 0.15 240); - --waveform-progress: oklch(65% 0.15 145); - --waveform-selection: oklch(70% 0.15 240); - --waveform-bg: oklch(10% 0.01 285.8); + --waveform: oklch(68% 0.14 240); + --waveform-progress: oklch(62% 0.14 145); + --waveform-selection: oklch(68% 0.14 240); + --waveform-bg: oklch(16% 0.008 285.8); } }