Update theme colors

This commit is contained in:
2026-05-09 14:02:17 +00:00
parent a010bf9475
commit fa3234d9a4

View File

@@ -5,15 +5,15 @@
:root { :root {
/* @colorThemes/lightTheme/grayNavyBlue */ /* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #1c1c1c; --foreground: #f8f5ffe6;
--primary-cta: #1c1c1c; --primary-cta: #c89bff;
--primary-cta-text: #f5f5f5; --primary-cta-text: #0a0a0a;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #f8f5ffe6;
--accent: #6139e6; --accent: #737373;
--background-accent: #b3a8e8; --background-accent: #737373;
/* @layout/border-radius/rounded */ /* @layout/border-radius/rounded */
--radius: 1rem; --radius: 1rem;