3 Commits

Author SHA1 Message Date
fd9fb5cce7 Update theme colors 2026-06-22 00:59:31 +00:00
3b25c59522 Update theme colors 2026-06-22 00:59:05 +00:00
8312c6d099 Update theme colors 2026-06-22 00:58:03 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/darkTheme/luxury */
--background: #0f1010;
--card: #3d3d3d;
--foreground: #f5f0eb;
--primary-cta: #ffffff;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5f0eb;
--accent: #d4b896;
--background-accent: #4f402d;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 1rem;