diff --git a/src/index.css b/src/index.css index a62ba4f..50cd582 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/luxury */ - --background: #0f1010; - --card: #3d3d3d; - --foreground: #f5f0eb; - --primary-cta: #ffffff; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #f5f0eb; - --accent: #d4b896; - --background-accent: #4f402d; + --background: #fbfaff; + --card: #ffffff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; + --primary-cta-text: #fbfaff; + --secondary-cta: #ffffff; + --secondary-cta-text: #0f0022; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* @layout/border-radius/rounded */ --radius: 1rem;