6 Commits

Author SHA1 Message Date
44bf4cff78 Merge version_4_1782292571577 into main
Merge version_4_1782292571577 into main
2026-06-24 09:16:15 +00:00
b938d9cc9a Merge version_3_1782292569142 into main
Merge version_3_1782292569142 into main
2026-06-24 09:16:12 +00:00
6a3191dc53 Update theme colors 2026-06-24 09:16:12 +00:00
edaa48523f Update theme colors 2026-06-24 09:16:09 +00:00
4b0f005afc Merge version_2_1782292564571 into main
Merge version_2_1782292564571 into main
2026-06-24 09:16:08 +00:00
c66d6f083b Update theme colors 2026-06-24 09:16:05 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/darkTheme/luxury */
--background: #0f1010;
--card: #3d3d3d;
--foreground: #f5f0eb;
--primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5f0eb;
--accent: #d4b896;
--background-accent: #4f402d;
--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/rounded */
--radius: 1rem;