From 4101ec98af37e2d812f859e3f540bceafbbc5200 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 31 Mar 2026 11:53:03 +0400 Subject: [PATCH] fix: colors --- apps/v4/registry/themes.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/v4/registry/themes.ts b/apps/v4/registry/themes.ts index 71e8215cd..80fdfba3a 100644 --- a/apps/v4/registry/themes.ts +++ b/apps/v4/registry/themes.ts @@ -690,8 +690,8 @@ export const THEMES: RegistryItem[] = [ type: "registry:theme", cssVars: { light: { - primary: "oklch(0.532 0.157 131.589)", - "primary-foreground": "oklch(0.986 0.031 120.757)", + primary: "oklch(0.527 0.154 150.069)", + "primary-foreground": "oklch(0.982 0.018 155.826)", secondary: "oklch(0.967 0.001 286.375)", "secondary-foreground": "oklch(0.21 0.006 285.885)", "chart-1": "oklch(0.871 0.15 154.449)", @@ -699,12 +699,12 @@ export const THEMES: RegistryItem[] = [ "chart-3": "oklch(0.627 0.194 149.214)", "chart-4": "oklch(0.527 0.154 150.069)", "chart-5": "oklch(0.448 0.119 151.328)", - "sidebar-primary": "oklch(0.648 0.2 131.684)", - "sidebar-primary-foreground": "oklch(0.986 0.031 120.757)", + "sidebar-primary": "oklch(0.627 0.194 149.214)", + "sidebar-primary-foreground": "oklch(0.982 0.018 155.826)", }, dark: { - primary: "oklch(0.453 0.124 130.933)", - "primary-foreground": "oklch(0.986 0.031 120.757)", + primary: "oklch(0.448 0.119 151.328)", + "primary-foreground": "oklch(0.982 0.018 155.826)", secondary: "oklch(0.274 0.006 286.033)", "secondary-foreground": "oklch(0.985 0 0)", "chart-1": "oklch(0.871 0.15 154.449)", @@ -712,8 +712,8 @@ export const THEMES: RegistryItem[] = [ "chart-3": "oklch(0.627 0.194 149.214)", "chart-4": "oklch(0.527 0.154 150.069)", "chart-5": "oklch(0.448 0.119 151.328)", - "sidebar-primary": "oklch(0.768 0.233 130.85)", - "sidebar-primary-foreground": "oklch(0.986 0.031 120.757)", + "sidebar-primary": "oklch(0.723 0.219 149.579)", + "sidebar-primary-foreground": "oklch(0.982 0.018 155.826)", }, }, }, @@ -756,8 +756,8 @@ export const THEMES: RegistryItem[] = [ type: "registry:theme", cssVars: { light: { - primary: "oklch(0.532 0.157 131.589)", - "primary-foreground": "oklch(0.986 0.031 120.757)", + primary: "oklch(0.841 0.238 128.85)", + "primary-foreground": "oklch(0.405 0.101 131.063)", secondary: "oklch(0.967 0.001 286.375)", "secondary-foreground": "oklch(0.21 0.006 285.885)", "chart-1": "oklch(0.897 0.196 126.665)", @@ -769,8 +769,8 @@ export const THEMES: RegistryItem[] = [ "sidebar-primary-foreground": "oklch(0.986 0.031 120.757)", }, dark: { - primary: "oklch(0.453 0.124 130.933)", - "primary-foreground": "oklch(0.986 0.031 120.757)", + primary: "oklch(0.768 0.233 130.85)", + "primary-foreground": "oklch(0.405 0.101 131.063)", secondary: "oklch(0.274 0.006 286.033)", "secondary-foreground": "oklch(0.985 0 0)", "chart-1": "oklch(0.897 0.196 126.665)",