mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
fix: colors
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user