16 Commits

Author SHA1 Message Date
be186d467d Update theme colors 2026-06-08 07:50:56 +00:00
92513dc17f Update theme colors 2026-06-08 07:50:41 +00:00
edb5c31a0d Update theme colors 2026-06-08 07:49:57 +00:00
3bd86b95eb Update theme colors 2026-06-08 07:49:28 +00:00
95ee2629de Update theme colors 2026-06-08 07:48:42 +00:00
1e6d21a24d Update theme colors 2026-06-08 07:47:50 +00:00
0a174ebda8 Update theme colors 2026-06-08 07:41:59 +00:00
7b2c0c6e3a Update theme colors 2026-06-08 07:41:44 +00:00
c8869ea3ea Update theme colors 2026-06-08 07:41:31 +00:00
354d5c54cb Update theme colors 2026-06-08 07:40:40 +00:00
c103b0f9b4 Update theme colors 2026-06-08 07:40:26 +00:00
a1714f4a0a Update theme colors 2026-06-08 07:39:58 +00:00
c71b954ad8 Update theme colors 2026-06-08 07:39:48 +00:00
2fe45b6f2c Update theme colors 2026-06-08 07:39:35 +00:00
70553c2672 Update theme colors 2026-06-08 07:39:23 +00:00
ed9a1ebf01 Update theme colors 2026-06-08 07:38:59 +00:00

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #4cd5c7;
--primary-cta-text: #ffffff;
--secondary-cta: #4de4e2;
--background: #111111;
--card: #3b1a01;
--foreground: #FFFFFf;
--primary-cta: #FF6B35;
--primary-cta-text: #FFFFFF;
--secondary-cta: #2D2D2D;
--secondary-cta-text: #ffffff;
--accent: #991b1b;
--background-accent: #7f1d1d;