Update theme colors

This commit is contained in:
2026-06-23 14:33:05 +00:00
parent d7bb00145b
commit dc38fd2796

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/roseMauve */
--background: #fdf8f8;
--card: #feeaee;
--foreground: #2d1f2b;
--primary-cta: #d5799b;
--primary-cta-text: #ffffff;
--secondary-cta: #f5e8ec;
--secondary-cta-text: #2d1f2b;
--accent: #d5799b;
--background-accent: #d4a0b5;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
/* @layout/border-radius/soft */
--radius: 1.5rem;