Skip to content

Commit 4101ec9

Browse files
committed
fix: colors
1 parent fc76a9a commit 4101ec9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

apps/v4/registry/themes.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -690,30 +690,30 @@ export const THEMES: RegistryItem[] = [
690690
type: "registry:theme",
691691
cssVars: {
692692
light: {
693-
primary: "oklch(0.532 0.157 131.589)",
694-
"primary-foreground": "oklch(0.986 0.031 120.757)",
693+
primary: "oklch(0.527 0.154 150.069)",
694+
"primary-foreground": "oklch(0.982 0.018 155.826)",
695695
secondary: "oklch(0.967 0.001 286.375)",
696696
"secondary-foreground": "oklch(0.21 0.006 285.885)",
697697
"chart-1": "oklch(0.871 0.15 154.449)",
698698
"chart-2": "oklch(0.723 0.219 149.579)",
699699
"chart-3": "oklch(0.627 0.194 149.214)",
700700
"chart-4": "oklch(0.527 0.154 150.069)",
701701
"chart-5": "oklch(0.448 0.119 151.328)",
702-
"sidebar-primary": "oklch(0.648 0.2 131.684)",
703-
"sidebar-primary-foreground": "oklch(0.986 0.031 120.757)",
702+
"sidebar-primary": "oklch(0.627 0.194 149.214)",
703+
"sidebar-primary-foreground": "oklch(0.982 0.018 155.826)",
704704
},
705705
dark: {
706-
primary: "oklch(0.453 0.124 130.933)",
707-
"primary-foreground": "oklch(0.986 0.031 120.757)",
706+
primary: "oklch(0.448 0.119 151.328)",
707+
"primary-foreground": "oklch(0.982 0.018 155.826)",
708708
secondary: "oklch(0.274 0.006 286.033)",
709709
"secondary-foreground": "oklch(0.985 0 0)",
710710
"chart-1": "oklch(0.871 0.15 154.449)",
711711
"chart-2": "oklch(0.723 0.219 149.579)",
712712
"chart-3": "oklch(0.627 0.194 149.214)",
713713
"chart-4": "oklch(0.527 0.154 150.069)",
714714
"chart-5": "oklch(0.448 0.119 151.328)",
715-
"sidebar-primary": "oklch(0.768 0.233 130.85)",
716-
"sidebar-primary-foreground": "oklch(0.986 0.031 120.757)",
715+
"sidebar-primary": "oklch(0.723 0.219 149.579)",
716+
"sidebar-primary-foreground": "oklch(0.982 0.018 155.826)",
717717
},
718718
},
719719
},
@@ -756,8 +756,8 @@ export const THEMES: RegistryItem[] = [
756756
type: "registry:theme",
757757
cssVars: {
758758
light: {
759-
primary: "oklch(0.532 0.157 131.589)",
760-
"primary-foreground": "oklch(0.986 0.031 120.757)",
759+
primary: "oklch(0.841 0.238 128.85)",
760+
"primary-foreground": "oklch(0.405 0.101 131.063)",
761761
secondary: "oklch(0.967 0.001 286.375)",
762762
"secondary-foreground": "oklch(0.21 0.006 285.885)",
763763
"chart-1": "oklch(0.897 0.196 126.665)",
@@ -769,8 +769,8 @@ export const THEMES: RegistryItem[] = [
769769
"sidebar-primary-foreground": "oklch(0.986 0.031 120.757)",
770770
},
771771
dark: {
772-
primary: "oklch(0.453 0.124 130.933)",
773-
"primary-foreground": "oklch(0.986 0.031 120.757)",
772+
primary: "oklch(0.768 0.233 130.85)",
773+
"primary-foreground": "oklch(0.405 0.101 131.063)",
774774
secondary: "oklch(0.274 0.006 286.033)",
775775
"secondary-foreground": "oklch(0.985 0 0)",
776776
"chart-1": "oklch(0.897 0.196 126.665)",

0 commit comments

Comments
 (0)