4 Commits

Author SHA1 Message Date
2adb13bdf1 Update theme colors 2026-05-09 14:06:11 +00:00
d07c0b7587 Update theme colors 2026-05-09 14:05:39 +00:00
cd2dfe5d3f Update theme colors 2026-05-09 14:05:34 +00:00
fa3234d9a4 Update theme colors 2026-05-09 14:02:17 +00:00

View File

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