7 Commits

Author SHA1 Message Date
becd712727 Update theme colors 2026-05-09 17:00:37 +00:00
2ebfd203ce Update theme colors 2026-05-09 16:56:37 +00:00
5ea17a39e0 Update theme colors 2026-05-09 16:56:32 +00:00
a634966c9d Update theme colors 2026-05-09 16:56:27 +00:00
8c4a42a4f6 Update theme colors 2026-05-09 14:15:50 +00:00
d502be421c Update theme colors 2026-05-09 14:15:31 +00:00
5d7ff343fd Update theme colors 2026-05-09 14:15:18 +00:00

View File

@@ -5,15 +5,15 @@
:root { :root {
/* @colorThemes/lightTheme/grayNavyBlue */ /* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a; --background: #f7f6f7;
--card: #1a1a1a; --card: #ffffff;
--foreground: #f5f5f5; --foreground: #1b0c25;
--primary-cta: #ffdf7d; --primary-cta: #1b0c25;
--primary-cta-text: #0a0a0a; --primary-cta-text: #f7f6f7;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--secondary-cta-text: #ffffff; --secondary-cta-text: #1b0c25;
--accent: #b8860b; --accent: #ff93e4;
--background-accent: #8b6914; --background-accent: #e8a8c3;
/* @layout/border-radius/rounded */ /* @layout/border-radius/rounded */
--radius: 0.5rem; --radius: 0.5rem;