5 Commits

Author SHA1 Message Date
fae3df6704 Update theme colors 2026-06-25 08:52:36 +00:00
8908509402 Update theme colors 2026-06-25 08:45:56 +00:00
aae70129be Update theme colors 2026-06-25 08:45:55 +00:00
a2d335d08a Update theme colors 2026-06-25 08:39:42 +00:00
2828b71e52 Update theme colors 2026-06-25 08:39:35 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
/* @layout/border-radius/rounded */
--radius: 1rem;