Update theme colors

This commit is contained in:
2026-06-13 22:49:20 +00:00
parent 373c0a08cc
commit d5f54af800

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/darkTheme/premiumOrange */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff7a1a;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5f5f5;
--accent: #ff7a1a;
--background-accent: #e8651a;
--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;
/* @layout/border-radius/soft */
--radius: 1.5rem;