12 Commits

Author SHA1 Message Date
4033813156 Update theme colors 2026-05-14 13:24:13 +00:00
7dd1584a1c Update theme colors 2026-05-14 13:24:03 +00:00
b5e23c9d62 Update theme colors 2026-05-14 13:22:34 +00:00
687c6803b8 Update theme colors 2026-05-14 13:22:16 +00:00
36c9e168b2 Update theme colors 2026-05-14 13:22:07 +00:00
a39769be71 Update theme colors 2026-05-14 13:21:54 +00:00
c7a4c75cee Update theme colors 2026-05-14 12:33:25 +00:00
8e9648b12e Update theme colors 2026-05-14 12:31:20 +00:00
a9ba3d906b Update theme colors 2026-05-14 12:31:01 +00:00
5fd8f192ce Update theme colors 2026-05-14 12:30:51 +00:00
76f8fba952 Update theme colors 2026-05-14 12:30:41 +00:00
87fe8d55c1 Update theme colors 2026-05-14 12:30:25 +00:00

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--background: #000000;
--card: #0efb5b;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--primary-cta: #000000;
--primary-cta-text: #f0b2b2;
--secondary-cta: #f0e3e9;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;