8 Commits

Author SHA1 Message Date
82d6e7e6e5 Merge version_5_1781412054791 into main
Merge version_5_1781412054791 into main
2026-06-14 04:40:58 +00:00
786d7ff715 Update theme colors 2026-06-14 04:40:55 +00:00
4c2ba63ce8 Merge version_4_1781412050018 into main
Merge version_4_1781412050018 into main
2026-06-14 04:40:53 +00:00
b3bf75efea Update theme colors 2026-06-14 04:40:50 +00:00
4f4b3f75d6 Merge version_3_1781412043919 into main
Merge version_3_1781412043919 into main
2026-06-14 04:40:50 +00:00
edd0b96459 Update theme colors 2026-06-14 04:40:44 +00:00
e878b4b3b1 Merge version_2_1781412035182 into main
Merge version_2_1781412035182 into main
2026-06-14 04:40:38 +00:00
a1f8171266 Update theme colors 2026-06-14 04:40:35 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/darkTheme/lightPurple */
--background: #050012;
--card: #040121;
--foreground: #f0e6ff;
--primary-cta: #c89bff;
--primary-cta-text: #050012;
--secondary-cta: #1d123b;
--secondary-cta-text: #f0e6ff;
--accent: #684f7b;
--background-accent: #65417c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
/* @layout/border-radius/soft */
--radius: 1.5rem;