5 Commits

Author SHA1 Message Date
713f411906 Update theme colors 2026-06-17 13:56:36 +00:00
86b0470012 Update theme colors 2026-06-17 13:56:29 +00:00
7086f45fd8 Update theme colors 2026-06-17 13:56:19 +00:00
053eadde2e Update theme colors 2026-06-17 13:56:17 +00:00
c20f8c6180 Update theme colors 2026-06-17 13:56:10 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fbfaff;
--card: #ffffff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
/* @layout/border-radius/rounded */
--radius: 1rem;