diff --git a/src/index.css b/src/index.css index a51603c..9c00dbc 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/luxury */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #fff5f5e6; - --primary-cta: #ff7a7a; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #fff5f5e6; - --accent: #737373; - --background-accent: #737373; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #511f1f; + --primary-cta-text: #f5f5f5; + --secondary-cta: #ffffff; + --secondary-cta-text: #1c1c1c; + --accent: #8f3838; + --background-accent: #c9725c; /* @layout/border-radius/rounded */ --radius: 1rem;