diff --git a/src/index.css b/src/index.css index d161f09..65f57e4 100644 --- a/src/index.css +++ b/src/index.css @@ -6,15 +6,15 @@ :root { /* @colorThemes/lightTheme/roseMauve */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1b0c25; - --primary-cta: #1b0c25; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #1b0c25; - --accent: #ff93e4; - --background-accent: #e8a8c3; + --background: #030128; + --card: #241f48; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #030128; + --secondary-cta: #131136; + --secondary-cta-text: #d5d4f6; + --accent: #44358a; + --background-accent: #b597fe; /* @layout/border-radius/soft */ --radius: 1.5rem;