7 Commits

Author SHA1 Message Date
9b1a01b9ba Update theme colors 2026-06-15 20:38:28 +00:00
0ca01067b3 Update theme colors 2026-06-15 20:38:24 +00:00
ed90903535 Update theme colors 2026-06-15 20:38:21 +00:00
a4aad4b7a0 Update theme colors 2026-06-15 20:38:16 +00:00
e0522febbd Update theme colors 2026-06-15 20:38:11 +00:00
3dc7284fe5 Update theme colors 2026-06-15 20:38:07 +00:00
7cf9bf5239 Update theme colors 2026-06-15 20:38:04 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
/* @layout/border-radius/rounded */
--radius: 0.5rem;