diff --git a/src/index.css b/src/index.css index 04e62b0..28bc169 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fffaf5e6; - --primary-cta: #ffaa70; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fffaf5e6; - --accent: #737373; - --background-accent: #737373; + --background: #fbfaff; + --card: #f7f5ff; + --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: 0.5rem;