diff --git a/src/index.css b/src/index.css index 635a2c3..b8d63b9 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #efebe5; - --card: #f7f2ea; - --foreground: #000000; - --primary-cta: #000000; - --primary-cta-text: #efebe5; - --secondary-cta: #ffffff; - --secondary-cta-text: #000000; - --accent: #ffffff; - --background-accent: #e1b875; + --background: #121212; + --card: #1e1e1e; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #121212; + --secondary-cta: #2a2a2a; + --secondary-cta-text: #ffffff; + --accent: #a0a0a0; + --background-accent: #332b1f; /* @layout/border-radius/rounded */ --radius: 1rem;